Splunk Search

How to extract token from HTTP header?

miberecz
Loves-to-Learn

Hello Everyone,

I have a set of data with a lot of HTTP requests, where I want to extract only the tokens highlighted below. 

header=Authorization=Basic MmQyXXXXXXXXNDVjOTlkNTJlM2M0ZjA1MzVjYTI4ZGZkMzJmNTBlMjk=

 

 

2022-05-13 10:07:07,772 INFO  [io.undertow.request.dump] (default task-13778) 
----------------------------REQUEST---------------------------
               URI=/auth/realms/Public/protocol/openid-connect/token
 characterEncoding=null
     contentLength=29
       contentType=[application/x-www-form-urlencoded;charset=UTF-8]
            header=Accept=application/json, application/x-www-form-urlencoded
            header=Cache-Control=no-cache
            header=Pragma=no-cache
            header=User-Agent=Java/11.0.4
            header=Connection=keep-alive
            header=Authorization=Basic MmQyXXXXXNDVjOTlkNTJlM2M0ZjA1MzVjYTI4ZGZkMzJmNTBlMjk=
            header=Content-Type=application/x-www-form-urlencoded;charset=UTF-8
            header=Content-Length=29

 

 

I tried with the Field Extractor wizard, but with no luck. 

Can you please advise, how to achieve this? 

Labels (3)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Try something like this

| rex "header=Authorization=Basic\s(?<auth>\S*)"
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!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...