<?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 processing of Mainframe logs in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13139#M42</link>
    <description>&lt;P&gt;the logs we're interested in from the mainframe are from java WebSphere applications running on Z/os.&amp;nbsp; They're in ascii already.&amp;nbsp; For us to make a pitch for splunk we'd need to demonstrate that we can get the near real-time forwarding of this data to Splunk.&amp;nbsp; I see you have forwarders compiled for most operating systems.&amp;nbsp; If we could get a version compiled under Unix System Services on Z/os for us, that is something we could run in the same way that, if I understand correctly, log data is normally fed to splunk.&amp;nbsp; We have access to compilers on Z if that would help.&lt;/P&gt;

&lt;P&gt;We're not running Linux on Z, but WebSphere is running within something called Unix System Services (USS), which, as you can guess, provides a linux-like environment.&amp;nbsp; Including a compiler.&amp;nbsp; &lt;/P&gt;

&lt;P&gt;The batch approach would work, but wouldn't be an effective pitch.&amp;nbsp; All of the log data we're currently interested in is traditional ascii data which happens to be generated on mainframe regions.&lt;/P&gt;</description>
    <pubDate>Sat, 08 May 2010 03:19:50 GMT</pubDate>
    <dc:creator>aoates</dc:creator>
    <dc:date>2010-05-08T03:19:50Z</dc:date>
    <item>
      <title>processing of Mainframe logs</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13139#M42</link>
      <description>&lt;P&gt;the logs we're interested in from the mainframe are from java WebSphere applications running on Z/os.&amp;nbsp; They're in ascii already.&amp;nbsp; For us to make a pitch for splunk we'd need to demonstrate that we can get the near real-time forwarding of this data to Splunk.&amp;nbsp; I see you have forwarders compiled for most operating systems.&amp;nbsp; If we could get a version compiled under Unix System Services on Z/os for us, that is something we could run in the same way that, if I understand correctly, log data is normally fed to splunk.&amp;nbsp; We have access to compilers on Z if that would help.&lt;/P&gt;

&lt;P&gt;We're not running Linux on Z, but WebSphere is running within something called Unix System Services (USS), which, as you can guess, provides a linux-like environment.&amp;nbsp; Including a compiler.&amp;nbsp; &lt;/P&gt;

&lt;P&gt;The batch approach would work, but wouldn't be an effective pitch.&amp;nbsp; All of the log data we're currently interested in is traditional ascii data which happens to be generated on mainframe regions.&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2010 03:19:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13139#M42</guid>
      <dc:creator>aoates</dc:creator>
      <dc:date>2010-05-08T03:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: processing of Mainframe logs</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13140#M43</link>
      <description>&lt;P&gt;Is this a question about a custom build or if Splunk can eat mainframe logs?   I'm pretty sure it will eat mainframe logs.&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2010 03:23:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13140#M43</guid>
      <dc:creator>Simeon</dc:creator>
      <dc:date>2010-05-08T03:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: processing of Mainframe logs</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13141#M44</link>
      <description>&lt;P&gt;There's no Splunk currently for Linux on the 390 arch in any event, at this time.  Last I looked into this there was the core execution environment, as well as an ancillary environment of Linux on PPC, which we also don't supply binaries for.&lt;/P&gt;

&lt;P&gt;So how do you deliver data in realtime to Splunk without a Splunk fowarder?  There's a variety of options:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Send the data over syslog to splunk directly&lt;/LI&gt;
&lt;LI&gt;send the data via syslog or another network transport to an agent writing a live file that splunk is monitoring (even this can get latency within a few seconds)&lt;/LI&gt;
&lt;LI&gt;open a simple tcp socket and simply send the data to splunkd this way, probably a socket specifically configured to accept and split your data format&lt;/LI&gt;
&lt;LI&gt;Provide access to the log files over NFS (or CIFS, or some other remote FS your environment can handle) and monitor them remotely&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sat, 08 May 2010 03:47:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13141#M44</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2010-05-08T03:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: processing of Mainframe logs</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13142#M45</link>
      <description>&lt;P&gt;What we were actually trying to look at was standing up a forwarding Agent on z/OS (not zLinux), and how we would go about that.  Anything else is imperfect at best for a long term solution.  Mounting what is needed via NFS is not really a feasible or timely solution.  Thats a project in and of itself, as our z/OS OS team isn't where they need to be to even begin that process, there is network firewall issues.  Basically, we are talking atleast 3-6 months, and multiple teams involved.   &lt;/P&gt;

