Hi, how I can split huge nested json message with repeatable fields on input to multiple messages?
This is 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"
}
]
gsmith
(GSmith)
August 13, 2021, 10:53pm
2
Hello && Welcome
I would like to help with your issue but I’m not sure what’s going on.
Can you have a look here.
This platform is made with love for community discussions on the open source tool Graylog, it components and usage.
Here’s a Graylog support-inspired template (thank you, @aaronsachs ) that’ll get responses:
Description of your problem
<!-- Use this section to describe the problem that you're encountering. Please include any screenshots or recordings of the problem you're running into.-->
Description of steps you’ve taken to attempt to solve the issue
<!-- Use this section to provide detail…
With that added information it will help troubleshoot your issue and you will get a quicker response from the other community members.
Thank you
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.
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"
}
]
system
(system)
Closed
August 28, 2021, 7:27am
4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.