Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
es-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
shore
es-docker
Commits
276e2f66
Commit
276e2f66
authored
3 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Run setup for some beat shippers.
parent
1ce5b891
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1469
passed
3 years ago
Stage: test
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+42
-0
42 additions, 0 deletions
docker-compose.yml
with
42 additions
and
0 deletions
docker-compose.yml
+
42
−
0
View file @
276e2f66
...
...
@@ -21,6 +21,28 @@ services:
volumes
:
-
elasticsearch:/usr/share/elasticsearch/data
filebeat_setup
:
command
:
>
filebeat setup
-E output.elasticsearch.hosts=['elasticsearch:9200']
-E setup.kibana.host=kibana:5601
-E setup.ilm.overwrite=true
image
:
docker.elastic.co/beats/filebeat-oss:7.12.1
links
:
&beat_links
-
elasticsearch
-
kibana
restart
:
on-failure
heartbeat_setup
:
command
:
>
heartbeat setup
-E output.elasticsearch.hosts=['elasticsearch:9200']
-E setup.kibana.host=kibana:5601
-E setup.ilm.overwrite=true
image
:
docker.elastic.co/beats/heartbeat-oss:7.12.1
links
:
*beat_links
restart
:
on-failure
kibana
:
environment
:
ELASTICSEARCH_HOSTS
:
|
...
...
@@ -33,6 +55,26 @@ services:
-
elasticsearch
restart
:
always
metricbeat_setup
:
command
:
>
metricbeat setup
-E output.elasticsearch.hosts=['elasticsearch:9200']
-E setup.kibana.host=kibana:5601
-E setup.ilm.overwrite=true
image
:
docker.elastic.co/beats/metricbeat-oss:7.12.1
links
:
*beat_links
restart
:
on-failure
packetbeat_setup
:
command
:
>
packetbeat setup
-E output.elasticsearch.hosts=['elasticsearch:9200']
-E setup.kibana.host=kibana:5601
-E setup.ilm.overwrite=true
image
:
docker.elastic.co/beats/packetbeat-oss:7.12.1
links
:
*beat_links
restart
:
on-failure
volumes
:
elasticsearch
:
...
...
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