Splunk Search

How to write regex to extract a field from a log?

Bhuavana
Explorer

Hi,

I have a below log :

INFO com.wu.channelservices.businesslogic.impl.ChannelServicesLogicImpl S:METHOD_NAME=GwpCreateSession : WebAppSessionId= : ChannelSessionId= : ClientIp=027050022090 : - databases.database[0].info.name: CAN_STATE_LIST

From above message i need to extract the value of database name[CAN_STATE_LIST] alone from below full text :

databases.database[0].info.name: CAN_STATE_LIST

Could you please share me the corresponding regex for the same?

Tags (2)
0 Karma

ulrich_track
Path Finder

You can find it out by copying that section in regex101.com and playing around. I found this:

During searchtime:

| rex "name:\s(?<DBname>\S+)"

Or in the field-extractor

(?m)name:\s(?<FIELDNAME>\S+)
0 Karma

Ayn
Legend

This should be possible to extract using the Interactive Field Extractor.

Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...