1. elasticsearch {
  2.  
    action => "index" #The operation on ES
  3.  
    hosts => "localhost:9200" #ElasticSearch host, can be array.
  4.  
    index => "applog" #The index to write data to.
  5.  
    }
    在logstash中需要配置的elasticsearch其中action配置和index配置具体是什么意思?后面的解释也不懂,哪位知道,请用大白话解释一下呗

相关文章:

  • 2022-12-23
  • 2021-10-22
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-13
猜你喜欢
  • 2021-09-13
  • 2021-12-15
  • 2021-04-26
  • 2021-11-15
  • 2021-12-28
  • 2021-11-15
相关资源
相似解决方案