Identifying the Primary Search Feed

If you do not have access to the Swarm Storage UI, you can find Swarm's alias name for your primary search index using one of these methods:

Legacy Admin Console - View the SNMP Repository Dump to find out what search feeds are defined:

  1. Open the dump via the legacy Admin Console: http://{host_or_ip}:90/snmp_dump

  2. Click Feed_Table and look at the row for feedDefinition.

  3. If you have more than one feed (column), the primary (default) feed is the one that does not have 'respondsToLists': False:

  4. For the primary feed, note the value for 'IndexAlias' and enter this in the NFS export definition.

curl - Query to find out what search feeds are defined:

curl http://{host_or_ip}:91/api/storage/feeds?pretty=true

If more than one is listed, query to find out which one is the primary (default) feed:

curl http://{host_or_ip}:91/api/storage/feeds/0?pretty=true | grep "isDefault|indexAlias" curl http://{host_or_ip}:91/api/storage/feeds/1?pretty=true | grep "isDefault|indexAlias"



© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.