Dashboards & Visualizations

Link to search with an outputlookup make a "Server error"

JuGuSm
Path Finder

Hi,

When I add a link to a search in my dashboard, it works only if I don't finish my search with an outputlookup.

When I put the outputlookup I get a "Server error" but just after that, if I submit the search manually, the search works perfectly. It's only when the search come from my dashboard.

And when I remove the outputlookup from the link in my dashboard, it works too.

I don't undeerstand why Splunk don't "allow" a link to a search with an outputlookup.

Thank you for your help.

Tags (2)
0 Karma

woodcock
Esteemed Legend

It is not the outputlookup, it is the
$VAR1$_$VAR2$
part. To prove it, try this:

| inputlookup lookup_template.csv
| eval foo="$VAR1$_$VAR2$"
| head 1
| outputlookup DEBUG.csv
0 Karma

JuGuSm
Path Finder

I already tried before, the outputlookup doesn't work with any csv filename.

0 Karma

woodcock
Esteemed Legend

You need to URL Encode the URL; are you doing that?
https://www.urlencoder.org/

0 Karma

JuGuSm
Path Finder

I don't understand, I'm using the "link to a search" function in the drilldown menu. Why do I need to encode an URL? Which URL?

0 Karma

woodcock
Esteemed Legend

Got it. Never mind.

0 Karma

gcusello
SplunkTrust
SplunkTrust

HI @JuGuSm,
could you share your search?

Ciao.Giuseppe

0 Karma

JuGuSm
Path Finder

The search is very simple, I just want to copy a lookup template :

| inputlookup lookup_template.csv | outputlookup $VAR1$_$VAR2$.csv

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...