Install Cortex XSOAR for multi-tenant deployment with Bolt/Bleve database (not Elasticsearch).
Ensure that you run all commands as the root user.
The following files and folders are created during the multi-tenant installation.
File/Folder | Path |
---|---|
Binaries |
|
Data |
|
Logs |
|
Configuration |
|
Download the server package you received from Cortex XSOAR support.
Note
When you receive a link to download, ensure that the
downloadLink
link points tohttps://download.demisto.com
and nothttps://download.demisto.works
.For example,
wget -O demisto.sh “https://download.demisto.com/download-params?token=xabcedef&email=user@paloaltonetworks.com&eula=accept”
To download the latest vendor affirmed FIPS version, append
&downloadName=fips
. For example,wget -O demisto.sh “https://download.demisto.com/download-params?token=xabcedef&email=user@paloaltonetworks.com&eula=accept&downloadName=fips”
Run the
chmod +x demisto.sh
to make the server package executable.Run the
./demisto.sh -- -multi-tenant
command as root user.