&lt;P&gt;But perhaps if you could enlighten me, who has worked on z/OS platform for 24+ years, primarily as a Sysprog, but also as WAS admin/support (since its been on the platform), USS admin etc, how we can "Send the data over syslog to Splunk directly "  because that makes no technical sense to me, or how we can "open a simple tcp socket and simply send the data to Splunk this way, probably a socket specifically configured to accept and split your data format " without writing code. &lt;/P&gt;

&lt;P&gt;Our hopes were that there was a forwarding agent binaries for execution on z/OS directly, or in USS of z/OS.  Barring that, was attempting to get agent source and compile it to run in either.  Without that, it means the creation of something, be it our own version of a forwarding agent, or some transfer agent to a forwarding agent.&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2010 00:59:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13142#M45</guid>
      <dc:creator>aoates</dc:creator>
      <dc:date>2010-05-12T00:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: processing of Mainframe logs</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13143#M46</link>
      <description>&lt;P&gt;I'm a z/OS Systems Programmer and was looking for a solution for this. After some extensive reseach I found that there is a third party product that is doing exactly what you need. &lt;/P&gt;

&lt;P&gt;Quote from their webpage:
"Type80 Syslog for z/OS enables extension of all mainframe console messages and write-to-operator messages to be routed to external log retention servers using the standard TCP/IP Syslog protocol".&lt;/P&gt;

&lt;P&gt;More info here:
&lt;A href="http://www.type80.com/products_syslog.htm" rel="nofollow"&gt;http://www.type80.com/products_syslog.htm&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I'm still trying to find something that is free.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Nov 2010 23:36:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13143#M46</guid>
      <dc:creator>nwagner</dc:creator>
      <dc:date>2010-11-13T23:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: processing of Mainframe logs</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13144#M47</link>
      <description>&lt;P&gt;There's (at least) three different System Z targets, besides Linux-on-PPC which is (I think) a different beast altogether.  There's Linux-on-s390 (which really is Linux compiled for the s390 arch - usually running as a virtual machine under z/VM).  And there's also z/OS (the latest incarnation of OS/390 previous MVS) and z/OS Unix System Services.  Unix System Services provides a POSIX userspace, hierarchial filesystem and syscall/libc environment as part of z/OS.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2011 22:43:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13144#M47</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-06-08T22:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: processing of Mainframe logs</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13145#M48</link>
      <description>&lt;P&gt;Can I perhaps spur an answer to your question with a question?&lt;/P&gt;

&lt;P&gt;Are there exposed Web Services available in SPLUNK? &lt;BR /&gt;
If so  can one not talk directly to SPLUNK using MQI or Websphere from the Z/OS mainframe? &lt;/P&gt;

&lt;P&gt;Part two of the question: &lt;/P&gt;

&lt;P&gt;How much effort would it take to write a forwarder for Z/OS?   &lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2013 13:58:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13145#M48</guid>
      <dc:creator>BruceGee</dc:creator>
      <dc:date>2013-01-30T13:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: processing of Mainframe logs</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13146#M49</link>
      <description>&lt;P&gt;There is a fully supported s390x Universal Forwarder on the Splunk forwarder download page under Linux in tgz and rpm format:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/en_us/download/universal-forwarder.html"&gt;http://www.splunk.com/en_us/download/universal-forwarder.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2015 21:06:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13146#M49</guid>
      <dc:creator>pogdin</dc:creator>
      <dc:date>2015-12-17T21:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: processing of Mainframe logs</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13147#M50</link>
      <description>&lt;P&gt;Have you had a look at Ironstream by Syncsort? Their tool works like a forwarder and can send data from the mainframe to Splunk. &lt;BR /&gt;
&lt;A href="https://www.syncsort.com/en/Products/Mainframe/Ironstream"&gt;https://www.syncsort.com/en/Products/Mainframe/Ironstream&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 22:15:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/processing-of-Mainframe-logs/m-p/13147#M50</guid>
      <dc:creator>tex_walks</dc:creator>
      <dc:date>2017-12-19T22:15:09Z</dc:date>
    </item>
  </channel>
</rss>

