Skip to content

Configure credentials for Splunk Add-on for Cisco Meraki

The Cisco Meraki dashboard uses API keys to authenticate API calls.

  1. Enable API key access and generate your API keys. See the Cisco Meraki official documentation here.
  2. Obtain your organization ID.
  3. Copy the command to terminal:

    curl -L --request GET \
    --url https://api.meraki.com/api/v1/organizations \
    --header 'Content-Type: application/json' \
    --header 'Accept: application/json' \
    --header 'X-Cisco-Meraki-API-Key: [API Key]'
    
  4. Replace [API Key] with your API key. Remember to leave a closing apostrophe.

  5. To connect to the China Service, replace meraki.com with meraki.cn.
  6. Run the command.
  7. Copy your organization ID from a list of returned organizations.

NOTE: Refer to the Meraki documentation to use other endpoints.

Make sure to name each of your devices (access point, camera, security appliance or switch) so that you can utilize the extractions that this add-on provides. Devices can also be renamed in a device’s overview page.