<?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: Why am I unable to create a trellis bell curve for my search query? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-unable-to-create-a-trellis-bell-curve-for-my-search/m-p/358357#M23328</link>
    <description>&lt;P&gt;I tried that and it gave me no bell curves, it gives me names of months of the x axis. &lt;/P&gt;</description>
    <pubDate>Tue, 06 Feb 2018 19:16:06 GMT</pubDate>
    <dc:creator>Lynyrd</dc:creator>
    <dc:date>2018-02-06T19:16:06Z</dc:date>
    <item>
      <title>Why am I unable to create a trellis bell curve for my search query?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-unable-to-create-a-trellis-bell-curve-for-my-search/m-p/358352#M23323</link>
      <description>&lt;P&gt;I am not getting any bell curve for each one of my stepnames, why?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=mfgtestengsoftware  | search "Result Logged" "Results{}.Pass"=true "CCS" "B1611" |  spath Results{}.Actual | rename Results{}.Actual AS Actual | eval Actual = Round(Actual) | transaction StepName |  bin Actual span=0.5 |  chart count by StepName
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Feb 2018 17:11:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-unable-to-create-a-trellis-bell-curve-for-my-search/m-p/358352#M23323</guid>
      <dc:creator>Lynyrd</dc:creator>
      <dc:date>2018-02-06T17:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to create a trellis bell curve for my search query?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-unable-to-create-a-trellis-bell-curve-for-my-search/m-p/358353#M23324</link>
      <description>&lt;P&gt;I tried this and the statisitcs looks better but there is no bell curve plot in trellis.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=mfgtestengsoftware  | search "Result Logged" "Results{}.Pass"=true "CCS" "B1611" |  spath Results{}.Actual | rename Results{}.Actual AS Actual | eval Actual = Round(Actual) | transaction StepName | bin Actual span=0.75 | chart count(Actual) by StepName
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Feb 2018 18:08:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-unable-to-create-a-trellis-bell-curve-for-my-search/m-p/358353#M23324</guid>
      <dc:creator>Lynyrd</dc:creator>
      <dc:date>2018-02-06T18:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to create a trellis bell curve for my search query?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-unable-to-create-a-trellis-bell-curve-for-my-search/m-p/358354#M23325</link>
      <description>&lt;P&gt;tried this too, still no bell curve plots in trellis,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=mfgtestengsoftware  | search "Result Logged" "Results{}.Pass"=true "CCS" "B1611" |  spath Results{}.Actual | rename Results{}.Actual AS Actual | eval Actual = Round(Actual) | transaction StepName | bin Actual span=0.75 | chart values(Actual) by StepName
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Feb 2018 18:16:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-unable-to-create-a-trellis-bell-curve-for-my-search/m-p/358354#M23325</guid>
      <dc:creator>Lynyrd</dc:creator>
      <dc:date>2018-02-06T18:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to create a trellis bell curve for my search query?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-unable-to-create-a-trellis-bell-curve-for-my-search/m-p/358355#M23326</link>
      <description>&lt;P&gt;You're using single value visualization?&lt;/P&gt;

&lt;P&gt;Give this a try as well.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=mfgtestengsoftware  | search "Result Logged" "Results{}.Pass"=true "CCS" "B1611" |  spath Results{}.Actual | rename Results{}.Actual AS Actual | eval Actual = Round(Actual) | transaction StepName | bin Actual span=0.75 | timechart count(Actual) by StepName
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Feb 2018 18:58:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-unable-to-create-a-trellis-bell-curve-for-my-search/m-p/358355#M23326</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-02-06T18:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to create a trellis bell curve for my search query?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-unable-to-create-a-trellis-bell-curve-for-my-search/m-p/358356#M23327</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4311iE21DAC1B9AD01065/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 19:11:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-unable-to-create-a-trellis-bell-curve-for-my-search/m-p/358356#M23327</guid>
      <dc:creator>Lynyrd</dc:creator>
      <dc:date>2018-02-06T19:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to create a trellis bell curve for my search query?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-unable-to-create-a-trellis-bell-curve-for-my-search/m-p/358357#M23328</link>
      <description>&lt;P&gt;I tried that and it gave me no bell curves, it gives me names of months of the x axis. &lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 19:16:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-unable-to-create-a-trellis-bell-curve-for-my-search/m-p/358357#M23328</guid>
      <dc:creator>Lynyrd</dc:creator>
      <dc:date>2018-02-06T19:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to create a trellis bell curve for my search query?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-unable-to-create-a-trellis-bell-curve-for-my-search/m-p/358358#M23329</link>
      <description>&lt;P&gt;I have several hundred bell curves I need to plot in trellis, but can't seem to. I can plot ONE if I call out an explicit Test name as shown in the picture.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 22:30:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-unable-to-create-a-trellis-bell-curve-for-my-search/m-p/358358#M23329</guid>
      <dc:creator>Lynyrd</dc:creator>
      <dc:date>2018-02-13T22:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to create a trellis bell curve for my search query?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-unable-to-create-a-trellis-bell-curve-for-my-search/m-p/358359#M23330</link>
      <description>&lt;P&gt;@Lynyrd -&lt;/P&gt;

&lt;P&gt;Did this ever get resolved?  &lt;/P&gt;

&lt;P&gt;I'm actually not certain what you mean by "bell curve plot".  Data either makes a bell curve or it doesn't.  If you mean you want to  overlay a bell curve onto a histogram, then that would be something that can be done.  &lt;/P&gt;</description>
      <pubDate>Sat, 11 Aug 2018 06:10:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-am-I-unable-to-create-a-trellis-bell-curve-for-my-search/m-p/358359#M23330</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2018-08-11T06:10:13Z</dc:date>
    </item>
  </channel>
</rss>

