Good morning,
I come to you because after looking for an answer to my problem, my last solution is to come and seek help on the splunk forum.
Here is the context:
I have hundreds of messages with identical node parameters, only the parameter values change. example:
"jobs": dev
"position": 3
"city": NY
"name": Leo
.......
“jobs”: HR
"position": 4
“city”: CA
"name": Mike
........
The goal is that these hundreds of messages are sometimes truncated because their responses are too large, I would like to find a solution to display them in full?
I had thought about increasing the capacity in splink but this is not possible for my project and the truncated logs are -1% so a big change for few logs, not really good moves.
My second solution, I thought of making a regex which finds the truncated message grouped into several pieces, is this possible?
I also try some regex to find my message like this, but it not working
index="" | eval key="<value i want>" | table _raw
If not, maybe you have another idea ?
Thank you for your help and time.
Have a good evening
... View more