Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove "Visualize" info #1459

Merged
merged 2 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.