Here is what my Objects look like.
{
"severity": "",
"organization_name": "",
"source": "",
"organization_id": "",
"server_or_region": "",
"created_at": "",
"title": "",
"id": ""
},
{
"severity": "",
"organization_name": "",
"source": "",
"organization_id": "",
"server_or_region": "",
"created_at": "",
"title": "",
"id": ""
}
It's a nested json array, there could be anywhere from 1 to 100 of these in a single message.
Any tips for a ruby filter to flatten this?