b7a6ceb086
This set of playbooks install an Elasticsearch cluster, Logstash and a kibana dashboard inside containers and then install Topbeat in your cloud to ship system metrics to the Elastic cluster. Change-Id: I0c8c853ee48bd9278bd7b08719be4bde5f8c3df6
6 lines
67 B
Django/Jinja
6 lines
67 B
Django/Jinja
input {
|
|
beats {
|
|
port => {{ logstash_beat_input_port }}
|
|
}
|
|
}
|