I have searched on internet but did not get any link which worked for me.

Even on
https://s3.amazonaws.com/quickstart-reference/datastax/latest/doc/datastax-enterprise-on-the-aws-cloud.pdf
it is mentioned to use SSH tunneling .

"DSE nodes have no public IP addresses. Access to the web consoles for Solr
or Spark can be established by using an SSH tunnel. For example, you can
access the Solr console from http://NODE_IP:8983/solr/. You can bind to a
local port with a command like the following (replacing the key and IP
values for those of your cluster): ssh -v -i $KEY_FILE -L
8983:$NODE_IP:8983 ubuntu@$OPSC_PUBLIC_IP -N The Solr console is then
accessible at http://127.0.0.1:8983/solr/. When you’re prompted to log in,
enter the user name cassandra and the password you chose. "

But i am not looking for SSH tunneling option.

I tried to follow below link as well:

https://forums.aws.amazon.com/thread.jspa?threadID=31406

But DSE nodes have no public IP addresses so this also did not work.

Thanks



On Mon, Apr 1, 2019 at 12:32 PM Rahul Singh <rahul.xavier.si...@gmail.com>
wrote:

> This is probably not a question for this community... but rather for
> Datastax support or the Datastax Academy slack group. More specifically
> this is a "how to expose solr securely" question which is amply answered
> well on the interwebs if you look for it on Google.
>
>
> rahul.xavier.si...@gmail.com
>
> http://cassandra.link
>
> I'm speaking at #DataStaxAccelerate, the world’s premiere #ApacheCassandra
> conference, and I want to see you there! Use my code Singh50 for 50% off
> your registration. www.datastax.com/accelerate
>
>
> On Mon, Apr 1, 2019 at 12:19 PM Krish Donald <gotomyp...@gmail.com> wrote:
>
>> Hi,
>>
>> We have DSE cassandra cluster running on AWS.
>> Now we have requirement to enable Solr and Spark on the cluster.
>> We have cassandra on private data subnet which has connectivity to app
>> layer.
>> From cassandra , we cant open direct Solr Web interface.
>> We tried using SSH tunneling and it is working but we cant give SSH
>> tunneling option to developers.
>>
>> We would like to create a Load Balancer  and put the cassandra nodes
>> under that load balancer but the question here is , what health check i
>> need to give for load balancer so that it can open the Solr Web UI ?
>>
>> My solution might not be perfect, please suggest any other solution if
>> you have ?
>>
>> Thanks
>>
>>

Reply via email to