<?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: How to overlay a line chart on a column chart in Simple XML on Splunk 6.1? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-overlay-a-line-chart-on-a-column-chart-in-Simple-XML-on/m-p/135685#M37114</link>
    <description>&lt;P&gt;As mentioned in my original post, series for my line charts are dynamic and that for column chart is known. With that, I either need to change the overlay graph to column or somehow dynamically set multiple series of line chart. The feature you pointed to seems to (1) need name of series for overlay to be known (2) overlay can only be line chart unless I am missing something. &lt;/P&gt;</description>
    <pubDate>Thu, 05 Mar 2015 13:57:03 GMT</pubDate>
    <dc:creator>ashishpok79</dc:creator>
    <dc:date>2015-03-05T13:57:03Z</dc:date>
    <item>
      <title>How to overlay a line chart on a column chart in Simple XML on Splunk 6.1?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-overlay-a-line-chart-on-a-column-chart-in-Simple-XML-on/m-p/135682#M37111</link>
      <description>&lt;P&gt;All, &lt;/P&gt;

&lt;P&gt;I have tried many options mentioned in the community answers but none of them seem to work. I need to overlay a column chart on line chart (vice-versa will work too) but the issue I seem to be getting into is I know the names of the series that should end up as columns but the ones that are lines are created dynamically.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Started with recommendations in &lt;A href="http://answers.splunk.com/answers/111780/chart-overlay-and-different-graph-types-using-splunk-6-in-simple-xml.html"&gt;http://answers.splunk.com/answers/111780/chart-overlay-and-different-graph-types-using-splunk-6-in-simple-xml.html&lt;/A&gt; and it seems like these options are ignored by Splunk 6.1 now for Simple XML. Can I still use these options in 6.1 somehow?&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;There is a way in UI to add overlay in 6.1. That works but:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Overlay chart seems to be line graph only and I cannot change it to column type. If I could, my problem is resolved. &lt;/LI&gt;
&lt;/UL&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;PRE&gt;&lt;CODE&gt;   - I cannot use a wildcard in charting.chart.overlayFields option. I was thinking of prefixing dynamic fields with some static string and using a wildcard match to overlay those fields as line. This way I can have my main chart plotted as columns and overlay as line. But overlayFields option doesn't seem to like wildcard.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Anyone know of a way to do this in Simple XML?&lt;/P&gt;

&lt;P&gt;Appreciate your input...&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2014 20:00:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-overlay-a-line-chart-on-a-column-chart-in-Simple-XML-on/m-p/135682#M37111</guid>
      <dc:creator>ashishpok79</dc:creator>
      <dc:date>2014-09-22T20:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay a line chart on a column chart in Simple XML on Splunk 6.1?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-overlay-a-line-chart-on-a-column-chart-in-Simple-XML-on/m-p/135683#M37112</link>
      <description>&lt;P&gt;I am guessing there is no way to do this, then? It feels like this should be supported and I am missing something simple. &lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2014 18:23:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-overlay-a-line-chart-on-a-column-chart-in-Simple-XML-on/m-p/135683#M37112</guid>
      <dc:creator>ashishpok79</dc:creator>
      <dc:date>2014-09-24T18:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay a line chart on a column chart in Simple XML on Splunk 6.1?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-overlay-a-line-chart-on-a-column-chart-in-Simple-XML-on/m-p/135684#M37113</link>
      <description>&lt;P&gt;You can find the answer in the documentation:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1/Viz/Chartcontrols#Chart_overlay_example_.28single_axis.29"&gt;http://docs.splunk.com/Documentation/Splunk/6.1/Viz/Chartcontrols#Chart_overlay_example_.28single_axis.29&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;key for it to work is choosing "View as Axis" to be "Off"&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 12:26:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-overlay-a-line-chart-on-a-column-chart-in-Simple-XML-on/m-p/135684#M37113</guid>
      <dc:creator>dvb</dc:creator>
      <dc:date>2015-03-05T12:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay a line chart on a column chart in Simple XML on Splunk 6.1?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-overlay-a-line-chart-on-a-column-chart-in-Simple-XML-on/m-p/135685#M37114</link>
      <description>&lt;P&gt;As mentioned in my original post, series for my line charts are dynamic and that for column chart is known. With that, I either need to change the overlay graph to column or somehow dynamically set multiple series of line chart. The feature you pointed to seems to (1) need name of series for overlay to be known (2) overlay can only be line chart unless I am missing something. &lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 13:57:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-overlay-a-line-chart-on-a-column-chart-in-Simple-XML-on/m-p/135685#M37114</guid>
      <dc:creator>ashishpok79</dc:creator>
      <dc:date>2015-03-05T13:57:03Z</dc:date>
    </item>
  </channel>
</rss>

