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!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...