<?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 enhance column chart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561826#M46192</link>
    <description>&lt;P&gt;Unfortunately this puts a 1 in every column of "export_unsuccessful".&lt;/P&gt;</description>
    <pubDate>Tue, 03 Aug 2021 10:49:35 GMT</pubDate>
    <dc:creator>a_vobard</dc:creator>
    <dc:date>2021-08-03T10:49:35Z</dc:date>
    <item>
      <title>How to enhance column chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561212#M39046</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have created this search filter:&lt;/P&gt;&lt;P&gt;index=reg host=mp1 "export_&lt;SPAN&gt;successful&lt;/SPAN&gt;" | TIMECHART count by&amp;nbsp;"import_&lt;SPAN&gt;successful&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;Out of this I have created a column chart for visualization - see below. A the moment it is visualized, if there is every day an successful export (every day there is just one), but I would like to see also, if the export was not successful. What is the easiest way to do it?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a_vobard_0-1627484708907.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15296i70FC720E116ACDB7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="a_vobard_0-1627484708907.png" alt="a_vobard_0-1627484708907.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you, ava&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 15:08:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561212#M39046</guid>
      <dc:creator>a_vobard</dc:creator>
      <dc:date>2021-07-28T15:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to enhance column chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561214#M39047</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/236895"&gt;@a_vobard&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can do it with same search. So can you please let us know &amp;nbsp;like "&lt;SPAN&gt;export_&lt;/SPAN&gt;&lt;SPAN&gt;successful " events , how do you identify the&amp;nbsp;export unsuccessful?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;KV&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 15:16:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561214#M39047</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-07-28T15:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to enhance column chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561215#M39048</link>
      <description>&lt;LI-CODE lang="markup"&gt;index=reg host=mp1 "export_successful" | timechart count by "export_successful" | eval export_unsuccessful=if(isnull(count),1,null())&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 28 Jul 2021 15:19:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561215#M39048</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-07-28T15:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to enhance column chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561220#M39051</link>
      <description>&lt;P&gt;Hello, there is no event, if an export was not successful.&amp;nbsp; The only way it can be evaluated is, when the "successful" event is missing. So that seems tricky for me.&lt;/P&gt;&lt;P&gt;Ava&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 15:36:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561220#M39051</guid>
      <dc:creator>a_vobard</dc:creator>
      <dc:date>2021-07-28T15:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to enhance column chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561223#M39052</link>
      <description>&lt;P&gt;Then try creating dummy field&amp;nbsp;unsuccessful_export when count is 0.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval unsuccessful_export=if(count==0,1,0)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can put any count instead of 1 as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 15:41:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561223#M39052</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-07-28T15:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to enhance column chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561224#M39053</link>
      <description>&lt;P&gt;Hello, what does this do exactly? I cannot interpret the "if" part. Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 15:44:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561224#M39053</guid>
      <dc:creator>a_vobard</dc:creator>
      <dc:date>2021-07-28T15:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to enhance column chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561225#M39054</link>
      <description>&lt;P&gt;What exactly is the one?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 15:45:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561225#M39054</guid>
      <dc:creator>a_vobard</dc:creator>
      <dc:date>2021-07-28T15:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to enhance column chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561229#M39056</link>
      <description>&lt;P&gt;It is supposed to give you an unsuccessful count for when there isn't a&amp;nbsp; successful count, but this isn't going to work unless you fill in the time gaps, so try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=reg host=mp1 "export_successful" | timechart count by "export_successful" | makecontinuous _time | eval export_unsuccessful=if(isnull(count),1,null())&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 28 Jul 2021 16:17:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561229#M39056</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-07-28T16:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to enhance column chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561826#M46192</link>
      <description>&lt;P&gt;Unfortunately this puts a 1 in every column of "export_unsuccessful".&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 10:49:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561826#M46192</guid>
      <dc:creator>a_vobard</dc:creator>
      <dc:date>2021-08-03T10:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to enhance column chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561827#M46193</link>
      <description>&lt;P&gt;This unfortunately doesn't work. I have everywhere just zero's.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 10:51:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enhance-column-chart/m-p/561827#M46193</guid>
      <dc:creator>a_vobard</dc:creator>
      <dc:date>2021-08-03T10:51:26Z</dc:date>
    </item>
  </channel>
</rss>

