<?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: Dashboard creation in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692531#M56751</link>
    <description>&lt;P&gt;but then also its fetching all the responses from the results instead of faultstring only it s not filtering out the responses based on that tag&lt;/P&gt;</description>
    <pubDate>Sat, 06 Jul 2024 09:26:03 GMT</pubDate>
    <dc:creator>splunk6</dc:creator>
    <dc:date>2024-07-06T09:26:03Z</dc:date>
    <item>
      <title>Dashboard creation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692495#M56745</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a xml response in splunk whenever i query a index.I used to get the error msg in&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;/soap:Envelope&amp;gt;", RESPONSE="&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt; &amp;lt;soapenv:Header/&amp;gt; &amp;lt;soapenv:Body&amp;gt; &amp;lt;soapenv:Fault xmlns:trefault="http://tresoap.intecbilling.com/fault/2.0"&amp;gt; &amp;lt;faultcode&amp;gt;trefault:ApplicationException&amp;lt;/faultcode&amp;gt; &amp;lt;faultstring&amp;gt;&amp;lt;CM-41398&amp;gt; ERROR: Value &amp;amp;quot;Apple Watch 4G 5GB&amp;amp;quot; supplied for Fact &amp;amp;quot;OrderedComp.RatePlan_R&amp;amp;quot; is not allowed by the fact&amp;amp;apos;s filter search or expression&amp;lt;/faultstring&amp;gt; &amp;lt;detail&amp;gt; &amp;lt;trefault:Detail&amp;gt; &amp;lt;trefault:Message&amp;gt;&amp;lt;CM-41398&amp;gt; ERROR: Value &amp;amp;quot;Apple Watch 4G 5GB&amp;amp;quot; supplied for Fact &amp;amp;quot;OrderedComp.RatePlan_R&amp;amp;quot; is not allowed by the fact&amp;amp;apos;s filter search or expression&amp;lt;/trefault:Message&amp;gt; &amp;lt;trefault:ErrorId&amp;gt;41398&amp;lt;/trefault:ErrorId&amp;gt; &amp;lt;/trefault:Detail&amp;gt; &amp;lt;/detail&amp;gt; &amp;lt;/soapenv:Fault&amp;gt; &amp;lt;/soapenv:Body&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can someone tell me how to extract this error msg from the xml and display the error msg in a seperate panel as table in dashboard&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 15:08:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692495#M56745</guid>
      <dc:creator>splunk6</dc:creator>
      <dc:date>2024-07-05T15:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard creation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692504#M56746</link>
      <description>&lt;P&gt;Use the &lt;FONT face="courier new,courier"&gt;spath&lt;/FONT&gt; command to parse the XML then select the desired field.&amp;nbsp; If &lt;FONT face="courier new,courier"&gt;spath&lt;/FONT&gt; doesn't work, it's because the XML is not valid.&amp;nbsp; You may need to strip out excess quotes.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 15:53:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692504#M56746</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-07-05T15:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard creation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692509#M56747</link>
      <description>&lt;P&gt;if i give the below query to extract the error msg alone from the soap response:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index="abcl" sourcetype="oracle:transactionlog" OPERATION = "getOrderService"
|rex "REQUEST=\"(?&amp;lt;REQUEST&amp;gt;.+)\", RESPONSE=\"(?&amp;lt;RESPONSE&amp;gt;.+)\", RETRYNO"
|spath input=RESPONSE
|spath input=RESPONE output=trefault:Message path=trefault:Message

&lt;/LI-CODE&gt;
&lt;P&gt;am getting no response&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 22:32:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692509#M56747</guid>
      <dc:creator>splunk6</dc:creator>
      <dc:date>2024-07-05T22:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard creation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692512#M56748</link>
      <description>&lt;P&gt;There are no results because the rex command is not extracting any fields.&amp;nbsp; That's because it is looking for text ("REQUEST" and "RETRYNO") that don't exist (at least not in the sample event).&amp;nbsp; This run-anywhere query works for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults 
