简体   繁体   中英

Elasticsearch / Logstash

new in the ELK stack maybe my question is stupid. Sorry if it's the case:-)

I want to get datas from several APIs and transform it to push it in elasticsearch. Is there a way to do it directly with logstash? I tried Http-poller but that's not really what I want since I cannot updated the data based on time column and I cannot browse api data.

Have I to code it manually?

Thanks for your time

You can use Http input plugin in logstash.

check this for an example:

https://stackoverflow.com/a/37585290/5430055

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM