There was none... I knew this was not conf issue, because it worked with the same configuration on your end. It was not, firewall issue, because beat was able to connect and send traffic to elastic.
I got frustrated and I set up a new VM with win 10. I did exactly same thing and it worked as a charm. This makes me think that maybe the service that was initially set up was not fully uninstalled after reconfiguration ... who knows, I am glad it works.
Sure, if you have time I will be happy to learn how to do this tomorrow. I will read links you provided, and do my best to set this up. If I bump into problems, I will reach out to you.
Yes, this is exactly how I have logstash.conf set up.
Here I have a question. My understanding is that if elastic has 2,3,5...20 pipelines, it needs to separate them. Does it mean that it also needs to balance traffic? How does it choose which pipeline to take care of first? Lets say I have 4 different clusters on different pipelines to make it more interesting one sending traffic from Canada one from the USA, and they both send traffic to the same Elastic cloud.
I assume you mean My understanding is that if Logstash has 2,3,5...20 pipelines, i....
In short please open seperate topic on these questions there are some very good Logstash people on the forum.
I would also suggest some of these topics in the documentation.
If you you are really saying how ingest pipelines work in elasticsearch in Elastic Cloud it is a distributed system, with a proxy, with a multiple queues, first come first serve, with prioritization and parallelization.... and a whole lot of configuration settings. If you want more than that you are probably going to need to look at the code, or perform some actual setup and then ask specific questions.
And course proper configuration like using coordinators scaling and performance tuning are part of this equation as well
Just for clarity if you run a self managed cluster, best practice is to load balance request, but even with that understanding how elastic works under the cover with distributing index and query might be worth learning a bit. This is super old but still very good for those concepts but be careful syntax is sometimes no longer valid.
Also in your questions since there are logstash pipelines and ingest pipeline please be specific to which you are referring to as both can be used or not
I have a question over here. Logstash .yml has an entry under Pipeline settings with pipeline.id: main
Having this in mind, we want to push logs from packet beat through logstash using geoip-info pipeline. At the same time I am using different beats to send logs using logstash with main pipeline. How do I configure logstash to handle this ? Can I simply do pipeline.id: main, geoip-info ?
Got you that makes perfect sense. Also, I moved logstash problem to another threat. https://discuss.elastic.co/t/logstash-communication-configuration/275331
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.