Dashboards & Visualizations

How do you get a input string to work in Splunk lookup tables?

HealyDPS
Explorer

Hello,

I am trying to create a Splunk search where I have a user add a string of text into a text input and have it go through a python string and submit the string to Splunk and give the results?

I have a search where | inputlookup FSinfo.csv | where Site_Code="AXXA43A" and I get the most of the information I need but it will give me a lot of extra rows that have the same site code. But I am having issues if I don't put them in all caps it wont work either. Is there a way to fix this or would the Python script to make it all caps just be the easier route.

How do you get a Python user input string to work in Splunk? And how would I create a dashboard with just lookup table information?

Thanks for the help and time.

Respectfully,
Spider Splunk Man 😄

0 Karma
1 Solution

HealyDPS
Explorer

Instead of using the "where" command use the "search" command.

View solution in original post

0 Karma

HealyDPS
Explorer

Instead of using the "where" command use the "search" command.

0 Karma

HealyDPS
Explorer

| inputlookup FSinfo.csv | search Site_Code="aaax43a"

I used this instead. That way I could do both upper and lower case when looking through the lookup table. I think with the python script you have to install or use and API to do it.

0 Karma

HealyDPS
Explorer

No worries found out what I could do.

0 Karma

somesoni2
Revered Legend

Great. Would you mind sharing the solution (at least the approach) with the community so that other community members with similar requirement can benefit from it?

0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...