Skip to content

Commit c0eefc0

Browse files
Merge pull request #1459 from fluent/remove-visualize-info
Remove "Visualize" info
2 parents 59b0598 + 537a609 commit c0eefc0

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.gitbook/assets/image.png

-162 KB
Binary file not shown.

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)