<?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: Timechart - Use HTML Settings for a Scheduled report in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Timechart-Use-HTML-Settings-for-a-Scheduled-report/m-p/446619#M29352</link>
    <description>&lt;P&gt;@chrisschum if instead of Dashboard you use a Scheduled Saved Search you can change the Saved Search configuration to set the color option. Refer to the following answer with the available option with saved search.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/582632/how-do-you-use-custom-xml-in-reports-from-dashboar.html"&gt;https://answers.splunk.com/answers/582632/how-do-you-use-custom-xml-in-reports-from-dashboar.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 04 May 2019 04:27:56 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2019-05-04T04:27:56Z</dc:date>
    <item>
      <title>Timechart - Use HTML Settings for a Scheduled report</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Timechart-Use-HTML-Settings-for-a-Scheduled-report/m-p/446617#M29350</link>
      <description>&lt;P&gt;Is there a way to schedule PDF delivery of a dashboard that has specific HTML settings? &lt;/P&gt;

&lt;P&gt;My issue is that when I try and schedule PDF delivery of a Dashboard, when I schedule it, the search is converted to simply '| noop'&lt;/P&gt;

&lt;P&gt;If I try and create a new report with the data, it automatically creates a Bar Chart based (not the Line Chart I want) based on the search and also doesn't use the specific colors I want to use.&lt;/P&gt;

&lt;P&gt;The search is below.&lt;/P&gt;

&lt;P&gt;Thanks!!!&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 12:24:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Timechart-Use-HTML-Settings-for-a-Scheduled-report/m-p/446617#M29350</guid>
      <dc:creator>chrisschum</dc:creator>
      <dc:date>2019-05-03T12:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart - Use HTML Settings for a Scheduled report</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Timechart-Use-HTML-Settings-for-a-Scheduled-report/m-p/446618#M29351</link>
      <description>&lt;PRE&gt;&lt;CODE&gt; &amp;lt;title&amp;gt;Vulnerability Remediation Activity Across All Applications - No Tier  - Past 90 Days&amp;lt;/title&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=index_app sourcetype="app:detection" NOT severity IN (low, informational), STATUS IN (FIXED, ACTIVE, NEW, RE-OPENED) NOT Tier IN (0,1,2)
          | rename DNS AS Hostname
          | eval "NEW" = "NEW" + ";" + "RE-OPENED"
          | makemv delim=";" "NEW"
          | mvexpand NEW
          | timechart span=1mon count(STATUS) by STATUS usenull=f
          | fields - "RE-OPENED"&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-90d@d&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;-1h&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.overflowMode"&amp;gt;ellipsisNone&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;-45&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisLabelsY.majorUnit"&amp;gt;auto&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisLabelsY2.majorUnit"&amp;gt;100&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleX.text"&amp;gt;Time Period&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleY2.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisX.abbreviation"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisX.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY.abbreviation"&amp;gt;auto&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.abbreviation"&amp;gt;auto&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.maximumNumber"&amp;gt;auto&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.minimumNumber"&amp;gt;auto&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;line&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleMaximumSize"&amp;gt;50&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleMinimumSize"&amp;gt;10&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleSizeBy"&amp;gt;area&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.nullValueMode"&amp;gt;zero&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.showDataLabels"&amp;gt;all&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.stackMode"&amp;gt;default&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.fieldColors"&amp;gt;{FIXED:0x00cc66, ACTIVE:0xff4d4d, NEW:0x1a66ff}&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.layout.splitSeries"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.layout.splitSeries.allowIndependentYRanges"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.labelStyle.overflowMode"&amp;gt;ellipsisMiddle&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.mode"&amp;gt;seriesCompare&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.placement"&amp;gt;right&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.lineWidth"&amp;gt;2&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.splitBy"&amp;gt;severity&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 03 May 2019 12:38:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Timechart-Use-HTML-Settings-for-a-Scheduled-report/m-p/446618#M29351</guid>
      <dc:creator>chrisschum</dc:creator>
      <dc:date>2019-05-03T12:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart - Use HTML Settings for a Scheduled report</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Timechart-Use-HTML-Settings-for-a-Scheduled-report/m-p/446619#M29352</link>
      <description>&lt;P&gt;@chrisschum if instead of Dashboard you use a Scheduled Saved Search you can change the Saved Search configuration to set the color option. Refer to the following answer with the available option with saved search.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/582632/how-do-you-use-custom-xml-in-reports-from-dashboar.html"&gt;https://answers.splunk.com/answers/582632/how-do-you-use-custom-xml-in-reports-from-dashboar.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2019 04:27:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Timechart-Use-HTML-Settings-for-a-Scheduled-report/m-p/446619#M29352</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-05-04T04:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart - Use HTML Settings for a Scheduled report</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Timechart-Use-HTML-Settings-for-a-Scheduled-report/m-p/446620#M29353</link>
      <description>&lt;P&gt;Have you tried the apps?&lt;BR /&gt;
&lt;A href="https://splunkbase.splunk.com/app/4030/"&gt;https://splunkbase.splunk.com/app/4030/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://splunkbase.splunk.com/app/4132/"&gt;https://splunkbase.splunk.com/app/4132/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2019 19:34:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Timechart-Use-HTML-Settings-for-a-Scheduled-report/m-p/446620#M29353</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-05-04T19:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart - Use HTML Settings for a Scheduled report</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Timechart-Use-HTML-Settings-for-a-Scheduled-report/m-p/446621#M29354</link>
      <description>&lt;P&gt;Thanks woodcock. Unfortunately, I'm not in a position where I can install any apps on our Splunk instance.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 14:38:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Timechart-Use-HTML-Settings-for-a-Scheduled-report/m-p/446621#M29354</guid>
      <dc:creator>chrisschum</dc:creator>
      <dc:date>2019-05-06T14:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart - Use HTML Settings for a Scheduled report</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Timechart-Use-HTML-Settings-for-a-Scheduled-report/m-p/446622#M29355</link>
      <description>&lt;P&gt;I think that's the ticket niketnilay! It seems to have worked. Thanks! &lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 14:45:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Timechart-Use-HTML-Settings-for-a-Scheduled-report/m-p/446622#M29355</guid>
      <dc:creator>chrisschum</dc:creator>
      <dc:date>2019-05-06T14:45:19Z</dc:date>
    </item>
  </channel>
</rss>

