Skip to content

Commit

Permalink
Merge pull request #1459 from fluent/remove-visualize-info
Browse files Browse the repository at this point in the history
Remove "Visualize" info
  • Loading branch information
alexakreizinger committed Sep 12, 2024
2 parents 59b0598 + 537a609 commit c0eefc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Binary file removed .gitbook/assets/image.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,6 @@ The following configuration file example demonstrates how to collect CPU metrics
Match my*cpu
```

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

You can also visualize Fluent Bit INPUT, FILTER, and OUTPUT configuration via [Calyptia](https://calyptia.com/free-trial)

![](../../../.gitbook/assets/image.png)

## Include File <a href="config_include_file" id="config_include_file"></a>

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

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

0 comments on commit c0eefc0

Please sign in to comment.