I have a need to read data from influxdb.
anyone has done this before can you give me example of input plugin for that?
I have a need to read data from influxdb.
anyone has done this before can you give me example of input plugin for that?
I have found only one post regarding this and use something like this
input {
http_poller {
urls => {
cpu => {
user => "sachin"
password => "sachin"
url => "http://10.25.16.62:8086/query?pretty=true&db=houpxws&q=SELECT++FROM+measurements"
headers => { Accept => "application/json" }
}
}
schedule => { cron => " * * * * UTC"}
codec => "json"
}
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.