diff --git a/content/integrate/redis-data-integration/reference/cli/redis-di-create.md b/content/integrate/redis-data-integration/reference/cli/redis-di-create.md deleted file mode 100644 index 598e66ff48..0000000000 --- a/content/integrate/redis-data-integration/reference/cli/redis-di-create.md +++ /dev/null @@ -1,144 +0,0 @@ ---- -Title: redis-di create -linkTitle: redis-di create -description: Creates the RDI Database instance -weight: 10 -alwaysopen: false -categories: ["redis-di"] -aliases: ---- - -## Usage - -``` -Usage: redis-di create [OPTIONS] -``` - -## Options - -- `log_level`: - - - Type: Choice(['TRACE', 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL']) - - Default: `info` - - Usage: `--log-level --l` - -- `silent`: - - - Type: BOOL - - Default: `false` - - Usage: `--silent` - - Silent install. Do not prompt to enter missing parameters - -- `cluster_host` (REQUIRED): - - - Type: STRING - - Default: `none` - - Usage: `--cluster-host` - - Host/IP of Redis Enterprise Cluster (service name in case of k8s) - -- `cluster_api_port` (REQUIRED): - - - Type: - - Default: `9443` - - Usage: `--cluster-api-port` - - API Port of Redis Enterprise Cluster - -- `cluster_user` (REQUIRED): - - - Type: STRING - - Default: `none` - - Usage: `--cluster-user` - - Redis Enterprise Cluster username with either DB Member, Cluster Member or Cluster Admin roles - -- `cluster_password`: - - - Type: STRING - - Default: `none` - - Usage: `--cluster-password` - - Redis Enterprise Cluster Password - -- `rdi_port`: - - - Type: - - Default: `none` - - Usage: `--rdi-port` - - Port for the new RDI Database - -- `rdi_password`: - - - Type: STRING - - Default: `` - - Usage: `--rdi-password` - - Password for the new RDI Database (alphanumeric characters with zero or more of the following: ! & # $ ^ < > -) - -- `rdi_memory`: - - - Type: =30> - - Default: `100` - - Usage: `--rdi-memory` - - Memory for RDI Database (in MB) - -- `rdi_shards`: - - - Type: =1> - - Default: `1` - - Usage: `--rdi-shards` - - Number of database server-side shards - -- `replication`: - - - Type: BOOL - - Default: `false` - - Usage: `--replication` - - In-memory database replication - -- `help`: - - - Type: BOOL - - Default: `false` - - Usage: `--help` - - Show this message and exit. - -## CLI help - -``` -Usage: redis-di create [OPTIONS] - - Creates the RDI Database instance - -Options: - -l, --log-level [TRACE|DEBUG|INFO|WARNING|ERROR|CRITICAL] - [default: INFO] - --silent Silent install. Do not prompt to enter - missing parameters - --cluster-host TEXT Host/IP of Redis Enterprise Cluster (service - name in case of k8s) [required] - --cluster-api-port INTEGER RANGE - API Port of Redis Enterprise Cluster - [default: 9443; 1<=x<=65535; required] - --cluster-user TEXT Redis Enterprise Cluster username with - either DB Member, Cluster Member or Cluster - Admin roles [required] - --cluster-password TEXT Redis Enterprise Cluster Password - --rdi-port INTEGER RANGE Port for the new RDI Database [1<=x<=65535] - --rdi-password TEXT Password for the new RDI Database - (alphanumeric characters with zero or more - of the following: ! & # $ ^ < > -) - --rdi-memory INTEGER RANGE Memory for RDI Database (in MB) [x>=30] - --rdi-shards INTEGER RANGE Number of database server-side shards - [x>=1] - --replication In-memory database replication - --help Show this message and exit. -``` diff --git a/content/integrate/redis-data-integration/reference/cli/redis-di-install.md b/content/integrate/redis-data-integration/reference/cli/redis-di-install.md index 40c3af2286..29711d69b1 100644 --- a/content/integrate/redis-data-integration/reference/cli/redis-di-install.md +++ b/content/integrate/redis-data-integration/reference/cli/redis-di-install.md @@ -32,30 +32,6 @@ Usage: redis-di install [OPTIONS] Path to a YAML configuration file for silent installation -- `online`: - - - Type: BOOL - - Default: `false` - - Usage: `--online` - - Run installer in online mode - -- `k3s_only`: - - - Type: BOOL - - Default: `false` - - Usage: `--k3s-only` - - Install only k3s components - -- `https_port`: - - - Type: INT - - Default: `443` - - Usage: `--https-port` - - HTTPS port for Traefik - - `installation_dir`: - Type: diff --git a/content/integrate/redis-data-integration/reference/cli/redis-di-monitor.md b/content/integrate/redis-data-integration/reference/cli/redis-di-monitor.md deleted file mode 100644 index 8b4591ac83..0000000000 --- a/content/integrate/redis-data-integration/reference/cli/redis-di-monitor.md +++ /dev/null @@ -1,149 +0,0 @@ ---- -Title: redis-di monitor -linkTitle: redis-di monitor -description: Monitors RDI by collecting metrics and exporting to Prometheus -weight: 10 -alwaysopen: false -categories: ["redis-di"] -aliases: ---- - -## Usage - -``` -Usage: redis-di monitor [OPTIONS] -``` - -## Options - -- `log_level`: - - - Type: Choice(['TRACE', 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL']) - - Default: `info` - - Usage: `--log-level --l` - -- `rdi_namespace`: - - - Type: STRING - - Default: `rdi` - - Usage: `--rdi-namespace` - - RDI Kubernetes namespace - -- `rdi_host` (REQUIRED): - - - Type: STRING - - Default: `none` - - Usage: `--rdi-host` - - Host/IP of RDI Database - -- `rdi_port` (REQUIRED): - - - Type: - - Default: `none` - - Usage: `--rdi-port` - - Port of RDI Database - -- `rdi_user`: - - - Type: STRING - - Default: `none` - - Usage: `--rdi-user` - - RDI Database Username - -- `rdi_password`: - - - Type: STRING - - Default: `none` - - Usage: `--rdi-password` - - RDI Database Password - -- `rdi_key`: - - - Type: STRING - - Default: `none` - - Usage: `--rdi-key` - - Private key file to authenticate with - -- `rdi_cert`: - - - Type: STRING - - Default: `none` - - Usage: `--rdi-cert` - - Client certificate file to authenticate with - -- `rdi_cacert`: - - - Type: STRING - - Default: `none` - - Usage: `--rdi-cacert` - - CA certificate file to verify with - -- `rdi_key_password`: - - - Type: STRING - - Default: `none` - - Usage: `--rdi-key-password` - - Password for unlocking an encrypted private key - -- `exporter_port`: - - - Type: - - Default: `9121` - - Usage: `--exporter-port` - - HTTP port to start the exporter on - -- `collect_interval`: - - - Type: - - Default: `5` - - Usage: `--collect-interval` - - Metrics collection interval (seconds) - -- `help`: - - - Type: BOOL - - Default: `false` - - Usage: `--help` - - Show this message and exit. - -## CLI help - -``` -Usage: redis-di monitor [OPTIONS] - - Monitors RDI by collecting metrics and exporting to Prometheus - -Options: - -l, --log-level [TRACE|DEBUG|INFO|WARNING|ERROR|CRITICAL] - [default: INFO] - --rdi-namespace TEXT RDI Kubernetes namespace [default: rdi] - --rdi-host TEXT Host/IP of RDI Database [required] - --rdi-port INTEGER RANGE Port of RDI Database [1<=x<=65535; - required] - --rdi-user TEXT RDI Database Username - --rdi-password TEXT RDI Database Password - --rdi-key TEXT Private key file to authenticate with - --rdi-cert TEXT Client certificate file to authenticate with - --rdi-cacert TEXT CA certificate file to verify with - --rdi-key-password TEXT Password for unlocking an encrypted private - key - --exporter-port INTEGER RANGE HTTP port to start the exporter on - [1<=x<=65535] - --collect-interval INTEGER RANGE - Metrics collection interval (seconds) - [1<=x<=60] - --help Show this message and exit. -``` diff --git a/content/integrate/redis-data-integration/reference/cli/redis-di.md b/content/integrate/redis-data-integration/reference/cli/redis-di.md index 8839420409..a51150b58c 100644 --- a/content/integrate/redis-data-integration/reference/cli/redis-di.md +++ b/content/integrate/redis-data-integration/reference/cli/redis-di.md @@ -55,7 +55,6 @@ Commands: install Installs RDI list-contexts Lists all saved contexts list-jobs Lists transformation engine's jobs - monitor Monitors RDI by collecting metrics and exporting... reset Resets the pipeline into initial full sync mode scaffold Generates configuration files for RDI set-context Sets a context to be the active one diff --git a/content/integrate/redis-data-integration/reference/ports.md b/content/integrate/redis-data-integration/reference/ports.md deleted file mode 100644 index cecca95ab9..0000000000 --- a/content/integrate/redis-data-integration/reference/ports.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -Title: RDI ports and protocols -aliases: /integrate/redis-data-integration/ingest/reference/ports/ -alwaysopen: false -categories: - - docs - - integrate - - rs - - rdi -description: Network ports and protocols used by RDI -group: di -linkTitle: Ports and protocols -summary: - Redis Data Integration keeps Redis in sync with the primary database in near - real time. -type: integration -weight: 40 ---- - -The table below shows the ports and protocols that RDI uses for its -services: - -| Name | Type | Port | Protocol | -| :------------------ | :--------- | :--- | :------- | -| prometheus-service | Service | 9092 | TCP | -| prometheus-service | Ingress | 9092 | TCP/HTTP | -| rdi-api | Service | 8080 | TCP | -| rdi-api | Deployment | 8080 | TCP | -| rdi-api | Ingress | 8080 | TCP/HTTP | -| rdi-metric-exporter | Service | 9121 | TCP | -| rdi-metric-exporter | Ingress | 9121 | TCP/HTTP | -| rdi-operator | Deployment | 8080 | TCP | -| vm-dis-reloader | Deployment | 9090 | TCP |