<?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 differentiate between different redis hosts using Redis Add-on for Splunk? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356414#M43157</link>
    <description>&lt;P&gt;Give it a try and see if it works.  I have the GitHub TA and it was built in the same way as this Redis.  I have the host entry there and it works.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2017 23:00:11 GMT</pubDate>
    <dc:creator>xavierashe</dc:creator>
    <dc:date>2017-11-08T23:00:11Z</dc:date>
    <item>
      <title>How to differentiate between different redis hosts using Redis Add-on for Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356408#M43151</link>
      <description>&lt;P&gt;I am trying to pull logs from three redis servers. I have them configured as separate inputs. However, I am unable to differentiate the logs using any metadata or field. I am sure I am missing something trivial. Would anyone shed some light on this?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 21:27:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356408#M43151</guid>
      <dc:creator>sk314</dc:creator>
      <dc:date>2017-11-08T21:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to differentiate between different redis hosts using Redis Add-on for Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356409#M43152</link>
      <description>&lt;P&gt;If they are coming from different servers, then the field you would use to differentiate is 'host'.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 21:56:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356409#M43152</guid>
      <dc:creator>xavierashe</dc:creator>
      <dc:date>2017-11-08T21:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to differentiate between different redis hosts using Redis Add-on for Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356410#M43153</link>
      <description>&lt;P&gt;These are modular inputs configured on a data collector that has the add-on installed. The host field is populated by the hostname of the data collector instance.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 21:59:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356410#M43153</guid>
      <dc:creator>sk314</dc:creator>
      <dc:date>2017-11-08T21:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to differentiate between different redis hosts using Redis Add-on for Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356411#M43154</link>
      <description>&lt;P&gt;Ah, that makes sense.  Can you post your inputs.conf from $Splunk_Home/apps/TA-splunk-addon-for-redis-server/local?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 22:07:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356411#M43154</guid>
      <dc:creator>xavierashe</dc:creator>
      <dc:date>2017-11-08T22:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to differentiate between different redis hosts using Redis Add-on for Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356412#M43155</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;[redis://www_cs01]
authentication = password
index = www
interval = 60
password = ********
redis_host = wwwcs01
redis_port = 6379

[redis://www_cs02]
authentication = password
index = www
interval = 60
password = ********
redis_host = wwwcs02
redis_port = 6379

[redis://www_cs03]
authentication = password
index = www
interval = 60
password = ********
redis_host = wwwcs03
redis_port = 6379
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Nov 2017 22:10:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356412#M43155</guid>
      <dc:creator>sk314</dc:creator>
      <dc:date>2017-11-08T22:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to differentiate between different redis hosts using Redis Add-on for Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356413#M43156</link>
      <description>&lt;P&gt;Not sure if I can add a host= entry in these mod inputs. &lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 22:11:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356413#M43156</guid>
      <dc:creator>sk314</dc:creator>
      <dc:date>2017-11-08T22:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to differentiate between different redis hosts using Redis Add-on for Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356414#M43157</link>
      <description>&lt;P&gt;Give it a try and see if it works.  I have the GitHub TA and it was built in the same way as this Redis.  I have the host entry there and it works.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 23:00:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356414#M43157</guid>
      <dc:creator>xavierashe</dc:creator>
      <dc:date>2017-11-08T23:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to differentiate between different redis hosts using Redis Add-on for Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356415#M43158</link>
      <description>&lt;P&gt;That worked! I knew it was going to be a trivial thing. I do wish the inputs automatically added either the redis_host field or made a host=field by itself. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 22:31:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356415#M43158</guid>
      <dc:creator>sk314</dc:creator>
      <dc:date>2017-11-09T22:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to differentiate between different redis hosts using Redis Add-on for Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356416#M43159</link>
      <description>&lt;P&gt;For any input, including modinputs you can add a host field to the inputs.conf like so.  The inputs.conf is in the $Splunk_Home/apps/TA-splunk-addon-for-redis-server/local directory.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [redis://www_cs01]
 authentication = password
 index = www
 interval = 60
 password = ********
 redis_host = wwwcs01
 redis_port = 6379
 host=wwwcs01

 [redis://www_cs02]
 authentication = password
 index = www
 interval = 60
 password = ********
 redis_host = wwwcs02
 redis_port = 6379
 host = wwwcs02

 [redis://www_cs03]
 authentication = password
 index = www
 interval = 60
 password = ********
 redis_host = wwwcs03
 redis_port = 6379
 host=wwwcs03
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 Nov 2017 22:35:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356416#M43159</guid>
      <dc:creator>xavierashe</dc:creator>
      <dc:date>2017-11-09T22:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to differentiate between different redis hosts using Redis Add-on for Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356417#M43160</link>
      <description>&lt;P&gt;I've updated the add-on to v1.0.3 to add the host. &lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 22:18:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-differentiate-between-different-redis-hosts-using-Redis/m-p/356417#M43160</guid>
      <dc:creator>svasani_splunk</dc:creator>
      <dc:date>2017-12-21T22:18:25Z</dc:date>
    </item>
  </channel>
</rss>

