diff --git a/administration/configuring-fluent-bit/classic-mode/configuration-file.md b/administration/configuring-fluent-bit/classic-mode/configuration-file.md index e8a11aadf..b247fe992 100644 --- a/administration/configuring-fluent-bit/classic-mode/configuration-file.md +++ b/administration/configuring-fluent-bit/classic-mode/configuration-file.md @@ -138,7 +138,7 @@ The following configuration file example demonstrates how to collect CPU metrics ## Visualize -You can also visualize Fluent Bit INPUT, FILTER, and OUTPUT configuration via [https://cloud.calyptia.com](https://cloud.calyptia.com/visualizer) +You can also visualize Fluent Bit INPUT, FILTER, and OUTPUT configuration via [Calyptia](https://calyptia.com/free-trial) ![](../../../.gitbook/assets/image.png) diff --git a/administration/monitoring.md b/administration/monitoring.md index c95501288..a07824da1 100644 --- a/administration/monitoring.md +++ b/administration/monitoring.md @@ -322,9 +322,9 @@ If (HC_Errors_Count > 5) OR (HC_Retry_Failure_Count > 5) IN 5 seconds is TRUE, t If (HC_Errors_Count > 5) OR (HC_Retry_Failure_Count > 5) IN 5 seconds is FALSE, then it's healthy. -## Calyptia Cloud +## Calyptia -[Calyptia Cloud](https://cloud.calyptia.com) is a hosted service that allows you to monitor your Fluent Bit agents including data flow, metrics and configurations. +[Calyptia](https://calyptia.com/free-trial) is a hosted service that allows you to monitor your Fluent Bit agents including data flow, metrics and configurations. ![](../.gitbook/assets/image-19-.png) @@ -332,8 +332,8 @@ If (HC_Errors_Count > 5) OR (HC_Retry_Failure_Count > 5) IN 5 seconds is FALSE, Register your Fluent Bit agent will take **less than one minute**, steps: -* Go to [cloud.calyptia.com](https://cloud.calyptia.com) and sign-in -* On the left menu click on [Settings](https://cloud.calyptia.com/settings) and generate/copy your API key +* Go to the calyptia core console and sign-in +* On the left menu click on settings and generate/copy your API key In your Fluent Bit configuration file, append the following configuration section: diff --git a/installation/kubernetes.md b/installation/kubernetes.md index f2b547893..da44eae16 100644 --- a/installation/kubernetes.md +++ b/installation/kubernetes.md @@ -151,7 +151,7 @@ spec: ### Configure Fluent Bit -Assuming the basic volume configuration described above, you can apply the following config to start logging. You can visualize this configuration [here](https://link.calyptia.com/gzc) +Assuming the basic volume configuration described above, you can apply the following config to start logging. You can visualize this configuration [here (Sign-up required)](https://calyptia.com/free-trial) ```yaml fluent-bit.conf: | diff --git a/pipeline/inputs/tail.md b/pipeline/inputs/tail.md index 7f6d91943..eb84b8267 100644 --- a/pipeline/inputs/tail.md +++ b/pipeline/inputs/tail.md @@ -126,7 +126,7 @@ $ fluent-bit -i tail -p path=/var/log/syslog -o stdout ### Configuration File -In your main configuration file append the following _Input_ & _Output_ sections. An example visualization can be found [here](https://link.calyptia.com/vg2) +In your main configuration file append the following _Input_ & _Output_ sections. {% tabs %} {% tab title="fluent-bit.conf" %} diff --git a/pipeline/outputs/elasticsearch.md b/pipeline/outputs/elasticsearch.md index 534fa203f..53b94c8a4 100644 --- a/pipeline/outputs/elasticsearch.md +++ b/pipeline/outputs/elasticsearch.md @@ -113,7 +113,7 @@ In your main configuration file append the following _Input_ & _Output_ sections Type my_type ``` -![example configuration visualization from config.calyptia.com](../../.gitbook/assets/image%20%282%29.png) +![example configuration visualization from calyptia](../../.gitbook/assets/image%20%282%29.png) ## About Elasticsearch field names diff --git a/pipeline/outputs/opensearch.md b/pipeline/outputs/opensearch.md index ecfdc739a..b50dd2d60 100644 --- a/pipeline/outputs/opensearch.md +++ b/pipeline/outputs/opensearch.md @@ -110,7 +110,7 @@ In your main configuration file append the following _Input_ & _Output_ sections Type my_type ``` -![example configuration visualization from config.calyptia.com](../../.gitbook/assets/image%20%282%29.png) +![example configuration visualization from calyptia](../../.gitbook/assets/image%20%282%29.png) ## About OpenSearch field names