<?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 deploy scripted inputs on different OS architectures? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-deploy-scripted-inputs-on-different-OS-architectures/m-p/248199#M47827</link>
    <description>&lt;P&gt;That's correct. If you were using Splunk Enterprise instance(not universal forwarder) and your script was simple enough to be developed using standard python library that ships with Splunk, then it would've worked. So many if's so I think you're fine. (its easiness vs best practices).&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jan 2017 20:44:24 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2017-01-20T20:44:24Z</dc:date>
    <item>
      <title>How to deploy scripted inputs on different OS architectures?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-deploy-scripted-inputs-on-different-OS-architectures/m-p/248196#M47824</link>
      <description>&lt;P&gt;I have two scripted inputs, one bash script for Linux and one batch script for Windows.  Both scripts are written to read a static configuration file and output the data for Splunk to ingest.  Both scripts work without issue.&lt;/P&gt;

&lt;P&gt;Should I deploy both script inputs in the same app?  As you know the bash script will not run on Windows and batch script will not run on LInux.   Besides the error I get in the splunkd.log, is there anything I should worry about with the scripts executing on the wrong OS architecture?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 20:05:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-deploy-scripted-inputs-on-different-OS-architectures/m-p/248196#M47824</guid>
      <dc:creator>sjaworski</dc:creator>
      <dc:date>2017-01-20T20:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy scripted inputs on different OS architectures?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-deploy-scripted-inputs-on-different-OS-architectures/m-p/248197#M47825</link>
      <description>&lt;P&gt;Beside the error, I don't think there is any other issue doing that. It's basically that error message vs maintenance overhead of 2 apps. Have you considered developing the script using some common language like python or perl?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 20:21:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-deploy-scripted-inputs-on-different-OS-architectures/m-p/248197#M47825</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-01-20T20:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy scripted inputs on different OS architectures?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-deploy-scripted-inputs-on-different-OS-architectures/m-p/248198#M47826</link>
      <description>&lt;P&gt;There's no guarantee there will be a perl or python interpreter on the destination systems.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 20:37:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-deploy-scripted-inputs-on-different-OS-architectures/m-p/248198#M47826</guid>
      <dc:creator>sjaworski</dc:creator>
      <dc:date>2017-01-20T20:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy scripted inputs on different OS architectures?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-deploy-scripted-inputs-on-different-OS-architectures/m-p/248199#M47827</link>
      <description>&lt;P&gt;That's correct. If you were using Splunk Enterprise instance(not universal forwarder) and your script was simple enough to be developed using standard python library that ships with Splunk, then it would've worked. So many if's so I think you're fine. (its easiness vs best practices).&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 20:44:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-deploy-scripted-inputs-on-different-OS-architectures/m-p/248199#M47827</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-01-20T20:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy scripted inputs on different OS architectures?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-deploy-scripted-inputs-on-different-OS-architectures/m-p/248200#M47828</link>
      <description>&lt;P&gt;Thanks for the thoughts.  Always good to double check.  &lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 21:01:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-deploy-scripted-inputs-on-different-OS-architectures/m-p/248200#M47828</guid>
      <dc:creator>sjaworski</dc:creator>
      <dc:date>2017-01-20T21:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy scripted inputs on different OS architectures?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-deploy-scripted-inputs-on-different-OS-architectures/m-p/248201#M47829</link>
      <description>&lt;P&gt;I hate errors and would create an app for each OS.  You should already have the host discrimination part of &lt;CODE&gt;serverclass.conf&lt;/CODE&gt; done for the various TAs that you need to deploy differently depending on OS.  But there is nothing that will be broken if you deploy both to both.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 21:53:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-deploy-scripted-inputs-on-different-OS-architectures/m-p/248201#M47829</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-01-20T21:53:59Z</dc:date>
    </item>
  </channel>
</rss>

