Reporting

Current time in SimData event attributes

praneshd
Engager

Using SimData to manufacture some artificial events into our Splunk world. However, SimData not allowing or provided any API which allows to set System date ( current date) to any attributes in event.

entity User {
    init {
        id = "bot-id";
    }
    every(spinOffPriquency m) {
        var sessionID = Guid();
        emit LogUserRequest {
                               instanceId: id
                             observationTime: <Current Time>;
        }
    }
}

Above example, I want to set observationTime to current system time. I don't see any method/api DLS (domain specific language) [page][1]

Some extent Template allows to set current time using {{_time}} but, this wont hit to template as an splunk event.

dponcelow_splun
Splunk Employee
Splunk Employee

This is a good point. Seems like we need a time function that takes a format and returns a string representation of the current simulation time. I'll try to get it into the next release.

0 Karma
Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...