removed kapa enterprise from 1.6 (#4394)

pull/4382/head^2
lwandzura 2022-08-27 09:42:03 -05:00 committed by GitHub
parent e6f11cac27
commit f8872a11cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 11 deletions

View File

@ -15,8 +15,7 @@ weight: 12
## Overview ## Overview
This document covers the basics of securing the open-source distribution of This document covers the basics of securing the open-source distribution of
Kapacitor. For information about security with Enterprise Kapacitor see the Kapacitor.
[Enterprise Kapacitor](https://archive.docs.influxdata.com/enterprise_kapacitor/v1.6/) documentation.
When seeking to secure Kapacitor it is assumed that the Kapacitor server will be When seeking to secure Kapacitor it is assumed that the Kapacitor server will be
communicating with an already secured InfluxDB server. It will also make its communicating with an already secured InfluxDB server. It will also make its

View File

@ -54,7 +54,6 @@ Many persistence strategies are available and which to use depends on your
specific architecture and containerization technology. specific architecture and containerization technology.
{{% /note %}} {{% /note %}}
## Configure Kapacitor subscriptions ## Configure Kapacitor subscriptions
Kapacitor subscription configuration options are available under the `[[influxdb]]` section in the [`kapacitor.conf`](/kapacitor/v1.6/administration/configuration/). Kapacitor subscription configuration options are available under the `[[influxdb]]` section in the [`kapacitor.conf`](/kapacitor/v1.6/administration/configuration/).
Below is an example of subscription-specific configuration options followed by a description of each. Below is an example of subscription-specific configuration options followed by a description of each.
@ -86,14 +85,9 @@ Defines the subscription mode of Kapacitor.
Available options: Available options:
- `"server"` - `"server"`
- `"cluster"` _(See warning below)_ - `"cluster"`
{{% warn %}} The default setting is `cluster`.
The default setting for `subscription-mode` is `cluster`, however this should
not be used with [Kapacitor Enterprise](https://archive.docs.influxdata.com/enterprise_kapacitor/latest/).
Multi-node Kapacitor Enterprise clusters should only use the `server` subscription-mode,
otherwise subscription data will not be received.
{{% /warn %}}
### `subscription-protocol` ### `subscription-protocol`
Defines which protocol to use for subscriptions. Defines which protocol to use for subscriptions.
@ -103,6 +97,8 @@ Available options:
- `"http"` - `"http"`
- `"https"` - `"https"`
The default setting is `http`.
### `[influxdb.subscriptions]` ### `[influxdb.subscriptions]`
Defines a set of databases and retention policies to subscribe to. Defines a set of databases and retention policies to subscribe to.
If empty, Kapacitor will subscribe to all databases and retention policies except for those listed in If empty, Kapacitor will subscribe to all databases and retention policies except for those listed in

View File

@ -20,7 +20,6 @@ To get install and configure the **InfluxData 1.x** platform, use one of the fol
- Install InfluxData 1.x Enterprise: - Install InfluxData 1.x Enterprise:
1. [Install Telegraf](/{{< latest "telegraf" >}}/install/) 1. [Install Telegraf](/{{< latest "telegraf" >}}/install/)
2. [Install InfluxDB Enterprise](/{{< latest "enterprise_influxdb" >}}/install-and-deploy/) 2. [Install InfluxDB Enterprise](/{{< latest "enterprise_influxdb" >}}/install-and-deploy/)
3. [Install Kapacitor Enterprise](https://archive.docs.influxdata.com/enterprise_kapacitor/latest/introduction/installation_guide/)
{{% note %}} {{% note %}}
Windows support is experimental. Windows support is experimental.