abhisek
(Abhisek Mohanty)
February 26, 2018, 6:33am
1
Hi All,
I need to transfer log to influxdb from elasticsearch, i have gone through the following document :
https://www.elastic.co/guide/en/logstash/5.4/plugins-outputs-influxdb.html
and came to the conclusion that i can do it using influxdb plugin.
but i have some doubts
Is logstash required for the plugin to be working.
Is it possible to use elasticsearch index to transfer the log to influxdb using influx plugin.
If it is possible then how to write a configuration file for the data load.
dadoonet
(David Pilato)
February 26, 2018, 8:00am
2
I moved your question to logstash .
Is logstash required for the plugin to be working.
Yes.
Is it possible to use elasticsearch index to transfer the log to influxdb using influx plugin.
Probably with an elasticsearch-input-plugin
.
If it is possible then how to write a configuration file for the data load.
My guess: use the elasticsearch
input to read data from elasticsearch and the influxdb
output to write data to InfluxDB.
abhisek
(Abhisek Mohanty)
February 26, 2018, 1:20pm
3
@dadoonet thanks for your reply
But is it possible to load log without using logstash.
Are you talking about telegraf plugin.
Is it possible to use telegraf to transfer log using elasticsearch input plugin.
But is it possible to load log without using logstash.
What, exactly, do you mean by this?
Are you talking about telegraf plugin.
No, he's talking about the Logtash input plugin called elasticsearch.
system
(system)
Closed
March 26, 2018, 3:37pm
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.