﻿---
title: Cisco Meraki module
description: This is the meraki module. The Cisco Meraki module supports the standard configuration options that are described in Modules. Here is an example configuration:...
url: https://www.elastic.co/elastic/docs-builder/docs/3028/reference/beats/metricbeat/metricbeat-module-meraki
products:
  - Beats
  - Metricbeat
applies_to:
  - Elastic Cloud Serverless: Beta
  - Elastic Stack: Beta
---

# Cisco Meraki module
<warning>
  This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
</warning>

This is the meraki module.

## Example configuration

The Cisco Meraki module supports the standard configuration options that are described in [Modules](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/beats/metricbeat/configuration-metricbeat). Here is an example configuration:
```yaml
metricbeat.modules:
- module: meraki
  metricsets: ["device_health", "network_health"]
  enabled: true
  period: 300s
  apiKey: "Meraki dashboard API key"
  organizations: ["Meraki organization ID"]
```


## Metricsets

The following metricsets are available:
- [device_health](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/beats/metricbeat/metricbeat-metricset-meraki-device_health)  <applies-to>Elastic Stack: Beta</applies-to>
- [network_health](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/beats/metricbeat/metricbeat-metricset-meraki-network_health)  <applies-to>Elastic Stack: Beta since 9.1</applies-to>