Splunk Search

Query to display data as per the DateTime column of Record

sudarshan391
Path Finder

Hello Splunk Experts, sorry if i am not able to format the question properly as I am new to splunk.

I have a csv file which having information of service tickets raised each month. it having 3 date-time column named "Created", "Assigned" and "Closed".
Ex. sample values which these column contains like "Closed" = "3/2/2017 10:04" .

I am trying to build a query which will display the tickets as per the "closed" column.
I have extracted the "Closed" column as "Closed" field. I am executing below query. but it is not giving the output as per the "Closed" column.

"index=service_ticket sourcetype=ServiceTicket | chart count by category | sort +num(count)"

Please help, how can i include or bring "Closed" date column in the above query.

Thank you in advance.

Tags (3)
0 Karma

sudarshan391
Path Finder

Just want to add one more point here that splunk by default indexing or using the "Assigned" Date column because it is the first date column as per the alphabetical order. and How can i use or index "Closed" column?

0 Karma

cmerriman
Super Champion

if you want the "Closed" column included in the result, you can do something like this:

index=service_ticket sourcetype=ServiceTicket | chart count by Closed category 
0 Karma

sudarshan391
Path Finder

Thanks @cmerriman but it did not worked, the same result. Just want to add one more point here that splunk by default indexing or using the "Assigned" Date column as by default because it is the first date column as per the alphabetical order. and I am trying to index data as per "Closed" column.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...