<?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 Printer logs in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Printer-logs/m-p/89705#M97307</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;
Is there any manual, where i can see how to collect print logs from remote machine?&lt;BR /&gt;
The printer from which i have to collect event logs is Lexmark X464 de.&lt;/P&gt;

&lt;P&gt;Edit:&lt;BR /&gt;
I configured Lexmark to send audit logs, to ip of the machine where Splunk is installed. I also configured syslog UDP port in SplunkWeb but it still don't collect event logs from printer.&lt;BR /&gt;
Is there at least any command in cmd to test connections between printer and Splunk.&lt;BR /&gt;
Thanks in advance.&lt;/P&gt;

&lt;P&gt;Last Edit:&lt;BR /&gt;
Sry for the question, problem solved!&lt;/P&gt;</description>
    <pubDate>Mon, 15 Oct 2012 07:25:59 GMT</pubDate>
    <dc:creator>aleksandarrrc</dc:creator>
    <dc:date>2012-10-15T07:25:59Z</dc:date>
    <item>
      <title>Printer logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Printer-logs/m-p/89705#M97307</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
Is there any manual, where i can see how to collect print logs from remote machine?&lt;BR /&gt;
The printer from which i have to collect event logs is Lexmark X464 de.&lt;/P&gt;

&lt;P&gt;Edit:&lt;BR /&gt;
I configured Lexmark to send audit logs, to ip of the machine where Splunk is installed. I also configured syslog UDP port in SplunkWeb but it still don't collect event logs from printer.&lt;BR /&gt;
Is there at least any command in cmd to test connections between printer and Splunk.&lt;BR /&gt;
Thanks in advance.&lt;/P&gt;

&lt;P&gt;Last Edit:&lt;BR /&gt;
Sry for the question, problem solved!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2012 07:25:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Printer-logs/m-p/89705#M97307</guid>
      <dc:creator>aleksandarrrc</dc:creator>
      <dc:date>2012-10-15T07:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Printer logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Printer-logs/m-p/89706#M97308</link>
      <description>&lt;P&gt;The solution was to make sure, that both firewall and Antivirus are turned off.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2012 08:40:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Printer-logs/m-p/89706#M97308</guid>
      <dc:creator>aleksandarrrc</dc:creator>
      <dc:date>2012-10-16T08:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Printer logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Printer-logs/m-p/89707#M97309</link>
      <description>&lt;P&gt;Well, I wouldn't neccessarily say turn off the antivirus, just be sure that it isn't interfering with Splunks operation and that any built in firewall has exceptions for your ports. As I understand it you just had a botched install/uninstall which isn't quite the same as needing both off &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2012 08:44:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Printer-logs/m-p/89707#M97309</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-10-16T08:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Printer logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Printer-logs/m-p/89708#M97310</link>
      <description>&lt;P&gt;That is certainly, more precise answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2012 10:45:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Printer-logs/m-p/89708#M97310</guid>
      <dc:creator>aleksandarrrc</dc:creator>
      <dc:date>2012-10-16T10:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Printer logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Printer-logs/m-p/89709#M97311</link>
      <description>&lt;P&gt;I know you solved your issue, but the best way to test your connection between the printer and the splunk instance would be to use tcpdump if it is a linux system (tcpdump -i eth0 (or whatever your interface name is) port 514 (or whatever port you are sending syslog to). If splunk was running on a windows computer, you could use a tool like wireshark to listen for the syslog traffic. If you see the traffic and still didn't see it in your instance, I would check the host based firewall. Anti-virus shouldn't have anything to do with it.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2012 10:55:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Printer-logs/m-p/89709#M97311</guid>
      <dc:creator>tskinnerivsec</dc:creator>
      <dc:date>2012-10-16T10:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Printer logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Printer-logs/m-p/89710#M97312</link>
      <description>&lt;P&gt;In this case the packets were still arriving on the computer but a software firewall was playing up after a botched uninstall and was still blocking them, there was quite a bit of troubleshooting yesterday in the IRC channel &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2012 10:59:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Printer-logs/m-p/89710#M97312</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-10-16T10:59:11Z</dc:date>
    </item>
  </channel>
</rss>

