<?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: Splunk dashboard for printer statistics in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-dashboard-for-printer-statistics/m-p/239469#M8971</link>
    <description>&lt;P&gt;If you have the raw data, this should be trivial.&lt;/P&gt;</description>
    <pubDate>Thu, 05 May 2016 16:33:28 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2016-05-05T16:33:28Z</dc:date>
    <item>
      <title>Splunk dashboard for printer statistics</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-dashboard-for-printer-statistics/m-p/239467#M8969</link>
      <description>&lt;P&gt;has anyone done this before? i want to make a report that will have 4 columns (print server, print queue, documents printed in last 30 days, date last printed to) and will contain all printers from the servers. &amp;nbsp;The documents printed will just be an incrementing number and the date last printed to can just be mm/dd/yyyy. &amp;nbsp;If the columns could be sorted from smallest to largest on date last printed. &lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2016 14:44:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-dashboard-for-printer-statistics/m-p/239467#M8969</guid>
      <dc:creator>sbattista09</dc:creator>
      <dc:date>2016-05-05T14:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk dashboard for printer statistics</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-dashboard-for-printer-statistics/m-p/239468#M8970</link>
      <description>&lt;P&gt;If you could include some of the logs you have, that might make it easier for someone to help!&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2016 15:41:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-dashboard-for-printer-statistics/m-p/239468#M8970</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2016-05-05T15:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk dashboard for printer statistics</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-dashboard-for-printer-statistics/m-p/239469#M8971</link>
      <description>&lt;P&gt;If you have the raw data, this should be trivial.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2016 16:33:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-dashboard-for-printer-statistics/m-p/239469#M8971</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-05-05T16:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk dashboard for printer statistics</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-dashboard-for-printer-statistics/m-p/239470#M8972</link>
      <description>&lt;P&gt;I made this this into a two panel dashboard, &lt;/P&gt;

&lt;P&gt;panel1;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[text box for field1] [text box for field4]  [text box for field5] 
index=index1 host="print_server1" OR host="print_server2"  "was printed"  | rex field=_raw "\was\s\w\w\w\w\w\w\w\s\w\w\s(?P&amp;lt;Printers&amp;gt;\w+\d\d)"| Search Printers=*$field4$*  AND host=*$field5$*| stats count by _time Printers host| Where count &amp;lt; $field1$| Rename count as Count | Sort -Count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;panel2;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=index1  host="print_server1" OR host="print_server2"  "was printed"   | rex field=_raw "\was\s\w\w\w\w\w\w\w\s\w\w\s(?P&amp;lt;Printers&amp;gt;\w+\d\d)"|timechart count by Printers useother=f usenull=f
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;08/10/1850 10:00:01 AM&lt;BR /&gt;
LogName=System&lt;BR /&gt;
SourceName=PrintSpooler&lt;BR /&gt;
EventCode=10&lt;BR /&gt;
EventType=4&lt;BR /&gt;
Type=Information&lt;BR /&gt;
ComputerName=print_server1&lt;BR /&gt;
User=User1&lt;BR /&gt;
TaskCategory=None&lt;BR /&gt;
OpCode=None&lt;BR /&gt;
RecordNumber=12345&lt;BR /&gt;
Keywords=Classic&lt;BR /&gt;
Message=Document 1, Reports - lolz owned by lolz was printed on Printer_1 through port 1.1.1.1 .  Size in bytes: 15415151515.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:15:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-dashboard-for-printer-statistics/m-p/239470#M8972</guid>
      <dc:creator>sbattista09</dc:creator>
      <dc:date>2020-09-29T10:15:38Z</dc:date>
    </item>
  </channel>
</rss>

