<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Data not populating and overview search returns error in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119443#M9043</link>
    <description>&lt;P&gt;Works fine on 3 different Splunk instances for me.&lt;/P&gt;

&lt;P&gt;I can only ascertain that somewhere in your environment there must be locally changed XML view (not the default ones) ,  that has an edit error in it because I can replicate the error by deliberately hacking my xml view to make it erroneous. Try grepping for "| | stats first(name)"&lt;/P&gt;</description>
    <pubDate>Tue, 29 Oct 2013 16:45:22 GMT</pubDate>
    <dc:creator>Damien_Dallimor</dc:creator>
    <dc:date>2013-10-29T16:45:22Z</dc:date>
    <item>
      <title>Data not populating and overview search returns error</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119433#M9033</link>
      <description>&lt;P&gt;select the server host via the overview I get the follow error:&lt;/P&gt;

&lt;P&gt;Error in 'SearchParser': Missing a search command before '|'&lt;/P&gt;

&lt;P&gt;The same is true for all metric types.&lt;/P&gt;

&lt;P&gt;index=jmx sourcetype=jmx host="xxxxxxxx" jvmDescription="*" mbean_domain="java.lang" mbean_property_type="OperatingSystem" OR "Runtime"&lt;BR /&gt;
        | eval swapUsed=swapSpace-freeSwap&lt;BR /&gt;
        | eval memoryUsed=physMem-freePhysMem &lt;BR /&gt;
        | bucket _time span=1m &lt;BR /&gt;
        | stats first(name) as name first(version) as version first(arch) as arch first(jvmUptime) as jvmUptime first(cpuTime) as cpuTime first(processors) as cpus first(sysLoad) as sysLoad first(openFD) as openFD first(maxFD) as maxFD first(physMem) as physMem first(memoryUsed) as memoryUsed first(swapSpace) as swapSpace first(swapUsed) as swapUsed first(committed) as committed by _time host jvmDescription&lt;BR /&gt;
    |                 | stats first(name) as OS first(version) as Version first(arch) as Architecture by host jvmDescription | sort jvmDescription  &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:07:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119433#M9033</guid>
      <dc:creator>jberlin</dc:creator>
      <dc:date>2020-09-28T15:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data not populating and overview search returns error</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119434#M9034</link>
      <description>&lt;P&gt;I suggest you stick to the the out of the box documentation and default Simple XML view examples and name your sourcetype to be "jmx". For some reason editing the example xml views to change the sourcetype seems to be giving you some issues (as per other thread).&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 05:36:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119434#M9034</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2013-10-29T05:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Data not populating and overview search returns error</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119435#M9035</link>
      <description>&lt;P&gt;Hello Damien,&lt;/P&gt;

&lt;P&gt;I had only attempted changing it on one metric and then changed it back to JMX.  So all of the Metrics are using the out of the box configuration.  Same with the inputs.conf, sourcetype is set to JMX.   &lt;/P&gt;

&lt;P&gt;To validate that I do have any other configurations that are off, I attempted loading JMS on another instance of Splunk and continue to have the same issue with no data populating and overview continues to report the same error.&lt;/P&gt;

&lt;P&gt;Error in 'SearchParser': Missing a search command before '|'&lt;/P&gt;

&lt;P&gt;Thank you,&lt;/P&gt;

&lt;P&gt;JB&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 13:21:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119435#M9035</guid>
      <dc:creator>jberlin</dc:creator>
      <dc:date>2013-10-29T13:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data not populating and overview search returns error</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119436#M9036</link>
      <description>&lt;P&gt;In your post above your have 2 pipes with nothing in between : ".....jvmDescription | | stats first(name)....."&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 15:59:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119436#M9036</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2013-10-29T15:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data not populating and overview search returns error</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119437#M9037</link>
      <description>&lt;P&gt;Yes that seems to be the issue for all of the metrics.  Please correct me if I am wrong, but shouldn't that be populated by the app when I click on the server overview?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 16:04:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119437#M9037</guid>
      <dc:creator>jberlin</dc:creator>
      <dc:date>2013-10-29T16:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data not populating and overview search returns error</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119438#M9038</link>
      <description>&lt;P&gt;Is this on the version you have edited ? Or on a completely fresh version you have not edited in any way ? Also , what Splunk  version are you on. I am trying to ascertain why your environment ,and no others I have ever seen , behaves like this. Can you post your entire jvm_operatingsystem.xml file please.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 16:10:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119438#M9038</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2013-10-29T16:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data not populating and overview search returns error</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119439#M9039</link>
      <description>&lt;P&gt;this is a instance of Splunk6.0 using jmx2.0 with no changes.&lt;/P&gt;

