All Apps and Add-ons

Unknown parameter 'saved Search' is defined for module Saved Search. Make sure the parameter is specified in SavedSearch.conf.

royimad
Builder

While migrating my dashboards to sideview utils , i have faced this error during saving my dashboard.

Here is the code:

| metadata type=hosts | sort host | where like(host,"%wavemark%")


host
online.wavemark.net

<module name="Pulldown">
  <param name="name">host</param>
  <param name="label">Select Environment:</param>
  <param name="valueField">$name$</param>

  <module name="Switcher" group=" "  layoutPanel="panel_row4_col1">
    <param name="selectedGroup">$host$</param>

    ...

    <module name="SavedSearch" layoutPanel="panel_row4_col1" group="stagedb.wavemark.net">
      <param name="savedSearch">Long Running Reports Trend (2+ Seconds) - Daily Count</param>
      <module name="ViewstateAdapter">
        <param name="savedSearch">Long Running Reports Trend (2+ Seconds) - Daily Count</param>
        <module name="JobProgressIndicator" />
        <module name="EnablePreview">
          <param name="enable">True</param>
          <param name="display">False</param>
        </module>
        <module name="HiddenChartFormatter">
          <module name="FlashChart">
            <param name="width">100%</param>
            <module name="ConvertToDrilldownSearch">
              <module name="ViewRedirector">
                <param name="viewTarget">flashtimeline</param>
              </module>
            </module>
          </module>

        </module>
      </module>
    </module>
  </module>

</module>

0 Karma
1 Solution

sideview
SplunkTrust
SplunkTrust

There is no 'savedSearch' param to the SavedSearch module - it's just the "name" param. Change savedSearch to name and it'll work.

View solution in original post

sideview
SplunkTrust
SplunkTrust

There is no 'savedSearch' param to the SavedSearch module - it's just the "name" param. Change savedSearch to name and it'll work.

royimad
Builder

Thanks a lot dude. It's working great

0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...