0
votes

I want to pass splunk query as token.

I have tried it.But the passed query stops at the first equal symbol.For eg if splunk query is index=cq*.Then it is passed only till index.Things from first equal symbol are not considered.Morever any query can contain multiple = signs.

1
Here I have used passing splunk query as token a way of getting dynamic reports.Any other way except using depends is also appreciated. - Jeswin Thomas

1 Answers

0
votes

You probably need to URL-encode the query before passing it.