Splunk Search

Where can I find the "Created at" field from the "Job Manager"

andrewtrobec
Motivator

Hello,
I have managed to locate the jobs within the Job Manager through the following search:

| rest /services/search/jobs

The only problem is that I cannot find the Created at column on the Job Manager within the result set. There is an Updated column, but this value is sometimes in the past, specifically for saved searches.

Where can I find the data that I'm looking for?

Thanks!

Andrew

0 Karma
1 Solution

codebuilder
Influencer

It's a little misleading, but the column you're looking for is "published"

| rest splunk_server=local count=0 /services/search/jobs
| table reportSearch published
----
An upvote would be appreciated and Accept Solution if it helps!

View solution in original post

codebuilder
Influencer

alt text

----
An upvote would be appreciated and Accept Solution if it helps!
0 Karma

codebuilder
Influencer

It's a little misleading, but the column you're looking for is "published"

| rest splunk_server=local count=0 /services/search/jobs
| table reportSearch published
----
An upvote would be appreciated and Accept Solution if it helps!

andrewtrobec
Motivator

@codebuilder Yup, that's the one! Awesome, thank you.

0 Karma

codebuilder
Influencer

Glad to help.

----
An upvote would be appreciated and Accept Solution if it helps!
0 Karma
Get Updates on the Splunk Community!

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 ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...