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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...