In the indices section of Graylog, I can update the index setting(rotation configuration) to one of these options.
index message count
index size
index time
My question: Is it possible to set index name like graylog_YYMMDD_{auto increment if current index size reaches 4GB} which is combination of option 3 and 2?
I want the index name to be like this in order to search the right index optimally and also limit the size of the index so that it doesn’t get too big.
If you have any idea how to approach this problem, please help me!
This assumes that log messages are ingested with a strict monotonically increasing timestamp and are basically sent and indexed instantly, which is not the case.