Loading

Cisco Meraki device_health metricset

Stack Beta

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.

This is the device_health metricset of the module meraki.

For a description of each field in the metricset, see the exported fields section.

Here is an example document generated by this metricset:

{
    "@timestamp": "2024-09-15T22:33:30.079Z",
    "service": {
        "type": "meraki"
    },
    "ecs": {
        "version": "8.0.0"
    },
    "host": {
        "name": "Toms-MBP.broadband"
    },
    "agent": {
        "id": "77b8b5ed-245e-4ddc-a98c-195ffa174328",
        "name": "Toms-MBP.broadband",
        "type": "metricbeat",
        "version": "9.0.0",
        "ephemeral_id": "cb124423-75db-4ef5-87d3-6b37434d3a17"
    },
    "event": {
        "duration": 9445416042,
        "dataset": "meraki.device_health",
        "module": "meraki"
    },
    "metricset": {
        "name": "device_health",
        "period": 300000
    },
    "meraki": {
        "organization_id": "125432",
        "device": {
            "location": [
                -122.098531723022,
                37.4180951010362
            ],
            "product_type": "switch",
            "lan_ip": "192.168.128.54",
            "mac": "00:18:0a:7d:9b:13",
            "network_id": "N_577586652210304682",
            "serial": "Q2HP-3M4W-3VJ8",
            "name": "8 Port Switch",
            "firmware": "switch-16-1",
            "model": "MS220-8P"
        },
        "switch": {
            "port": {
                "poe_enabled": true,
                "rstp_enabled": true,
                "allowed_vlans": "all",
                "status": {
                    "enabled": true,
                    "usage": {
                        "sent": 0,
                        "recv": 0,
                        "total": 0
                    },
                    "status": "Disconnected",
                    "secure_port": {
                        "authentication_status": "Disabled",
                        "active": false,
                        "enabled": false
                    },
                    "is_uplink": false,
                    "client_count": 0,
                    "errors": [
                        "Port disconnected"
                    ],
                    "throughput": {
                        "recv": 0,
                        "sent": 0,
                        "total": 0
                    }
                },
                "stp_guard": "disabled",
                "type": "trunk",
                "enabled": true,
                "access_policy_type": "Open",
                "vlan": 1,
                "id": "10",
                "link_negotiation": "Auto negotiate"
            }
        }
    }
}