Split huge message to multiple small

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"

    }

]

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.

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"

    }

]

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