View a markdown version of this page

CloudWatch pipelines configuration for Cisco Meraki - Amazon CloudWatch
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

CloudWatch pipelines configuration for Cisco Meraki

Collects log data from the Cisco Meraki Dashboard REST API v1 using API key authentication.

Configure the Cisco Meraki source with the following parameters:

source: cisco_meraki: organization_id: "<meraki-organization-ID>" authentication: api_key: "${{aws_secrets:<secret-name>:api_key}}"
Parameters
organization_id (required)

The Cisco Meraki organization ID. Each pipeline collects data from a single organization. You can find your organization ID in the Meraki Dashboard under Organization > Settings, or by calling GET /organizations.

authentication.api_key (required)

Cisco Meraki API key, stored as a key/value pair. From the preceding example, the name of the key will be api_key.

Note

Store sensitive credentials like API keys in Amazon Secrets Manager and reference them using the ${{aws_secrets:secret-name:key}} syntax in your configuration.