how to input 2 index using elasticsearch input plugin?
TIA
how to input 2 index using elasticsearch input plugin?
TIA
By using two elasticsearch input plugins?
yes. can be like this?
input {
elasticsearch {
hosts => "localhost"
index => "192.168.0.1, 192.168.0.2"
}
}
No, that's still one plugin. This is what you want:
input {
elasticsearch {
...
}
elasticsearch {
...
}
}
Thanks @magnusbaeck!
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.