Skip to content

Commit

Permalink
modify all calyptia urls (fluent#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
agup006 authored Aug 21, 2023
1 parent de85f1a commit 99ab0ac
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The following configuration file example demonstrates how to collect CPU metrics

## Visualize <a href="config_include_file" id="config_include_file"></a>

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)

Expand Down
8 changes: 4 additions & 4 deletions administration/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,18 +322,18 @@ 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)

### Get Started with Calyptia Cloud

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:

Expand Down
2 changes: 1 addition & 1 deletion installation/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion pipeline/inputs/tail.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}
Expand Down
2 changes: 1 addition & 1 deletion pipeline/outputs/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pipeline/outputs/opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 99ab0ac

Please sign in to comment.