Files
monasca-agent/conf.d/elastic.yaml.example
2014-05-06 16:05:47 -06:00

16 lines
576 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
# dimensions:
# dim1: value1
# dim2: value2