> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsoar-6-multi-tenant-guides/6.13/configure-multi-tenant/share-indicators/ingest-indicators-from-the-shared-indicators-index.md).

# Ingest Indicators from the Shared Indicators Index

When you configure the **Elasticsearch Feed** integration to fetch indicators for a tenant, all indicators are fetched from the shared indexes. You cannot define a subset of indicators for the tenant to ingest.

1. Access the tenant account for which to share the indicators.
2. Go to Settings → INTEGRATIONS → **Instances**.
3. Search for **`Elasticsearch Feed`**.
4. Configure the integration instance.

   | Parameter                   | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Example                                 |
   | --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------- |
   | Name                        | A meaningful name for the integration instance.                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Elasticsearch\_Feed\_domains\_ips       |
   | Fetch indicators            | Make sure you select this option if you want this integration instance to fetch indicators from the shared index.                                                                                                                                                                                                                                                                                                                                                                                                  | N/A                                     |
   | Feed Type                   | Predefined configuration of indexes to fetch from. For sharing indicators, it should be **`Cortex XSOAR MT Shared Feed`**.                                                                                                                                                                                                                                                                                                                                                                                         | Cortex XSOAR MT Shared Feed             |
   | Server URL                  | <p>The URL of the Elasticsearch server.</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note</strong></p><p>If Elasticsearch is installed on the same machine as the Cortex XSOAR instance, the following system configuration should be added to the tenant configuration under Settings → ABOUT → <strong>Troubleshooting</strong>: key:<strong><code>python.pass.extra.keys</code></strong> and value: <strong><code>--network=host</code></strong>.</p></div> | <http://elasticsearch>.<`companyA`>.com |
   | Fetch interval              | How often to fetch indicators from the shared index. You can specify the interval in days, hours, or minutes.                                                                                                                                                                                                                                                                                                                                                                                                      | 5 minutes                               |
   | Indicator Reputation        | The reputation to apply to indicators ingested from the shared index.                                                                                                                                                                                                                                                                                                                                                                                                                                              | Suspicious                              |
   | Source Reliability          | The reliability of the source providing the intelligence data, which affects how this indicator's fields and reputation are populated.                                                                                                                                                                                                                                                                                                                                                                             | B - Usually reliable                    |
   | Indicator Expiration Method | The method by which indicators from this instance are expired.                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Never Expire                            |
   | Bypass exclusion list       | When selected, the exclusion list is ignored for indicators from this feed. This means that if an indicator from this feed is on the exclusion list, the indicator might still be added to the system.                                                                                                                                                                                                                                                                                                             | N/A                                     |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xsoar-6-multi-tenant-guides/6.13/configure-multi-tenant/share-indicators/ingest-indicators-from-the-shared-indicators-index.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
