So, I have this following format for my log entries.
FIELD1-FIELD2-FIELD3-FIELD4-FIELD5-FIELD6
and logs are like ...
"abc"-"def"-"geh"-"hij"-"klm"-"Normal Message"
"abc"-"def"-"geh"-"hij"-""-"--HUGE JAVA STACK TARCE--"
The FIELDS column on the left side of the search page has all the "Selected Fields". The wide events section to the right of the fields column has the field names and the corresponding values underneath the events. But, FIELD6 is missing for the second event. I don't know why.
Could it be because the field value (for that particular second event) is extremely large? (you know, Java Stack trace spread over 100 lines). How do i get it to appear for the second event?
How are you extracting your fields?
Howdy skallaje!
If you are suspicious that the trouble comes from your insanily huge event, there's a person who had a similar issue:
https://answers.splunk.com/answers/37381/dealing-with-omg-huge-events.html
Adding TRUNCATE = 0
in your props.conf should do the trick, I hope this solves your problem.
Regards!