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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...