# Elasticsearch Joined

## Manager Parameters

| Parameter | Definition                                                                                                                                                                                | Example                                                                                                                                          | Default                 |
| --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| system    | Name of the ES [system ](/devops/microservices/building-blocks/systems-integrations.md#elasticsearch)with configuration details (url, pathPrefix, username, password, token, key, secret) | {url:"[http://localhost:9200"}](https://docs.rierino.com/devops/microservices/building-blocks/data-sources/shared-states/http:/localhost:9200"}) | master.elasticsearch.\* |
| index     | Name of the index to use for storing aggregates                                                                                                                                           | product\_search                                                                                                                                  | -                       |
| as        | Name of the attribute to which aggregates should be mapped on the index                                                                                                                   | product\_variants                                                                                                                                | base                    |
| master    | Whether this state is allowed to remove the complete document when deleted                                                                                                                | true                                                                                                                                             | false                   |


---

# Agent Instructions: 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:

```
GET https://docs.rierino.com/devops/microservices/building-blocks/data-sources/shared-states/elasticsearch-joined.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
