monasca-agent/conf.d/elastic.yaml.example

17 lines
573 B
Plaintext

init_config:
instances:
# The URL where elasticsearch accepts HTTP requests. This will be used to
# fetch statistics from the nodes and information about the cluster health.
#
# If you're using basic authentication with a 3rd party library, for example
# elasticsearch-http-basic, you will need to specify a value for username
# and password for every instance that requires authentication.
#
#- url: http://localhost:9200
# username: username
# password: password
# tags:
# - 'tag1:key1'
# - 'tag2:key2'