Hi all, I'm quite new to splunk. I've been testing the manual upload of the following json file to splunk enterprise. However, I'm getting the error "Failed to parse timestamp" so I'm guessing it's unable to read the timestamp that is available in the json file "date_time". Would anyone be able to help me with this issue, also I am unable to alter the config file (etc/...) so hopefully the solution can be done through the web UI. JSON input file: {
"SVP": {
"rcc": {
"application": {
"ICE13": {
"hostname": "218",
"domain": "rc",
"app_id": "13",
"version": "413",
"date_time": "29/05/2021"
},
"ICE1": {
"hostname": "lnxau2004st0218",
"domain": "rcc",
"app_id": "1",
"version": "413",
"date_time": "31/05/2021",
"UPP": {
"hostname": "218",
"domain": "rc",
"version": "null",
"date_time": "29/05/2021"
}
}
},
"utility": {
"ICE13": {
"Ctl.sh": {
"hostname": "218",
"domain": "rc",
"version": "144",
"date_time": "29/05/2021"
}
},
"ICE1": {
"Ctl.sh": {
"hostname": "218",
"domain": "rc",
"version": "144",
"date_time": "31/05/2021"
}
},
"ICE5": {
"Ctl.sh": {
"hostname": "218",
"domain": "rc",
"version": "144",
"date_time": "30/05/2021"
}
},
"ICE9": {
"Ctl.sh": {
"hostname": "218",
"domain": "rc",
"version": "144",
"date_time": "31/05/2021"
}
},
"ICE11": {
"Ctl.sh": {
"hostname": "219",
"domain": "rc",
"version": "140",
"date_time": "30/05/2021"
}
}
}
}
}
} Thanks for any and all help!
... View more