Splunk Search

my search string is truncated after a question mark in a custom drilldown search

sabirmgd
Engager

my search string is truncated after a question mark in a custom drilldown search.

I have a statistic table that I made in a dashboard, and when I click in the row of that table, I have custom search.

so I go to Edit Drilldown -> Link to search and I choose custom.

the problem is: I am using regular expression in my custom search and when I click in the table row, it takes me to the new custom search but everything after the regular expression question mark is truncated.

here is my custome search:

host="myhost"   field1=$row.id$ 
|rex "\|mynewField:(?<newField>.*)\|"

however when I click and go to the custom search, the search appears is :

host="myhost"   field1=$row.id$ 
|rex "\|mynewField:(

so basically the question mark ?, and everything after is truncated. and I get Unbalanced quotes error

0 Karma

mayurr98
Super Champion

hey seems like it is URL encoding problem

edit your XML custom search as

  <drilldown>
          <link target="_blank">search?q=host="myhost"   field1=$row.id$ 
 |rex "\|mynewField:(%3F&lt;newField&gt;.*)\|"</link>
        </drilldown>

let me know if this helps!

mayurr98
Super Champion

If you deem a posted answer as valid and helpful to your solving of the issue, please accept said answer so that this question no longer appears open.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Try replacing the question mark with its URL-encoded equivalent %3F.

---
If this reply helps you, Karma would be appreciated.

p_gurav
Champion

Hi sabirmgd,

Could you share XML in 101010 editor?

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!

Take Action Automatically on Splunk Alerts with Red Hat Ansible Automation Platform

 Are you ready to revolutionize your IT operations? As digital transformation accelerates, the demand for ...

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...