Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
float
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
float
Merge requests
!288
Draft: Clickhouse as log-collector backend
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Clickhouse as log-collector backend
clickhouse
into
master
Overview
0
Commits
12
Pipelines
2
Changes
23
Open
ale
requested to merge
clickhouse
into
master
1 year ago
Overview
0
Commits
12
Pipelines
2
Changes
23
Expand
See issue
#144
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
496784e3
12 commits,
1 year ago
23 files
+
305
−
857
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
23
Search (e.g. *.vue) (Ctrl+P)
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
roles/float-infra-log-collector/defaults/main.yml
+
3
−
14
Options
---
# Whether to set up
elasticsearch/kibana at all
.
enable_
elasticsearch
:
true
# Whether to set up
Clickhouse
.
enable_
clickhouse
:
true
es_major_version
:
"
6"
clickhouse_username
:
clickhouse
# This number is very low and only useful for the testing environment.
es_heap_size
:
"
166m"
# Each member of the following dictionary is the prefix of a logstash-like
# timestamped index. The value is how many days of logs to keep.
es_log_keep_days
:
audit
:
60
logstash
:
15
http
:
15
kibana_default_index_id
:
"
ec2f3610-55c7-11e8-823a-73397be2582f"
Loading