<?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 SA-Hydra and SA-Utils in a distributed environment (subtitle: Splunk App for VMWare in a distributed Splunk environment... really)? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/SA-Hydra-and-SA-Utils-in-a-distributed-environment-subtitle/m-p/195143#M20156</link>
    <description>&lt;P&gt;I run Splunk 6.1.4 in a distributed environment:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;dedicated search head&lt;/LI&gt;
&lt;LI&gt;dedicated indexers&lt;/LI&gt;
&lt;LI&gt;dedicated deployment server&lt;/LI&gt;
&lt;LI&gt;(mostly) universal forwarders&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;In short: there's surprisingly little documentation for the SA-Hydra and SA-Utils apps (even the READMEs aren't very telling)- they both seem really heavy and I'm ambivalent about having them broadly deployed without a more thorough understanding... in particular, other than the event parsing in props.conf I don't see anything in either app that specifically is needed on the indexers (true?)...&lt;/P&gt;

&lt;P&gt;There looks to be a lot happening in the SA-utils app and I don't have a warm and fuzzy on what's really going on. Consider:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[script://./bin/tsidx_clean_up.py]
disabled = false
passAuth = splunk-system-user
# Once per day at 3 AM
interval = * 3 * * *
index = _internal
sourcetype = tsidx:clean_up
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Isn't Splunk doing this on its own already? I'm not clear why this is needed...&lt;/P&gt;

&lt;P&gt;There's a lot going on under the covers here and without understanding this a little better I'm a little uncomfortable deploying it. On the other hand the Splunk App for VMWare is one of the top requests from my infrastructure folks so I want to support them. Can anyone shed some light on these apps?&lt;/P&gt;

&lt;P&gt;==========&lt;/P&gt;

&lt;P&gt;TL;DR: I'm a bit of a minimalist when it comes to the configs at each stage of the pipeline. I don't like to have irrelevant configs where they have no business (for instance, an indexes.conf on a forwarder, inputs.conf on the indexers... don't even get me started on props and transforms). To that end, when I'm looking at a new app I dig through and dissect apps so that only relevant configs are present. I know... Splunk is good at ignoring irrelevant configs if they don't apply, and having these bundled apps is easier on the developers with all of the various Splunk architectures, but I find it is a lot easier, for me, to look at and resolve conflicts on an ongoing basis if I minimize the configs up front.&lt;/P&gt;

&lt;P&gt;So when I look at the &lt;A href="http://docs.splunk.com/Documentation/VMW/3.1.1/Configuration/Componentreference"&gt;Splunk App for VMware component reference&lt;/A&gt; and where the various components need to be installed, it's making my head hurt. There's a lot going on in there and I just really need to understand more deeply what all of these pieces are really doing in support of the VMWare data.&lt;/P&gt;</description>
    <pubDate>Sat, 08 Nov 2014 19:43:18 GMT</pubDate>
    <dc:creator>jeff</dc:creator>
    <dc:date>2014-11-08T19:43:18Z</dc:date>
    <item>
      <title>SA-Hydra and SA-Utils in a distributed environment (subtitle: Splunk App for VMWare in a distributed Splunk environment... really)?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/SA-Hydra-and-SA-Utils-in-a-distributed-environment-subtitle/m-p/195143#M20156</link>
      <description>&lt;P&gt;I run Splunk 6.1.4 in a distributed environment:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;dedicated search head&lt;/LI&gt;
&lt;LI&gt;dedicated indexers&lt;/LI&gt;
&lt;LI&gt;dedicated deployment server&lt;/LI&gt;
&lt;LI&gt;(mostly) universal forwarders&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;In short: there's surprisingly little documentation for the SA-Hydra and SA-Utils apps (even the READMEs aren't very telling)- they both seem really heavy and I'm ambivalent about having them broadly deployed without a more thorough understanding... in particular, other than the event parsing in props.conf I don't see anything in either app that specifically is needed on the indexers (true?)...&lt;/P&gt;

&lt;P&gt;There looks to be a lot happening in the SA-utils app and I don't have a warm and fuzzy on what's really going on. Consider:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[script://./bin/tsidx_clean_up.py]
disabled = false
passAuth = splunk-system-user
# Once per day at 3 AM
interval = * 3 * * *
index = _internal
sourcetype = tsidx:clean_up
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Isn't Splunk doing this on its own already? I'm not clear why this is needed...&lt;/P&gt;

&lt;P&gt;There's a lot going on under the covers here and without understanding this a little better I'm a little uncomfortable deploying it. On the other hand the Splunk App for VMWare is one of the top requests from my infrastructure folks so I want to support them. Can anyone shed some light on these apps?&lt;/P&gt;

&lt;P&gt;==========&lt;/P&gt;

&lt;P&gt;TL;DR: I'm a bit of a minimalist when it comes to the configs at each stage of the pipeline. I don't like to have irrelevant configs where they have no business (for instance, an indexes.conf on a forwarder, inputs.conf on the indexers... don't even get me started on props and transforms). To that end, when I'm looking at a new app I dig through and dissect apps so that only relevant configs are present. I know... Splunk is good at ignoring irrelevant configs if they don't apply, and having these bundled apps is easier on the developers with all of the various Splunk architectures, but I find it is a lot easier, for me, to look at and resolve conflicts on an ongoing basis if I minimize the configs up front.&lt;/P&gt;

&lt;P&gt;So when I look at the &lt;A href="http://docs.splunk.com/Documentation/VMW/3.1.1/Configuration/Componentreference"&gt;Splunk App for VMware component reference&lt;/A&gt; and where the various components need to be installed, it's making my head hurt. There's a lot going on in there and I just really need to understand more deeply what all of these pieces are really doing in support of the VMWare data.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Nov 2014 19:43:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/SA-Hydra-and-SA-Utils-in-a-distributed-environment-subtitle/m-p/195143#M20156</guid>
      <dc:creator>jeff</dc:creator>
      <dc:date>2014-11-08T19:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: SA-Hydra and SA-Utils in a distributed environment (subtitle: Splunk App for VMWare in a distributed Splunk environment... really)?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/SA-Hydra-and-SA-Utils-in-a-distributed-environment-subtitle/m-p/195144#M20157</link>
      <description>&lt;P&gt;Technically they do not have to go on the Indexer to make the app function. I have been told that SA-Utils and SA-Hydra are recommended only because they will stop modular input introspection from failing.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2014 19:22:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/SA-Hydra-and-SA-Utils-in-a-distributed-environment-subtitle/m-p/195144#M20157</guid>
      <dc:creator>mgildenhorn_spl</dc:creator>
      <dc:date>2014-11-10T19:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: SA-Hydra and SA-Utils in a distributed environment (subtitle: Splunk App for VMWare in a distributed Splunk environment... really)?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/SA-Hydra-and-SA-Utils-in-a-distributed-environment-subtitle/m-p/195145#M20158</link>
      <description>&lt;P&gt;I had a call with the developers and after we chatted for awhile it became apparent that the the posted documentation was somewhat inaccurate- it's since been updated. SA-Hydra and SA-Utils aren't to be installed on dedicated indexers (see the updated &lt;A href="http://docs.splunk.com/Documentation/VMW/3.1.2/Configuration/Componentreference"&gt;Splunk App for VMware component reference&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Sun, 16 Nov 2014 16:26:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/SA-Hydra-and-SA-Utils-in-a-distributed-environment-subtitle/m-p/195145#M20158</guid>
      <dc:creator>jeff</dc:creator>
      <dc:date>2014-11-16T16:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: SA-Hydra and SA-Utils in a distributed environment (subtitle: Splunk App for VMWare in a distributed Splunk environment... really)?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/SA-Hydra-and-SA-Utils-in-a-distributed-environment-subtitle/m-p/195146#M20159</link>
      <description>&lt;P&gt;the updated documents still show SA-Hydra and SA-Utils being installed on the indexers, both in the specific version you linked (3.1.2) as well as the latest version (3.1.3, at the time of this writing).&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2015 04:44:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/SA-Hydra-and-SA-Utils-in-a-distributed-environment-subtitle/m-p/195146#M20159</guid>
      <dc:creator>steven_swor</dc:creator>
      <dc:date>2015-01-28T04:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: SA-Hydra and SA-Utils in a distributed environment (subtitle: Splunk App for VMWare in a distributed Splunk environment... really)?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/SA-Hydra-and-SA-Utils-in-a-distributed-environment-subtitle/m-p/195147#M20160</link>
      <description>&lt;P&gt;hmph... yeah- looks like it was revised as stated on 14 Nov, but modified again on 21 Nov to the prior state of listing SA-Hydra as an indexer component, according to the &lt;A href="http://docs.splunk.com/index.php?title=Documentation:VMW:Configuration:Componentreference:3.1.1&amp;amp;action=history"&gt;article history&lt;/A&gt;. Looks like the note on the Introspection workaround got added in Mar 2015.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2015 01:45:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/SA-Hydra-and-SA-Utils-in-a-distributed-environment-subtitle/m-p/195147#M20160</guid>
      <dc:creator>jeff</dc:creator>
      <dc:date>2015-04-22T01:45:14Z</dc:date>
    </item>
  </channel>
</rss>

