Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

manully replicate ranger audits in ambari-infra

avatar
New Member

How to replicate my ranger audits in ambari-infra to 3 instances from 1 which I have now..
I tried to change the value of ranger_solr_replication_factor value to 3 and restarted ranger and ambari-infra but still it is not replicated...

1 ACCEPTED SOLUTION

avatar
New Member

Run the below command to manually replicate the ranger_audits to other solr instance.

curl -i -k -v --negotiate -u : http://<from-node>:8886/solr/admin/collections?action=ADDREPLICA&collection=ranger_audits&shard=shar...

View solution in original post

2 REPLIES 2

avatar
Rising Star

@Michael DeGuzis Any pointers?

avatar
New Member

Run the below command to manually replicate the ranger_audits to other solr instance.

curl -i -k -v --negotiate -u : http://<from-node>:8886/solr/admin/collections?action=ADDREPLICA&collection=ranger_audits&shard=shar...