mlobo
(Marcos)
February 18, 2018, 3:39pm
1
Hi,
I want to do a POC to send data (hello world), using protobuf, to my Elasticsearch. I see that there is a "protobuf codec plugin" but is for Logstash https://www.elastic.co/guide/en/logstash/current/plugins-codecs-protobuf.html
Do I need to install Logstash to send data to Elasticsearch using protobuf?
Is there a way to send data directly to Elasticsearch, using protobuf, without using Logstash?
Thank you.
warkolm
(Mark Walkom)
February 18, 2018, 10:18pm
2
If you don't want to use Logstash then you will need to do something else to get it to Elasticsearch, it has no idea of how to decode that format.
mlobo
(Marcos)
February 19, 2018, 7:15am
3
Hi warkolm,
Thank you for your answer. So, the best idea is use Logstash as entry point for all data that I want to put into Elasticsearch, right?
Cheers,
Marcos
warkolm
(Mark Walkom)
February 19, 2018, 7:16am
4
If it has an input that can deal with it, then yes.
system
(system)
Closed
March 19, 2018, 7:16am
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.