gpt4 book ai didi

elasticsearch - 使用user\pass将Logstash请求转发到Elasticsearch

转载 作者:行者123 更新时间:2023-12-03 01:46:43 25 4
gpt4 key购买 nike

/opt/logstash/bin/logstash -e 'input { stdin {} } output { elasticsearch { hosts => ["localhost:9200"] } }'

由于我打开了凭据,因此返回401访问被拒绝。
我在向该行添加凭据时遇到了麻烦。希望能有所帮助。

最佳答案

/opt/logstash/bin/logstash -e 'input {  stdin {} } output { elasticsearch { hosts => ["localhost:9200"] user => YOURUSERNAME password => YOURPASSWORD } }'

现在可以了。

关于elasticsearch - 使用user\pass将Logstash请求转发到Elasticsearch,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43395562/

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