Logstash无法自动创建索引
2021-05-28 本文已影响0人
DragonRat
5.0以上需要设置自动创建index
PUT /_cluster/settings
{
"persistent" : {
"action": {
"auto_create_index": "true"
}
}
}
5.0以上需要设置自动创建index
PUT /_cluster/settings
{
"persistent" : {
"action": {
"auto_create_index": "true"
}
}
}