From f8872a11cce232345eec51a77a9c8d805135fe2c Mon Sep 17 00:00:00 2001 From: lwandzura <51929958+lwandzura@users.noreply.github.com> Date: Sat, 27 Aug 2022 09:42:03 -0500 Subject: [PATCH] removed kapa enterprise from 1.6 (#4394) --- content/kapacitor/v1.6/administration/security.md | 3 +-- .../v1.6/administration/subscription-management.md | 12 ++++-------- .../platform/install-and-deploy/install/_index.md | 1 - 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/content/kapacitor/v1.6/administration/security.md b/content/kapacitor/v1.6/administration/security.md index 2c6474689..f4c441baf 100644 --- a/content/kapacitor/v1.6/administration/security.md +++ b/content/kapacitor/v1.6/administration/security.md @@ -15,8 +15,7 @@ weight: 12 ## Overview This document covers the basics of securing the open-source distribution of -Kapacitor. For information about security with Enterprise Kapacitor see the -[Enterprise Kapacitor](https://archive.docs.influxdata.com/enterprise_kapacitor/v1.6/) documentation. +Kapacitor. 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 diff --git a/content/kapacitor/v1.6/administration/subscription-management.md b/content/kapacitor/v1.6/administration/subscription-management.md index 58cae5c0a..63ea0d7f1 100644 --- a/content/kapacitor/v1.6/administration/subscription-management.md +++ b/content/kapacitor/v1.6/administration/subscription-management.md @@ -54,7 +54,6 @@ Many persistence strategies are available and which to use depends on your specific architecture and containerization technology. {{% /note %}} - ## Configure Kapacitor subscriptions 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. @@ -86,14 +85,9 @@ Defines the subscription mode of Kapacitor. Available options: - `"server"` -- `"cluster"` _(See warning below)_ +- `"cluster"` -{{% warn %}} -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 %}} +The default setting is `cluster`. ### `subscription-protocol` Defines which protocol to use for subscriptions. @@ -103,6 +97,8 @@ Available options: - `"http"` - `"https"` +The default setting is `http`. + ### `[influxdb.subscriptions]` 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 diff --git a/content/platform/install-and-deploy/install/_index.md b/content/platform/install-and-deploy/install/_index.md index 6a2e361ab..7718188f7 100644 --- a/content/platform/install-and-deploy/install/_index.md +++ b/content/platform/install-and-deploy/install/_index.md @@ -20,7 +20,6 @@ To get install and configure the **InfluxData 1.x** platform, use one of the fol - Install InfluxData 1.x Enterprise: 1. [Install Telegraf](/{{< latest "telegraf" >}}/install/) 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 %}} Windows support is experimental.