All Apps and Add-ons

Multiple TextField

menkurau
Path Finder

I would like to use 2 texfield modules to create a start and end date that is passed to a custom search as arguments. I have only been able to pass a single value thus far from two textfields. Here is an excerpt of the XML

<module name="TextField" layoutPanel="panel_row1_col1" autoRun="True">
  <param name="name">timestamp</param>
  <param name="float">left</param>
  <param name="template">$value$</param>
  <param name="label">Choose today's date (yyyy-mm-dd):</param>
  <param name="default">2013-02-25</param>
  <module name="TextField" autoRun="True">
    <param name="name">timestamp2</param>
    <param name="float">left</param>
    <param name="template">$value$</param>
    <param name="label">Choose future date (yyyy-mm-dd):</param>
    <param name="default">2013-02-25</param>
  </module>
  <module name="SubmitButton">
    <param name="allowSoftSubmit">True</param>
    <module name="Search" layoutPanel="panel_row2_col1" group="Previous Incidents" autoRun="True">
      <param name="search">| script sqlConnInP $timestamp$ $timestamp2$</param>

menkurau
Path Finder

I figured it out, I needed to properly nest the subsequent searches in the submitbutton module.

0 Karma

menkurau
Path Finder

Thanks for the tip! I removed the extra autoRuns as suggested.

0 Karma

sideview
SplunkTrust
SplunkTrust

Yep. I cleaned up your indentation and it became easy to see. Also never nest an autoRun="True" inside another autoRun="True". In this config there should only be one, and it should be on the topmost module -the first TextField. Although it probably wasn't doing specific harm in this particular config, one autoRun nested inside another can wreak havoc and there's never any purpose to doing it.

0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...