| eval _raw="&amp;lt;/soap:Envelope&amp;gt;\", RESPONSE=\"&amp;lt;soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"&amp;gt; &amp;lt;soapenv:Header/&amp;gt; &amp;lt;soapenv:Body&amp;gt; &amp;lt;soapenv:Fault xmlns:trefault=\"http://tresoap.intecbilling.com/fault/2.0\"&amp;gt; &amp;lt;faultcode&amp;gt;trefault:ApplicationException&amp;lt;/faultcode&amp;gt; &amp;lt;faultstring&amp;gt;&amp;lt;CM-41398&amp;gt; ERROR: Value &amp;amp;quot;Apple Watch 4G 5GB&amp;amp;quot; supplied for Fact &amp;amp;quot;OrderedComp.RatePlan_R&amp;amp;quot; is not allowed by the fact&amp;amp;apos;s filter search or expression&amp;lt;/faultstring&amp;gt; &amp;lt;detail&amp;gt; &amp;lt;trefault:Detail&amp;gt; &amp;lt;trefault:Message&amp;gt;&amp;lt;CM-41398&amp;gt; ERROR: Value &amp;amp;quot;Apple Watch 4G 5GB&amp;amp;quot; supplied for Fact &amp;amp;quot;OrderedComp.RatePlan_R&amp;amp;quot; is not allowed by the fact&amp;amp;apos;s filter search or expression&amp;lt;/trefault:Message&amp;gt; &amp;lt;trefault:ErrorId&amp;gt;41398&amp;lt;/trefault:ErrorId&amp;gt; &amp;lt;/trefault:Detail&amp;gt; &amp;lt;/detail&amp;gt; &amp;lt;/soapenv:Fault&amp;gt; &amp;lt;/soapenv:Body&amp;gt;"
|rex "RESPONSE=\\\"(?&amp;lt;RESPONSE&amp;gt;.+)"
|spath input=RESPONSE
|spath input=RESPONSE output=trefault:Message path=soapenv:Envelope.soapenv:Body.soapenv:Fault.faultstring.detail.trefault:Detail.trefault:Message&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 21:43:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692512#M56748</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-07-05T21:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard creation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692516#M56749</link>
      <description>&lt;P&gt;when i run the above query, am getting "invalid arguement near innisbrook"&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 20:08:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692516#M56749</guid>
      <dc:creator>splunk6</dc:creator>
      <dc:date>2024-07-05T20:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard creation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692522#M56750</link>
      <description>&lt;P&gt;Weird typo is fixed.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 21:43:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692522#M56750</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-07-05T21:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard creation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692531#M56751</link>
      <description>&lt;P&gt;but then also its fetching all the responses from the results instead of faultstring only it s not filtering out the responses based on that tag&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2024 09:26:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692531#M56751</guid>
      <dc:creator>splunk6</dc:creator>
      <dc:date>2024-07-06T09:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard creation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692535#M56752</link>
      <description>&lt;P&gt;i want the error messgae from "faultstring" to be displayed in my results:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;/soap:Envelope&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;", &lt;/SPAN&gt;&lt;SPAN class=""&gt;RESPONSE=&lt;/SPAN&gt;&lt;SPAN&gt;"&amp;lt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;soap:Envelope&lt;/SPAN&gt; &lt;SPAN class=""&gt;xmlns:soap=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;A href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank" rel="noopener"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;"&amp;gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;soap:Header&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;/soap:Header&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;soap:Body&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;soap:Fault&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;faultcode&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;soap:Server&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;/faultcode&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;faultstring&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;APPL0014:&lt;/SPAN&gt; &lt;SPAN class=""&gt;IO&lt;/SPAN&gt; &lt;SPAN class=""&gt;Exception:&lt;/SPAN&gt; &lt;SPAN class=""&gt;Read&lt;/SPAN&gt; &lt;SPAN class=""&gt;timed&lt;/SPAN&gt; &lt;SPAN class=""&gt;out&lt;/SPAN&gt; &lt;SPAN class=""&gt;java.net.SocketTimeoutException:&lt;/SPAN&gt; &lt;SPAN class=""&gt;Read&lt;/SPAN&gt; &lt;SPAN class=""&gt;timed&lt;/SPAN&gt; &lt;SPAN class=""&gt;out&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;/&lt;SPAN class=""&gt;faultstring&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;/soap:Fault&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;/soap:Body&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;My splunk query is below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index="abc" source="xyz" OPERATION = "getOrderService"
|rex "RESPONSE=\\\"(?&amp;lt;RESPONSE&amp;gt;.+)"
|spath input=RESPONSE
|spath input=RESPONSE output=faultstring path=soapenv:Envelope.soap:Header.soapenv:Body.soapenv:Fault.faultcode.faultstring&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;instead of fetching only one response with faultstring, its fetching all the results from the responses&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2024 12:05:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692535#M56752</guid>
      <dc:creator>splunk6</dc:creator>
      <dc:date>2024-07-06T12:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard creation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692548#M56754</link>
      <description>&lt;P&gt;That's what Splunk does - it fetches all of the events that meet the search criteria.&amp;nbsp; If you want a single response then put that in the SPL using&lt;FONT face="courier new,courier"&gt; head 1&lt;/FONT&gt;, &lt;FONT face="courier new,courier"&gt;tail 1&lt;/FONT&gt;, &lt;FONT face="courier new,courier"&gt;dedup&lt;/FONT&gt; or something similar.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2024 11:51:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-creation/m-p/692548#M56754</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-07-06T11:51:32Z</dc:date>
    </item>
  </channel>
</rss>

