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!

New Year. New Skills. New Course Releases from Splunk Education

A new year often inspires reflection—and reinvention. Whether your goals include strengthening your security ...

Splunk and TLS: It doesn't have to be too hard

Overview Creating a TLS cert for Splunk usage is pretty much standard openssl.  To make life better, use an ...

Faster Insights with AI, Streamlined Cloud-Native Operations, and More New Lantern ...

Splunk Lantern is a Splunk customer success center that provides practical guidance from Splunk experts on key ...