Problem description
Hello i edited and i have a problem with huge messages from RabbitMQ on Raw/Plaintext AMQP Graylog input .The problem is in the huge received nested json with repeatable key names on graylog input. I want to split this huge json message to multiple small messages on Raw/Plaintext AMQP Graylog input and sight his in search table as separated messages.
Steps to try resolve problem
To separate messages I’m tried use input extractors but I didn’t get anything
Graylog version : 4.1.3+9d79c05, codename Noir
This is part of my json:
[
{
"Level": "Information",
"Date": "2021-07-24T04:01:21",
"Server": "srv"
},
"Level": "Information",
"Date": "2021-07-24T04:01:21",
"Server": ""
},
{
"Level": "Information",
"Date": "2021-07-24T04:01:27",
"Server": "srv"
},
{
"Level": "Information",
"Date": "2021-07-24T04:01:27",
"Server": "srv"
}
]
This is what in search query (one huge message but I need split this message to multiple)