Skip to content

Logstash Configurator Generator

roxmer edited this page Apr 27, 2017 · 8 revisions

logstash-configuration-generator

This program is a jar file in the server that automates the process of creating the configuration files for each client in the federation. The configuration files are processed by Logstash to temporarily store the beats data in the database and then to create the index in ElasticSearch to be visualized and explored in Kibana. The logstash-configuration-generator program should be located in the server of the federation.

Use

  • Each new member of the federation will map its data to the standard of the federation and provide the management of the federation with the results from the mapping.
  • A server administrator will run the logstash-configuration-generator for each new member. the result of the data will be automatically placed in the configuration folders used by Logstash.
  • A notification should be sent to the member to start the local Filebeat in the client to start listening to the data repository where the data to be shared is located.
  • In the server, 2 instances of Logstash are runing together with one instance of ElasticSearch to procese the beat data and create the index. Kibana is runing as a web service to visualice the index.

Clone this wiki locally