Created 06-04-2020 10:17 PM
Hello,
after applying the following note
ranger_audits collection is not rebuilt
I tried to recreate one with
curl -i --negotiate -u : "https://$(hostname -f):8886/solr/admin/collections?action=CREATE&name=ranger_audits&numShards=6&replicationFactor=2&maxShardsPerNode=6&createNodeSet=zk1:21811/infra-solr&collection.configName=ranger_audits"
but I have the message
Operation create caused exception:">org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Can not find the specified config set: ranger_audits<
is there another way to recreate the ranger_audit collection ?
the server is secure is this message due to security ?
can a ranger_audits config set be transported to another server ?
thank you.