<?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 Deployment command for App Profile Server in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-command-for-App-Profile-Server/m-p/79454#M22529</link>
    <description>&lt;P&gt;On behalf of one of out customers, I have a concrete qustion regarding the setup of the Splunk for WebSphere App. I reference to the install guide for the app.&lt;BR /&gt;
On page 23 is shown how to generate an input. Our WebSphere App looks like following: We have an Deployment Manager (DM) on a seperate server and the same is valid for the App Profile. I have found an example to generate an input file for the DM like following: &lt;/P&gt;

&lt;P&gt;java -jar CreateInputs.jar -startpath /opt/IBM/WebSphere80ND/AppServer/profiles/ -hostname MyHost -enablenodemetadata -whitelist '.log$|.txt$' -alldmgrprofile&lt;/P&gt;

&lt;P&gt;What needs the command to look like for an server, that only includes the App profiles?&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;

&lt;P&gt;Christian Glatschke&lt;/P&gt;</description>
    <pubDate>Wed, 02 Oct 2013 07:50:42 GMT</pubDate>
    <dc:creator>simuvid</dc:creator>
    <dc:date>2013-10-02T07:50:42Z</dc:date>
    <item>
      <title>Deployment command for App Profile Server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-command-for-App-Profile-Server/m-p/79454#M22529</link>
      <description>&lt;P&gt;On behalf of one of out customers, I have a concrete qustion regarding the setup of the Splunk for WebSphere App. I reference to the install guide for the app.&lt;BR /&gt;
On page 23 is shown how to generate an input. Our WebSphere App looks like following: We have an Deployment Manager (DM) on a seperate server and the same is valid for the App Profile. I have found an example to generate an input file for the DM like following: &lt;/P&gt;

&lt;P&gt;java -jar CreateInputs.jar -startpath /opt/IBM/WebSphere80ND/AppServer/profiles/ -hostname MyHost -enablenodemetadata -whitelist '.log$|.txt$' -alldmgrprofile&lt;/P&gt;

&lt;P&gt;What needs the command to look like for an server, that only includes the App profiles?&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;

&lt;P&gt;Christian Glatschke&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2013 07:50:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-command-for-App-Profile-Server/m-p/79454#M22529</guid>
      <dc:creator>simuvid</dc:creator>
      <dc:date>2013-10-02T07:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment command for App Profile Server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-command-for-App-Profile-Server/m-p/79455#M22530</link>
      <description>&lt;P&gt;We use the following command on both nodes and dmgr hosts. As you see we use WAS own JVM and we do substitution right away to put custom index name. Blacklist section helps us weed out rolled over logs. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SPLUNK_ADDON_DIR=${SPLUNK_CONFIGS:?}/splunk_forwarder_addon_was
INDEX_NAME=ind_${PROD:?}_${APP_NAME:?}_${ENVID:?}_app

if [[ -d "/opt/IBM/BPM751/WebSphere/AppServer/profiles/" ]] ; then
    /opt/IBM/BPM751/WebSphere/AppServer/java/bin/java \
    -jar $SPLUNK_ADDON_DIR/bin/CreateInputs.jar \
    -startpath /opt/IBM/BPM751/WebSphere/AppServer/profiles/  \
    -hostname $(hostname) \
    -enablenodemetadata -whitelist '\.log$|\.txt$|\.out$' \
    -blacklist 'native_stderr|trace|(SystemErr_|SystemOut_|native_stdout_)[0-9][0-9]\.[0-9][0-9]\.[0-9][0-9]_[0-9][0-9]\.[0-9][0-9]\.[0-9][0-9]\.log$' \
    -alldmgrprofile \
    -print | sed -e 's/index \= websphere/index = '$INDEX_NAME'/g' &amp;gt; $OUT_FILE 
fi  
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 29 Nov 2013 05:56:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-command-for-App-Profile-Server/m-p/79455#M22530</guid>
      <dc:creator>vserebryany</dc:creator>
      <dc:date>2013-11-29T05:56:09Z</dc:date>
    </item>
  </channel>
</rss>

