Elasticsearch not able to create index daily for filebeat-17.6.2*

Recently I tried to deploy journald input for sending systems logs and it's showing in the filebeat indice. but it's not creating indices daily basis it's writing the same indice.
Even errors not showing in the Elasticsearch.

green open filebeat-7.16.2-2022.04.05-000001 8uesdysvSkydjksyY-o5O2S8Pw 1 1 346475345 0 159.6gb 79.7gb

{
  "filebeat-7.17.1-2022.04.06-000001" : {
    "aliases" : {
      "filebeat-7.17.1" : {
        "is_write_index" : true
      }
    }
  },
  "filebeat-7.16.2-2022.04.05-000001" : {
    "aliases" : {
      "filebeat-7.16.2" : {
        "is_write_index" : true
      }
    }
  },
  "filebeat-7.17.0-2022.04.06-000001" : {
    "aliases" : {
      "filebeat-7.17.0" : {
        "is_write_index" : true
      }
    }
  }
}

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