Skip to content

Commit 537a609

Browse files
administration: configuring-fluent-bit: classic-mode: configuration-file: Remove "Visualize" section
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent 988fdcb commit 537a609

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

administration/configuring-fluent-bit/classic-mode/configuration-file.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ The following configuration file example demonstrates how to collect CPU metrics
139139
Match my*cpu
140140
```
141141

142-
## Visualize <a href="config_include_file" id="config_include_file"></a>
143-
144-
You can also visualize Fluent Bit INPUT, FILTER, and OUTPUT configuration via [Calyptia](https://calyptia.com/free-trial)
145-
146-
![](../../../.gitbook/assets/image.png)
147-
148142
## Include File <a href="config_include_file" id="config_include_file"></a>
149143

150144
To avoid complicated long configuration files is better to split specific parts in different files and call them (include) from one main file.
@@ -169,5 +163,5 @@ Wildcard character (\*) is supported to include multiple files, e.g:
169163
@INCLUDE input_*.conf
170164
```
171165

172-
Note files matching the wildcard character are included unsorted.
166+
Note files matching the wildcard character are included unsorted.
173167
If plugins ordering between files need to be preserved, the files should be included explicitly.

0 commit comments

Comments
 (0)