Dashboards & Visualizations

Why is Json Data extraction props.conf not working?

DataOrg
Builder

Hello ,

I was testing the json extraction for a json data and its missing to index the last loop (Which is highligthed in Bold) starting from the RuntimeTasks.   Please help with the props.conf
{
    "Variant": "Tidesa",
    "File": "hello.hex",
     "Testgroup": "Accent",
    "Results": [
                            {
                                  "TestModule": "CustComm_CustIf",
                                  "Name": "Customer Output",
                                  "TestCases": [
                                                                 {
                                                                      "ID": 46563,
                                                                      "Title": "asfs_Signals",
                                                                       "Tested": 1,
                                                                        "Result": 1
                                                                  },
                                                                 {
                                                                      "ID": 46564,
                                                                      "Title": "af46564_ValueAverage",
                                                                      "Tested": 1,
                                                                      "Result": 1
                                                                  }
                                                       ]
                                      }
                            ],
             "RuntimeTasks": null,
            "BUILD_NUMBER": "306",
            "JOB_BASE_NAME": "testing_PG",
            "JOB_URL": "https://is-jvale.de.ats.com/Acp/job/Mks/job/RB_MS_jfaj_fajja_testing/306",
             "NODE_NAME": "ast967"
}

Labels (1)
Tags (3)
0 Karma

forecastingLogs
Splunk Employee
Splunk Employee

What does your props.conf looks like right know? 

0 Karma

DataOrg
Builder

@forecastingLogs 

I think its getting truncating if more data is present. how to index all data without missing events

[QualificationTests]
AUTO_KV_JSON =
DATETIME_CONFIG = CURRENT
INDEXED_EXTRACTIONS = json
KV_MODE = none
LINE_BREAKER = ([\r\n]+)
NO_BINARY_CHECK = true
category = Database
disabled = false
pulldown_type = 1
truncate=0

I added it in limits.conf too

extraction_cutoff 

 

Tags (1)
0 Karma

GaetanVP
Contributor

Hello @DataOrg,

I do not know if it can cause the issue but truncate needs to be in capital letter : TRUNCATE = 0
The AUTO_KV_JSON = <empty> is also weird, try to remove it.

Also what query are you using to search this json log after you had indexed it ?

I used the following props.conf and the json was not truncated :

[QualificationTests]
DATETIME_CONFIG = CURRENT
INDEXED_EXTRACTIONS = json
KV_MODE = none
LINE_BREAKER = ([\r\n]+)
NO_BINARY_CHECK = true
category = Database
disabled = false
pulldown_type = 1
TRUNCATE = 0


Hope it helps,
GaetanVP

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...