Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Kubernetes Monitoring Helm Chart
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Monitoring
helm-charts
Kubernetes Monitoring Helm Chart
Commits
095f0e78
Commit
095f0e78
authored
3 months ago
by
Nacho Barrientos
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused key
parent
e2654898
No related branches found
No related tags found
1 merge request
!57
Use only Helm docs plus other misc fixes
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/logs.md
+1
-2
1 addition, 2 deletions
docs/logs.md
values.yaml
+0
-2
0 additions, 2 deletions
values.yaml
with
1 addition
and
4 deletions
docs/logs.md
+
1
−
2
View file @
095f0e78
...
...
@@ -25,7 +25,6 @@ Fluentbit collects logs from the `/var/log/containers/` directory and applies a
logs
:
fluentbit
:
enabled
:
true
# Enable/disable Fluentbit for log collection
scrapeInterval
:
"
15s"
# Prometheus scrape interval for Fluentbit metrics
resources
:
requests
:
cpu
:
"
5m"
...
...
@@ -141,4 +140,4 @@ Be cautious when enabling Fluentbit for large clusters (100+ nodes). The **Kuber
-
Adjust Fluentbit resource requests and limits.
-
Tune the API request rate by modifying the filters.
-
Consider other optimization techniques, such as excluding specific log sources.
\ No newline at end of file
-
Consider other optimization techniques, such as excluding specific log sources.
This diff is collapsed.
Click to expand it.
values.yaml
+
0
−
2
View file @
095f0e78
...
...
@@ -361,8 +361,6 @@ logs:
tag
:
"
"
# -- image pull policy for Fluent Bit (logs)
imagePullPolicy
:
"
"
# -- interval used by the local prometheus (if installed) to scrape metrics from logs fluentbits
scrapeInterval
:
"
15s"
resources
:
requests
:
cpu
:
"
5m"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment