> 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-installation-guides/6.13/cortex-xsoar-installation-guide/readme/single-server-installation-overview.md).

# Single Server Installation Overview

In a single-server installation, Cortex XSOAR and its database are installed on a single computer. Review the following single server deployment descriptions to determine which deployment is best for you.

#### Installation with the Bolt Database

When installing Cortex XSOAR with the Bolt database, the app server and database are installed on the same machine.

Before beginning your installation with the Bolt database, review the Cortex XSOAR system requirements and then follow the instructions in [Install Cortex XSOAR with Bolt Database](/cortex-xsoar-6-installation-guides/6.13/cortex-xsoar-installation-guide/single-server-installation/install-cortex-xsoar-with-bolt-database.md).

#### Installation with the Elasticsearch Database

Elasticsearch is an analytics engine for all types of data. It enables storing, searching, and analyzing large amounts of data quickly and in near real time.

**Maximum indicator capacity and disk usage comparison**

The following table compares the maximum total indicator capacity and disk usage for the Bolt database and Elasticsearch. The maximum indicator capacity value was determined when testing the system.

We recommend using Elasticsearch if you plan to exceed at least one of the following maximum capacities for the Bolt database.

The Cortex XSOAR indicators used to test the sizing requirements did not contain a significant number of additional fields nor custom fields. The maximum size of the indicators tested had 20 additional or custom fields and a random string between 1-16 characters. Therefore, the indicators size tested were approximately 0.5KB. If you plan to have additional or custom fields for indicators, the maximum numbers should be reduced.

| Benchmark                          | BoltDB                                                                   | Elasticsearch                                                                    |
| ---------------------------------- | ------------------------------------------------------------------------ | -------------------------------------------------------------------------------- |
| Maximum indicator capacity (total) | <p>5-7 million</p><p>(Requires up to 10 seconds for a complex query)</p> | <p>100 million</p><p>(Requires approximately 40 seconds for a complex query)</p> |
| Disk usage                         | 5 million (\~ 30 GB)                                                     | 100 million (\~ 70 GB)                                                           |

The following diagram depicts a Cortex XSOAR environment with Elasticsearch.

![xsoar-elasticsearch-install.png](/files/1zieACyHeQdbmkfC98GF)

In order to move to Elasticsearch, you must have Cortex XSOAR v6.1 or above and Elasticsearch installed. We recommend that you install Elasticsearch on a different server than Cortex XSOAR due to the high memory consumption for both services.

When working with Elasticsearch, Cortex XSOAR does not maintain, nor is it responsible, for the following:

* Redundancy
* Backups
* Security
* Elasticsearch clusters

{% hint style="info" %}

### Note

Moving data from the Elasticsearch database back to the Cortex XSOAR Bolt database is not supported.
{% endhint %}

Before beginning your installation with the Elasticsearch database, review the system requirements and the Elasticsearch system requirements and then follow the instructions in [Install Cortex XSOAR with Elasticsearch](/cortex-xsoar-6-installation-guides/6.13/cortex-xsoar-installation-guide/single-server-installation/install-cortex-xsoar-with-elasticsearch.md).


---

# 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-installation-guides/6.13/cortex-xsoar-installation-guide/readme/single-server-installation-overview.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.
