gpt4 book ai didi

elasticsearch - 从远程服务器将数据传递到Elasticsearch

转载 作者:行者123 更新时间:2023-12-03 02:13:37 25 4
gpt4 key购买 nike

我有两台电脑。假设它们是Server1和Server2。
Logstash已安装在Server2中,而Elasticsearch已配置在Server1中。 我想将过滤的logstash数据从Server2发送到Server1
我该怎么做?
(请给我一些.conf文件的示例配置文件,Logstash.yml,Elasticsearch.yml )

最佳答案

.conf文件:-

input {
beats {
port => 5044
}
}

filter {
}

output {
elasticsearch {
id => "DOC_ID"
document_type => "_doc"
hosts => ["ELASTICSEARCH_HOST"]
index => "INDEX_NAME"
}
}
}

关于elasticsearch - 从远程服务器将数据传递到Elasticsearch,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64062170/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com