{
"hello": "hello",
"colors": {
"red": "red",
"blue": "blue",
"green": "green"
}
}
{
"num_of_books": {
"one": "1 book",
"other": "%{count} books"
}
}
Suppose I have the above two JSON objects which are indexed into a single event . Technically they should be in two separate events, only few objects on a random basis were merged. I have corrected the issue by modifying the props.conf .
I just want to know how many of these objects were merged instead of indexing into a single event,
how can we write a SPL query to identify the merged events.
... View more