Hi, I'm having an issue with timestamping on one unstructured sourcetype (others json and access_log are fine). My deployment looks like UF->HF->Splunk cloud. For some reason data from the mentioned sourcetype is delayed by 1 hour. I mean, I have to increase seachrtime to >60m to see the latest data. Below is the output of a query to compare index time and _time. I tried to change timestamp extraction is sourcetype configuration in the cloud, but it didn't help. I come up with idea to transform INGEST_EVAL expression in a transforms stanza in transforms.conf to update the _time field at ingest time after it has been parsed out from the actual event (+3600s) #transforms.conf [time-offset] INGEST_EAVL = _time:=_time+3600 #props.conf [main_demo] TRANSFORMS=time-offset I suppose there is no transforms.conf equivalent in Splunk GUI (props.conf can be configured in source type GUI section). Do I need to contact Splunk support to perform this kind of change in cloud indexer? Or maybe there is any other way to align _time to reflect real time? All help would be appreciated, regards, Szymon
... View more