Splunk Search

Calculate epoch date from a month name

skooby
Explorer

I have a date field "Expiry" that comes in this lovely format:

To: Thursday, 17 July 2036 00:59:59 o'clock BST

I could work out an epoch date easily from e.g.
17/07/2036 00:59:59 using

eval Expiry_Epoch=strptime(Expiry, "%d/%m/%y %H:%M:%s")

but %m only recognises a numerical, not an alphabetical month.

Does anyone know how I can recognise an alphabetical month like "July"?

Thank

Tags (3)
0 Karma

somesoni2
Revered Legend

Try this

| eval Expiry_Epoch=strptime(Expiry, "%A, %d %B %Y %H:%M:%S o'clock %Z")
0 Karma

strive
Influencer
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!

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