Hi ,
I am currently sending log data to ElasticSearch . When I installed ES, I saw that , in ElasticSearch there is modules file which contains a lot x-packs. There is one x-pack-logstash. I want to understand aim of this x-pack-logstash.
I am searching answer below question, unfortunately I have not find answer in ElasticSearch Documentation page
- What is purpose and usage of Logstash inside ES as module.
- Is Logstash module triggering automatically when there are incoming NLog logs to ES?
- Does NLog requires Logstash as a mandatory module?
I am using ES version 6.7.0 open source .
p.s For example, is there way to disable x-pack-logstash? if yes , what happen then .
Thanks in advance