Splunk Search

i am unable to take graph for each event by start_time and end_time?

vasavigangana
Explorer

Hai
i have log file as shown below:

start_time=2015-04-02 10:41:54,end_time=2015-04-02 10:42:51,duration=57,event=JAVA
start_time=2015-04-02 10:47:27,end_time=2015-04-02 10:48:41,duration=74,event=coherence
start_time=2015-04-02 11:15:58,end_time=2015-04-02 11:16:11,duration=13,event=nosql

with this data i want to show each event start_time and end_time.. Can anyone help

Thank u

Tags (1)
0 Karma

NOUMSSI
Builder

Hi, try this

index=your_index_name sourcetype=your_sourcetype_name start_time=* end_time=* event=* | table event start_time end_time
0 Karma
Get Updates on the Splunk Community!

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Automatic Discovery Part 2: Setup and Best Practices

In Part 1 of this series, we covered what Automatic Discovery is and why it’s critical for observability at ...