-
Notifications
You must be signed in to change notification settings - Fork 21
/
merakibeat.yml
68 lines (52 loc) · 1.95 KB
/
merakibeat.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
################### Merakibeat Configuration Example #########################
############################# Merakibeat ######################################
merakibeat:
# Defines how often an event is sent to the output
period: 720s
merakihost: http://api.meraki.com
merakikey:
merakinewtorkids: []
merakiorgid: "Org1"
# Health API config
nwconnstat: 1
nwlatencystat: 1
devconnstat: 0
devlatencystat: 0
clconnstat: 0
cllatencystat: 0
# Meraki Scanning API config
scanEnable : 1
scanSecret : "simulator"
scanValidator : "EnterYourValidator"
# Camera API config
videoPeriod: 300s
cameraZoneList: []
#================================ General =====================================
# The name of the shipper that publishes the network data. It can be used to group
# all the transactions sent by a single shipper in the web interface.
name: MerakiHealth
# The tags of the shipper are included in their own field with each
# transaction published.
#tags: ["service-X", "web-tier"]
# Optional fields that you can specify to add additional information to the
# output.
#fields:
# env: staging
#================================ Outputs =====================================
# Configure what output to use when sending the data collected by the beat.
#-------------------------- Elasticsearch output ------------------------------
output.elasticsearch:
# Array of hosts to connect to.
hosts: ["elasticsearch:9200"]
# Optional protocol and basic auth credentials.
#protocol: "https"
#username: "elastic"
#password: "changeme"
#================================ Logging =====================================
# Sets log level. The default log level is info.
# Available log levels are: error, warning, info, debug
#logging.level: debug
# At debug level, you can selectively enable logging only for some components.
# To enable all selectors use ["*"]. Examples of other selectors are "beat",
# "publish", "service".
#logging.selectors: ["*"]