Getting Data In

Grouping a tab-delimited log file within a log entry.

ajkueterman
New Member

Currently I'm using a tsv sourcetype and customizing my field names for a log file that is tab-delimited. The problem is the final field is the output from a LogCat log file that is also tab delimited. Is there any way I can ignore the tab delimited separations from the LogCat field so that all the information falls under that column?

So for example it's like: date, host, ip, device, ..., crashLog, EXTRA_FIELD_1, EXTRA_FIELD_2, ... But I just want to be able to see all the tab delimited values of the crash log grouped into the one crashLog column.

Anyone know if/how this is possible?

Tags (2)
0 Karma

NOUMSSI
Builder

Hi;
add this search code at the end of your query:

...|table crashLog

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...