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!

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

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