File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
administration/configuring-fluent-bit/yaml Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Links
3
3
on :
4
4
repository_dispatch :
5
5
workflow_dispatch :
6
+ pull_request :
6
7
schedule :
7
8
- cron : " 00 18 * * *"
8
9
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ description: Learn about the YAML configuration file used by Fluent Bit
4
4
5
5
# YAML configuration file
6
6
7
- <img referrerpolicy =" no-referrer-when-downgrade " src =" https://static.scarf.sh/a.png?x-pxid=864c6f0e-8977-4838-8772-84416943548e " />
7
+ <img referrerpolicy="no-referrer-when-downgrade"
8
+ src="https://static.scarf.sh/a.png?x-pxid=864c6f0e-8977-4838-8772-84416943548e " alt="" />
8
9
9
10
One of the ways to configure Fluent Bit is using a YAML configuration file that works at a global scope.
10
11
You can’t perform that action at this time.
0 commit comments