<?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 edit my visualization to display a chart overlay representing the percentage of failed logins for Windows? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-visualization-to-display-a-chart-overlay/m-p/222350#M65390</link>
    <description>&lt;P&gt;Awesome - thx for the reply and information!&lt;/P&gt;</description>
    <pubDate>Mon, 07 Nov 2016 20:37:34 GMT</pubDate>
    <dc:creator>jwalzerpitt</dc:creator>
    <dc:date>2016-11-07T20:37:34Z</dc:date>
    <item>
      <title>How to edit my visualization to display a chart overlay representing the percentage of failed logins for Windows?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-visualization-to-display-a-chart-overlay/m-p/222348#M65388</link>
      <description>&lt;P&gt;Came across a Splunk blog post that talked about percentage of failed logins for Box (&lt;A href="http://blogs.splunk.com/2015/08/25/splunking-box-data-user-authentications/"&gt;http://blogs.splunk.com/2015/08/25/splunking-box-data-user-authentications/&lt;/A&gt;) and I've been trying to adapt it to percentage of failed logins for Windows and I have the following search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=winevt (LogonType=2 OR LogonType=7 OR LogonType=10) (EventID=4624 OR EventID=4625) | stats count by _time EventType IpAddress | timechart count by EventType limit=10 usenull=f | eval pct_failed=AUDIT_FAILURE/(AUDIT_FAILURE+AUDIT_SUCCESS)*100 | eval pct_failed=round(pct_failed,1) | rename pct_failed AS "% Failed" 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For the visualization, I have a stacked column chart, but I'm not getting the line for the average like I see in the blog post. Any help would be appreciated.&lt;/P&gt;

&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 19:46:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-visualization-to-display-a-chart-overlay/m-p/222348#M65388</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2016-11-07T19:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit my visualization to display a chart overlay representing the percentage of failed logins for Windows?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-visualization-to-display-a-chart-overlay/m-p/222349#M65389</link>
      <description>&lt;P&gt;here is how you get a chart overlay:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.0/Viz/Chartcontrols#Chart_overlay"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.0/Viz/Chartcontrols#Chart_overlay&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In search, you click on 'Format &amp;gt; Chart Overlay' and under 'Overlay' in the fields you select 'pct_failed'&lt;BR /&gt;
In a dashboard, if you're editing panels, you'd click on the little painbrush (Format) and Chart Overlay, just as in the step above.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 20:17:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-visualization-to-display-a-chart-overlay/m-p/222349#M65389</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2016-11-07T20:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit my visualization to display a chart overlay representing the percentage of failed logins for Windows?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-visualization-to-display-a-chart-overlay/m-p/222350#M65390</link>
      <description>&lt;P&gt;Awesome - thx for the reply and information!&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 20:37:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-visualization-to-display-a-chart-overlay/m-p/222350#M65390</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2016-11-07T20:37:34Z</dc:date>
    </item>
  </channel>
</rss>

