<?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 Can we configure multiple IP's in hunk virtual index configuration with the latest Hunk Cassandra Connector? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-configure-multiple-IP-s-in-hunk-virtual-index/m-p/337550#M92736</link>
    <description>&lt;P&gt;We have &lt;STRONG&gt;DSE Cassandra v5.0.8&lt;/STRONG&gt; running in multiple node IP's as a &lt;STRONG&gt;cluster setup&lt;/STRONG&gt;. And, we have used the &lt;STRONG&gt;datastax provided hunk connector for Cassandra DB&lt;/STRONG&gt; to access this data. We were able to configure a single Cassandra node IP in the virtual index configuration when we started using the connector around November last year(It was the latest version available at that time). &lt;/P&gt;

&lt;P&gt;Now, we need to set up the configuration in the indexes.conf file or from the UI in such a way that the connector accepts multiple connection points(&lt;STRONG&gt;vix.cassandra.connection.point&lt;/STRONG&gt; settings for the virtual index), so that if there is a &lt;STRONG&gt;failure case&lt;/STRONG&gt; in one of the nodes, &lt;STRONG&gt;hunk can retrieve the data from the other Cassandra nodes/connection points specified&lt;/STRONG&gt; in the virtual indexes configuration. Is this possible in the latest version of the Cassandra connector for hunk? P.S: In the older connector version we are using, we tried giving the multiple node IP's as comma separated values in Vix.cassandra.connection.point field in the configuration settings, but the connection points are not being accepted by hunk. So, Can &lt;STRONG&gt;cluster IP's&lt;/STRONG&gt; be provided to conf file in the latest Cassandra Connector versions? If yes, how?  Thank you. &lt;/P&gt;</description>
    <pubDate>Sat, 29 Jul 2017 14:44:39 GMT</pubDate>
    <dc:creator>waltz</dc:creator>
    <dc:date>2017-07-29T14:44:39Z</dc:date>
    <item>
      <title>Can we configure multiple IP's in hunk virtual index configuration with the latest Hunk Cassandra Connector?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-configure-multiple-IP-s-in-hunk-virtual-index/m-p/337550#M92736</link>
      <description>&lt;P&gt;We have &lt;STRONG&gt;DSE Cassandra v5.0.8&lt;/STRONG&gt; running in multiple node IP's as a &lt;STRONG&gt;cluster setup&lt;/STRONG&gt;. And, we have used the &lt;STRONG&gt;datastax provided hunk connector for Cassandra DB&lt;/STRONG&gt; to access this data. We were able to configure a single Cassandra node IP in the virtual index configuration when we started using the connector around November last year(It was the latest version available at that time). &lt;/P&gt;

&lt;P&gt;Now, we need to set up the configuration in the indexes.conf file or from the UI in such a way that the connector accepts multiple connection points(&lt;STRONG&gt;vix.cassandra.connection.point&lt;/STRONG&gt; settings for the virtual index), so that if there is a &lt;STRONG&gt;failure case&lt;/STRONG&gt; in one of the nodes, &lt;STRONG&gt;hunk can retrieve the data from the other Cassandra nodes/connection points specified&lt;/STRONG&gt; in the virtual indexes configuration. Is this possible in the latest version of the Cassandra connector for hunk? P.S: In the older connector version we are using, we tried giving the multiple node IP's as comma separated values in Vix.cassandra.connection.point field in the configuration settings, but the connection points are not being accepted by hunk. So, Can &lt;STRONG&gt;cluster IP's&lt;/STRONG&gt; be provided to conf file in the latest Cassandra Connector versions? If yes, how?  Thank you. &lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2017 14:44:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-we-configure-multiple-IP-s-in-hunk-virtual-index/m-p/337550#M92736</guid>
      <dc:creator>waltz</dc:creator>
      <dc:date>2017-07-29T14:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can we configure multiple IP's in hunk virtual index configuration with the latest Hunk Cassandra Connector?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-configure-multiple-IP-s-in-hunk-virtual-index/m-p/337551#M92737</link>
      <description>&lt;P&gt;I do not believe that option is supported.  Here is the workaround I used in the past:&lt;BR /&gt;
[provider:cassandra_erp1]&lt;BR /&gt;
vix.family = cassandra_erp_family&lt;BR /&gt;
vix.cassandra.connection.point = host1&lt;/P&gt;

&lt;P&gt;[provider:cassandra_erp2]&lt;BR /&gt;
vix.family = cassandra_erp_family&lt;BR /&gt;
vix.cassandra.connection.point = host2&lt;/P&gt;

&lt;P&gt;[cassandra_video1]&lt;BR /&gt;
vix.cassandra.cql.cmd = SELECT JSON * FROM videodb.users&lt;BR /&gt;
vix.cassandra.datetime.field = created_date&lt;BR /&gt;
vix.cassandra.max.days.hence = 1000&lt;BR /&gt;
vix.provider = cassandra_erp1&lt;/P&gt;

&lt;P&gt;[cassandra_video2]&lt;BR /&gt;
vix.cassandra.cql.cmd = SELECT JSON * FROM videodb.users&lt;BR /&gt;
vix.cassandra.datetime.field = created_date&lt;BR /&gt;
vix.cassandra.max.days.hence = 1000&lt;BR /&gt;
vix.provider = cassandra_erp2&lt;/P&gt;

&lt;P&gt;In the Splunk search I used something like this:&lt;BR /&gt;
index=cassandra_video1 OR index=cassandra_video2&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:14:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-we-configure-multiple-IP-s-in-hunk-virtual-index/m-p/337551#M92737</guid>
      <dc:creator>rdagan_splunk</dc:creator>
      <dc:date>2020-09-29T15:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can we configure multiple IP's in hunk virtual index configuration with the latest Hunk Cassandra Connector?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-configure-multiple-IP-s-in-hunk-virtual-index/m-p/337552#M92738</link>
      <description>&lt;P&gt;Thank you @rdagan. This approach is nice. But proceeding with this would mean I have to compromise with my search performance, right ?  What about latency and how does splunk handle it when, say, host1 is up and host2 is down ?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 10:02:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-we-configure-multiple-IP-s-in-hunk-virtual-index/m-p/337552#M92738</guid>
      <dc:creator>waltz</dc:creator>
      <dc:date>2017-08-07T10:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can we configure multiple IP's in hunk virtual index configuration with the latest Hunk Cassandra Connector?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-configure-multiple-IP-s-in-hunk-virtual-index/m-p/337553#M92739</link>
      <description>&lt;P&gt;Yes, doing connection OR connection will make two calls to the Cassandra and will bring double the results.  Since Cassandra is fast, using something like index=cassandra_video1 OR index=cassandra_video2 | dedup someid   might solve the issue.  &lt;/P&gt;

&lt;P&gt;Another potential solutions are:&lt;BR /&gt;
1) Ask Datastax, the owner of the Hunk Cassandra ERP to enable this HA option&lt;BR /&gt;
2) See if Splunk DB Connect with this JDBC driver to Cassandra has this HA option: &lt;A href="https://documentation.progress.com/output/DataDirect/jdbccassandrahelp/#page/cassandrahelp%2Fpassing-the-connection-url.html%23" target="_blank"&gt;https://documentation.progress.com/output/DataDirect/jdbccassandrahelp/#page/cassandrahelp%2Fpassing-the-connection-url.html%23&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:17:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-we-configure-multiple-IP-s-in-hunk-virtual-index/m-p/337553#M92739</guid>
      <dc:creator>rdagan_splunk</dc:creator>
      <dc:date>2020-09-29T15:17:26Z</dc:date>
    </item>
  </channel>
</rss>

