Convert a string field to number, but only brand new indices recognized

Logstash version: 6.3.0

Here is my config:

mutate {
    convert => { "bytes_sent" => "integer" }
}

I find that a indice which first created can recognized the config, but the others ones can not, even they created erveryday with different date suffix.

For example, there are some indices with same prefix like:

logstash-nginx-log-tfserving-2023.03.11
logstash-nginx-log-tfserving-2023.03.12
logstash-nginx-log-tfserving-2023.03.13

I guess I should delete all the indices with the same prefix to make the convert config recognized?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.