Logstash无法自动创建索引

2021-05-28  本文已影响0人  DragonRat

5.0以上需要设置自动创建index
PUT /_cluster/settings
{
"persistent" : {
"action": {
"auto_create_index": "true"
}
}
}

上一篇 下一篇

猜你喜欢

热点阅读