1. Describe your incident:
We had a problem with mongoDB that made a minor upgrade and stopped to work. We downgraded the mongoDB and it started to work again. The problem is: our Graylog have 3 indices: the default (graylog_X) and two more duck and cow.
All messages from the default index are appearing normally after this, but messages from duck and cow are not, graylog know that message are there but is not exhibiting it:
2. Describe your environment:
Kubernetes running Graylog 4.3, Opensearch 1.3.5 and Mongo 5.0.6.
3. What steps have you already taken to try and solve the problem?
Tried to recalculate index range, and checked index status, but i’m kind of out of ideas and I don’t see ERRORS in logs.
I chanted the stream ID from the object directly on MongoDB but messages still not appearing. When I recalculated the index ranges to check if works, Graylog rollback the ID for the former stream.
So I think that Graylog has some reference for the old stream. I just don’t know where.