<?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: To create dashboard for win EventIDs in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/To-create-dashboard-for-win-EventIDs/m-p/679464#M55650</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp; i created like this,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="phanikumarcs_0-1709550109831.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29580i25AA651AA1B859EB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="phanikumarcs_0-1709550109831.png" alt="phanikumarcs_0-1709550109831.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;in the Event Types&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="phanikumarcs_1-1709550169832.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29581i7DAE19F160FBCEDE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="phanikumarcs_1-1709550169832.png" alt="phanikumarcs_1-1709550169832.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="phanikumarcs_2-1709550206426.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29582iEE744BF8055B4A9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="phanikumarcs_2-1709550206426.png" alt="phanikumarcs_2-1709550206426.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index=foo_win*&amp;nbsp; (host="PC*" EventID=1068) OR (host="PR**" EventID="1") OR (host="PR*" EventID="1") OR (host="PR*" EventID="1")&lt;BR /&gt;&lt;/SPAN&gt;| eval Severity=case(EventID="1068", "Warning",&lt;BR /&gt;EventID="1", "Information",&lt;BR /&gt;EventID="1021", "Warning")&lt;BR /&gt;| stats count by Severity&lt;BR /&gt;&lt;BR /&gt;writing above spl under all three pannels(critical, warning,information)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2024 11:08:47 GMT</pubDate>
    <dc:creator>phanikumarcs</dc:creator>
    <dc:date>2024-03-04T11:08:47Z</dc:date>
    <item>
      <title>To create dashboard for win EventIDs</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/To-create-dashboard-for-win-EventIDs/m-p/679452#M55648</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;need help, how many ways to show up in the dashboard where the eventids&lt;BR /&gt;&lt;BR /&gt;index=foo_win*&amp;nbsp; (host="PC*" EventID=1068) OR (host="PR**" EventID="1") OR (host="PR*" EventID="1") OR (host="PR*" EventID="1").......&lt;BR /&gt;where _time, server(host), eventid, severity (warning, critical, info)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Desired to achieve like below snap.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="phanikumarcs_0-1709545349110.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29579i16F1DAD489D76470/image-size/medium?v=v2&amp;amp;px=400" role="button" title="phanikumarcs_0-1709545349110.png" alt="phanikumarcs_0-1709545349110.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 09:44:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/To-create-dashboard-for-win-EventIDs/m-p/679452#M55648</guid>
      <dc:creator>phanikumarcs</dc:creator>
      <dc:date>2024-03-04T09:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: To create dashboard for win EventIDs</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/To-create-dashboard-for-win-EventIDs/m-p/679457#M55649</link>
      <description>&lt;P&gt;For each panel, what search are you using or going to use?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 10:31:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/To-create-dashboard-for-win-EventIDs/m-p/679457#M55649</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-03-04T10:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: To create dashboard for win EventIDs</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/To-create-dashboard-for-win-EventIDs/m-p/679464#M55650</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp; i created like this,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="phanikumarcs_0-1709550109831.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29580i25AA651AA1B859EB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="phanikumarcs_0-1709550109831.png" alt="phanikumarcs_0-1709550109831.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;in the Event Types&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="phanikumarcs_1-1709550169832.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29581i7DAE19F160FBCEDE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="phanikumarcs_1-1709550169832.png" alt="phanikumarcs_1-1709550169832.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="phanikumarcs_2-1709550206426.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29582iEE744BF8055B4A9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="phanikumarcs_2-1709550206426.png" alt="phanikumarcs_2-1709550206426.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index=foo_win*&amp;nbsp; (host="PC*" EventID=1068) OR (host="PR**" EventID="1") OR (host="PR*" EventID="1") OR (host="PR*" EventID="1")&lt;BR /&gt;&lt;/SPAN&gt;| eval Severity=case(EventID="1068", "Warning",&lt;BR /&gt;EventID="1", "Information",&lt;BR /&gt;EventID="1021", "Warning")&lt;BR /&gt;| stats count by Severity&lt;BR /&gt;&lt;BR /&gt;writing above spl under all three pannels(critical, warning,information)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 11:08:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/To-create-dashboard-for-win-EventIDs/m-p/679464#M55650</guid>
      <dc:creator>phanikumarcs</dc:creator>
      <dc:date>2024-03-04T11:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: To create dashboard for win EventIDs</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/To-create-dashboard-for-win-EventIDs/m-p/679465#M55651</link>
      <description>&lt;P&gt;OK so it is not clear what you are asking for. Please can you expand on your usecase and the issue(s) you are facing?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 11:13:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/To-create-dashboard-for-win-EventIDs/m-p/679465#M55651</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-03-04T11:13:46Z</dc:date>
    </item>
  </channel>
</rss>

