Dashboards & Visualizations

Remove results from a search using input checkbox.

odonnem1
Engager

I'm creating a form that searches logs and want to allow the user to remove common log entries from the results view by selecting them using an input checkbox.

For instance if the results contain 'failed to open E:\temp\file1.txt' & 'failed to open E:\temp\file2.txt'
I want to provide a checkbox that the user can select to remove '*failed to open E:\temp\* *'

I don't know what to use as my choice / value in my XML

    <input type="checkbox" token="_commonErrors" searchWhenChanged="true">
      <label>Exclude errors</label>
      <default></default>
      <choice value="??????'">Failed to open</choice>
      <choice value="">Everything</choice>
    </input>

Thanks.

0 Karma

sundareshr
Legend

You may want to consider using multi-select. Try these settings for your multiselect

Token: commonErrors
Token Prefix: (
Token Suffix: )
Token Value Prefix: source="*
Token Value Suffix: *"
Delimiter:  OR  

http://docs.splunk.com/Documentation/Splunk/6.4.2/Viz/FormEditor#Multiselect

odonnem1
Engager

Thanks I will try rewriting my form to use these tokens.

0 Karma

odonnem1
Engager

I guess the more I research this the more complicated it gets. If I allow multiple selections (check boxes) each with a different value I then need a way to add these to the query using NOT (result1 AND result2).
Does this sound right?

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...