Splunk Search

Getting a multiple input search to search correctly

riderofyamaha
Explorer

I am having trouble getting my form search to bring back anything. The xml is accepted by splunk but the search won't bring back anything. It always says 0. here is the xml code...

 <form>
 <label>My Search Engine</label>
 <searchTemplate>"$SearchHere$" | head 250</searchTemplate>
 <earliestTime>-30d</earliestTime>
 <latestTime>-0d</latestTime>
 <html>
 Enter a sourcetype in the field below and this view will pull back the most recent   100      events from the metrics log concerning that sourcetype.
 </html>
 <fieldset>
 <input type="text" token="username">
 <label>Enter a user name</label>
 <default>Last 24 Hours</default>
 </input>
 </fieldset>
 <row>
 <chart>
 <title>User logins</title>
 <option name="charting.chart">pie</option>
 </chart>
 <event>
 <title>Matching events</title>
 <fields>_raw</fields>
 <option name="count">250</option>
 </event>
 </row>
 </form>
Tags (1)
0 Karma

Lowell
Super Champion

Hmm. You example looks like you tried 5 different things and none of it is consistent. Here are some things to fix up:

  • Your HTML message mentions "sourcetypes" but nothing else seems to refer to them.
  • Your default value for "username" looks like a value for a time range
  • You are trying to build a <chart> without using a chart or timechart command in your search.
  • You have a mysterious variable named $SearchHere$ which you aren't actually setting up as an input anywhere.


I second hiddenkirby's suggestion to checkout the ui-examples app.

Another approach could be to build a few dashboards using splunk's dashboard building wizard and review the XML it generates for you. This is not a bad way to get started. If you haven't walked though the forms how intro in the docs, that's another good place to start:

hiddenkirby
Contributor

What happens when you remove the doublequotes in your searchTemplate?

What happens if you add a specific index?

index="myindex" username=$username$ | head 250

Downlaod ui-examples app from splunkbase and install it.

Look at the simplified xml -> inverted flow example.

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 ...