&lt;P&gt;Below is the config.xml and inputs.conf from the Forwarder side app.  the same is on the Splunk server side, created using modular input.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 16:19:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119439#M9039</guid>
      <dc:creator>jberlin</dc:creator>
      <dc:date>2013-10-29T16:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Data not populating and overview search returns error</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119440#M9040</link>
      <description>&lt;P&gt;&lt;JMXPOLLER&gt;&lt;BR /&gt;
&lt;FORMATTER classname="com.dtdsoftware.splunk.formatter.TokenizedMBeanNameQuotesStrippedFormatter"&gt;&lt;/FORMATTER&gt;&lt;BR /&gt;
&amp;lt;!-- Connect to a JVM via the remote JMX interface --&amp;gt;&lt;BR /&gt;
&lt;JMXSERVER host="xxxxxxxx" jvmdescription="jetty" jmxport="1098"&gt;&lt;BR /&gt;
&lt;MBEAN domain="*" properties="*" dumpallattributes="true"&gt;&lt;/MBEAN&gt;&lt;BR /&gt;
&lt;/JMXSERVER&gt;&lt;BR /&gt;
&lt;/JMXPOLLER&gt;&lt;/P&gt;

&lt;P&gt;[jmx://jetty_xxxxxxxx]&lt;BR /&gt;
config_file = jetty_xxxxxxx.xml&lt;BR /&gt;
host = xxxxxxxx&lt;BR /&gt;
index = jmx&lt;BR /&gt;
polling_frequency = 60&lt;BR /&gt;
sourcetype = jmx&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:07:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119440#M9040</guid>
      <dc:creator>jberlin</dc:creator>
      <dc:date>2020-09-28T15:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data not populating and overview search returns error</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119441#M9041</link>
      <description>&lt;P&gt;Can you post your entire jvm_operatingsystem.xml file please&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 16:22:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119441#M9041</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2013-10-29T16:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data not populating and overview search returns error</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119442#M9042</link>
      <description>&lt;P&gt;I will email it to you as it does not fit in the comment or Post section of Splunk Answers.&lt;/P&gt;

&lt;P&gt;Thank you for looking at this.&lt;/P&gt;

&lt;P&gt;JB&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 16:27:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119442#M9042</guid>
      <dc:creator>jberlin</dc:creator>
      <dc:date>2013-10-29T16:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data not populating and overview search returns error</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119443#M9043</link>
      <description>&lt;P&gt;Works fine on 3 different Splunk instances for me.&lt;/P&gt;

&lt;P&gt;I can only ascertain that somewhere in your environment there must be locally changed XML view (not the default ones) ,  that has an edit error in it because I can replicate the error by deliberately hacking my xml view to make it erroneous. Try grepping for "| | stats first(name)"&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 16:45:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119443#M9043</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2013-10-29T16:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data not populating and overview search returns error</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119444#M9044</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I am having exactly the same issue. My install was a fresh install of Splunk 5.0.4 and jmx app 2.0.3. Mine seems to be working for the most part, but whenever I click a host in the overview, I would get the error:&lt;/P&gt;

&lt;P&gt;PARSER: Applying intentions failed Error in 'SearchParser': Missing a search command before '|'.&lt;/P&gt;

&lt;P&gt;The only change I made after I installed the JMX app was creating a new config file based on the default config.xml. The changes I made to that new config file were host, jvmDescription, and jmxport.&lt;/P&gt;

&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2013 17:37:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119444#M9044</guid>
      <dc:creator>rongshengfang</dc:creator>
      <dc:date>2013-11-08T17:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data not populating and overview search returns error</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119445#M9045</link>
      <description>&lt;P&gt;From the Docs :&lt;/P&gt;

&lt;P&gt;Dependencies&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Splunk 5.0+ , if you only want to use as a JMX Modular Input
Splunk 6.0+ , if you want to use the Simple XML dashboards also
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 09 Nov 2013 06:18:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119445#M9045</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2013-11-09T06:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Data not populating and overview search returns error</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119446#M9046</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Could you elaborate a bit more on this:&lt;/P&gt;

&lt;P&gt;Splunk 5.0+ , if you only want to use as a JMX Modular Input&lt;/P&gt;

&lt;P&gt;and how this would be related to the errors I am seeing? Are you saying that the errors I am seeing are expected?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2013 13:12:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Data-not-populating-and-overview-search-returns-error/m-p/119446#M9046</guid>
      <dc:creator>rongshengfang</dc:creator>
      <dc:date>2013-11-11T13:12:36Z</dc:date>
    </item>
  </channel>
</rss>

