DataElicit Logo

Docs

connector.conf

Configuration stanzas for Cisco Meraki audit, airmarshal, devices and security data collection.

CONNECTOR.CONF

Specifications

[audit://<specify_name>]
host = <host-name>, Default is current system hostname
repo = <repository-name>
sourcetype = dataelicit/cisco-meraki:cisco-meraki-audit
frequency = <seconds>  Interval to run the input
cron = <cron-expression>
        Note: Cron has higher priority and will be considered for scheduling instead of frequency, if both are defined.
        It is preferable to define only one, either cron or frequency.
startfrom = Start getting data from the past (in days). Ex: 7, By default 30
secret = <secret-stanza-name>
global = <global-stanza-name>
disabled = 0/1

[airmarshal://<specify_name>]
host = <host-name>, Default is current system hostname
repo = <repository-name>
sourcetype = dataelicit/cisco-meraki:cisco-meraki-airmarshal
frequency = <seconds>
cron = <cron-expression>
        Note: Cron has higher priority and will be considered for scheduling instead of frequency.
startfrom = Start getting data from the past (in days). Ex: 7, By default 30
secret = <secret-stanza-name>
global = <global-stanza-name>
disabled = 0/1

[accesspoints://<specify_name>]
host = <host-name>, Default is current system hostname
repo = <repository-name>
sourcetype = dataelicit/cisco-meraki:cisco-meraki-accesspoints
frequency = <seconds>
cron = <cron-expression>
secret = <secret-stanza-name>
global = <global-stanza-name>
disabled = 0/1

[appliances://<specify_name>]
host = <host-name>, Default is current system hostname
repo = <repository-name>
sourcetype = dataelicit/cisco-meraki:cisco-meraki-appliances
frequency = <seconds>
cron = <cron-expression>
secret = <secret-stanza-name>
global = <global-stanza-name>
disabled = 0/1

[cameras://<specify_name>]
host = <host-name>, Default is current system hostname
repo = <repository-name>
sourcetype = dataelicit/cisco-meraki:cisco-meraki-cameras
frequency = <seconds>
cron = <cron-expression>
secret = <secret-stanza-name>
global = <global-stanza-name>
disabled = 0/1

[organization-security://<specify_name>]
host = <host-name>, Default is current system hostname
repo = <repository-name>
sourcetype = dataelicit/cisco-meraki:cisco-meraki-organization-security
frequency = <seconds>
cron = <cron-expression>
startfrom = Start getting data from the past (in days). Ex: 7, By default 30
secret = <secret-stanza-name>
global = <global-stanza-name>
disabled = 0/1

[switches://<specify_name>]
host = <host-name>, Default is current system hostname
repo = <repository-name>
sourcetype = dataelicit/cisco-meraki:cisco-meraki-switches
frequency = <seconds>
cron = <cron-expression>
secret = <secret-stanza-name>
global = <global-stanza-name>
disabled = 0/1

Example

[audit://auditlogs]
sourcetype = dataelicit/cisco-meraki:cisco-meraki-audit
frequency = 300
startFrom = 7
global = meraki
secret = meraki

[airmarshal://airmarshal_events]
sourcetype = dataelicit/cisco-meraki:cisco-meraki-airmarshal
frequency = 300
startFrom = 7
global = meraki
secret = meraki

[accesspoints://aplogs]
sourcetype = dataelicit/cisco-meraki:cisco-meraki-accesspoints
cron = 0 0 1 * *
global = meraki
secret = meraki

[organization-security://orgsec]
sourcetype = dataelicit/cisco-meraki:cisco-meraki-organization-security
frequency = 300
startFrom = 7
global = meraki
secret = meraki

[appliances://app]
sourcetype = dataelicit/cisco-meraki:cisco-meraki-appliances
cron = 0 0 1 * *
global = meraki
secret = meraki

[cameras://cam]
sourcetype = dataelicit/cisco-meraki:cisco-meraki-cameras
cron = 0 0 1 * *
global = meraki
secret = meraki

[switches://switch]
sourcetype = dataelicit/cisco-meraki:cisco-meraki-switches
cron = 0 0 1 * *
global = meraki
secret = meraki

Note

Make sure that the stanza name you define in local/connector.conf is not already disabled in default/connector.conf, else it will get skipped.

✉️Still stuck? How can we help?

Updated on July 7, 2025

← Manualglobal.conf →