-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- do not create new configcheck if one is still pending and running - sort all logging items before generating the config to get a consistent result
- Loading branch information
Showing
4 changed files
with
183 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
apiVersion: logging.banzaicloud.io/v1beta1 | ||
kind: Output | ||
metadata: | ||
name: output-sample | ||
spec: | ||
nullout: {} | ||
--- | ||
apiVersion: logging.banzaicloud.io/v1beta1 | ||
kind: Flow | ||
metadata: | ||
name: sample1 | ||
spec: | ||
selectors: | ||
sampleKey: sampleValue1 | ||
filters: | ||
- tag_normaliser: {} | ||
- stdout: {} | ||
outputRefs: | ||
- "output-sample" | ||
--- | ||
apiVersion: logging.banzaicloud.io/v1beta1 | ||
kind: Flow | ||
metadata: | ||
name: sample2 | ||
spec: | ||
selectors: | ||
sampleKey: sampleValue2 | ||
filters: | ||
- tag_normaliser: {} | ||
- stdout: {} | ||
outputRefs: | ||
- "output-sample" | ||
--- | ||
apiVersion: logging.banzaicloud.io/v1beta1 | ||
kind: Flow | ||
metadata: | ||
name: sample3 | ||
spec: | ||
selectors: | ||
sampleKey: sampleValue3 | ||
filters: | ||
- tag_normaliser: {} | ||
- stdout: {} | ||
outputRefs: | ||
- "output-sample" | ||
--- | ||
apiVersion: logging.banzaicloud.io/v1beta1 | ||
kind: Flow | ||
metadata: | ||
name: sample4 | ||
spec: | ||
selectors: | ||
sampleKey: sampleValue4 | ||
filters: | ||
- tag_normaliser: {} | ||
- stdout: {} | ||
outputRefs: | ||
- "output-sample" | ||
--- | ||
apiVersion: logging.banzaicloud.io/v1beta1 | ||
kind: Flow | ||
metadata: | ||
name: sample5 | ||
spec: | ||
selectors: | ||
sampleKey: sampleValue5 | ||
filters: | ||
- tag_normaliser: {} | ||
- stdout: {} | ||
outputRefs: | ||
- "output-sample" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters