Splunk Search

how to use rex commmand?

smallbearice
New Member

this is my data.

Field:time

Value:2017-05-02 06:31:04

I want to capture the value to use ''rex'' command .for example: 2017-05-02 06:31:04
So,I choose this command.
rex field=time "(?2017/05/02 06:31:\d{2})
but it can't work. Can you help me?

Tags (1)
0 Karma
1 Solution

fwijnholds_splu
Splunk Employee
Splunk Employee

A copy of the _RAW log would help. But I think I believe you might be missing the named group, for the new field you are extracting. Give this a go:

rex field=time "2017/05/02 06:31:(?<seconds>\d{2}" 

View solution in original post

0 Karma

fwijnholds_splu
Splunk Employee
Splunk Employee

A copy of the _RAW log would help. But I think I believe you might be missing the named group, for the new field you are extracting. Give this a go:

rex field=time "2017/05/02 06:31:(?<seconds>\d{2}" 
0 Karma

smallbearice
New Member

I forget to add ,so my "rex" command is false.
Thanks,It can work.

0 Karma

sravankaripe
Communicator

try this
rex "(?<Time>\d+-\d+-\d+\s+\d+:\d+:\d+)"

0 Karma

Richfez
SplunkTrust
SplunkTrust

Please be sure to use the code button on the toolbar (101010) to add code or events - otherwise the editor eats parts of it.

0 Karma

woodcock
Esteemed Legend

Do you mean this?

Field    Value
time     2017-05-02 06:31:04

In other words a row with a field named Field whose value is time and another field named Value whose value is 2017-05-02 06:31:04?
And if so, are you trying to make it so that this row has a field named time whose value is 2017-05-02 06:31:04?
We need much more clarity on what your actual source data looks like and what your desired output is.

0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...