#================================ General =====================================
setup.template.name: "heartbeat-soctest"
setup.template.pattern: "heartbeat-fb-*"
#============================== Setup ILM =====================================
setup.ilm.enabled: auto
setup.ilm.rollover_alias: "heartbeat-fb"
setup.ilm.policy_name: "heartbeat-soctest"
#================================ 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: ["localhost:9200"]
index: "heartbeat-fb-%{+yyyy.MM.dd}"
The Uptime UI requires a heartbeat-8* index pattern. If you have configured a different index pattern, you can use index aliases to ensure data is recognized by the UI.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.