Getting Data In

How to parse/format json at search-time?

dbanerjee17
New Member

New in handling json files in splunk with little knowledge in rex. Need help on parsing/formatting json logs in search time. Recently collected auth0 json logs. Every event starts with different character and ends with different character. Looks like Splunk break based on the max limit of the characters per event. I am trying to read the data in Search with proper formatting in table form with all fields.

props.conf stanza:

[auth0]
INDEXED_EXTRACTIONS = json
KV_MODE = none

logs looks like:

ol: ...: {}\n...., ...."}, hostname":"...","user_id":"...", user_name":"...", "strategy":"...", "strategy_type":"enterprise","_id":"...",  "log_id":"...",
"isMobile":...},{"date":"2018-03-21T23:28:59.296Z","type":"...","connection_id":"","client_id":"...","client_name":"...", "ip":"...","user_agent":"...", 
"details":{"return_to":"...","allowed_logout_url":[..."]},"hostname":"...","user_id":"...","user_name":"...","_id":"...","log_id":"...","isMobile":...},
{"date":"2018-03-21T23:28:59.286Z","type":"...","connection":"...","connection_id":"...","client_id":"...","client_name":"...","ip":"...","user_agent":"...",
"details":{"prompts":[{"name":"....","initiatedAt":...,
....several line from json file

Sometimes the event starts with [{"date", sometimes with something else and ends before closing }.
I went through the logs and understood that, it should be something like below in each event.

{   "date":"2018-03-09T23:41:05.437Z",
        "type":"..",
        "connection":"...
        "connection_id":"...",
        "client_id":"...",
        "client_name":"...",
        "ip":"...",
        "user_agent":"...",
        "details":{
            "timings":{
                "connection":...,
                "all_rules":...,
                "internal":...,
                "total":...
                    },
            "stats":{
                "loginsCount":...
                    },
            "consoleOut":"..."
                    },
        "hostname":"...",
        "user_id":"...",
        "user_name":"...",
        "strategy":"...",
        "strategy_type":"...",
        "_id":"...",
        "log_id":"...",
        "isMobile":...
    },

ends up comma and then another one starts. Is there any way, I can extract log in search. Please advise.

0 Karma

venkatasri
SplunkTrust
SplunkTrust

Hi @akj 

If your json well structured then event_breaking works fine hence you can see the fields extracted correctly on search UI.

#props.conf should be deployed to UF along with additional setting you want.

[sourcetype]

INDEXED_EXTRACTIONS = json

----

in Search UI did you try spath? Works only if json is well structured.

index=<idx> sourcetype=<your_st> | spath 

---

An upvote would be appreciated if this reply helps!

0 Karma

akj
Observer

Hi, facing same issue , did you found a solution for it.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Unlocking Unified Insights: New Gigamon Federated Search App for Splunk

In today’s data-heavy environment, organizations are caught in a data distribution dilemma. As data volumes ...

GA: New Data Management App in Splunk Platform

Streamlining Data Management: Introducing a unified experience in Splunk Managing data at scale shouldn’t feel ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...