I have two conf file confile1.conf and confile2.conf
The confile1.conf is sitting on Machine 1
The confile2.conf is sitting on Machine 2
Now i want to operate everything from Machine 1
From Machine 1 , i am able to run the "confile1.conf" as a service
How can i run the "confile2.conf" from Machine 1 itself. ?
I checked the docs, we have feature of node, but how both the nodes can communicate each other. --node.name NAME
How to use this i am not sure. My end goal is to run the "confile2.conf" from machine 1.
This i want to do because the volume of records is huge and it consumes lot of processing power.So i need one machine to run my conf file for various nodes.
now basically i am running the conf file in machine1, and actually it will utilize the ressource of machine2, is this not possible?
I feel this is something possible by looking the yml file.
Currently i stuck with not able to bind the remote host, that is IP address of machine2 in
yml file. Any idea on this
This is more like a running a conf file from another machine, i just want to bind the host name, i think then it will work
Logstash does not work in a clustered mode so that is not possible. The closest thing is probably centralized pipeline management where pipelines are managed through Kibana and Elasticsearch.
like this i need to run lot of conf files in different machines, also i need to change the filters by date every week. So i want to manage everything centrally
May be i will have to use some server level programming language to generate conf file from central machine to the remote machine
If you have a large number of config files you could manage and deploy them using a orchestration tool, e.g. Ansible.
It does not, but another option might be to have a look at ingest node pipelines and do the processing in Elasticsearch. Whether this is possible or not depends a lot on what input and output plugins you use.
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.