Install NGINX on the Engine - Install NGINX on Cortex XSIAM Red Hat/Amazon and Ubuntu Linux distributions. - Administrator Guide - Cortex XSIAM - Cortex - Security Operations

Cortex XSIAM Administrator Guide

Product
Cortex XSIAM
Creation date
2024-07-16
Last date published
2025-02-27
Category
Administrator Guide
Retire_Doc
Retiring
Link_to_new_Doc
/r/Cortex-XSIAM/Cortex-XSIAM-Documentation
Abstract

Install NGINX on Cortex XSIAM Red Hat/Amazon and Ubuntu Linux distributions.

You can install NGINX on the Red Hat/Amazon (yum) and Ubuntu Linux distributions. For full instructions and available distributions, see NGINX documentation.

  1. On the engine machine, run one of the following commands according to your Linux system:

    • RedHat/Amazon: sudo yum install nginx

    • Ubuntu: sudo apt-get install nginx

  2. (Optional) Verify the NGINX installation by running the following command:

    sudo nginx -v