Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
90b1efbb
Commit
90b1efbb
authored
Sep 11, 2020
by
Markus Scheidgen
Browse files
Minor changes to ops configs. [skip-ci]
parent
2cb57da1
Pipeline
#81978
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ops/docker-compose/elastic/docker-compose.yml
View file @
90b1efbb
version
:
'
2.2'
services
:
elasticsearch
:
restart
:
always
image
:
docker.elastic.co/elasticsearch/elasticsearch:6.7.2
container_name
:
nomad_elastic_cluster_1_node_1
environment
:
...
...
@@ -19,6 +20,7 @@ services:
networks
:
-
nomad_elastic_cluster_1
elasticsearch2
:
restart
:
always
image
:
docker.elastic.co/elasticsearch/elasticsearch:6.7.2
container_name
:
nomad_elastic_cluster_2_node_2
environment
:
...
...
ops/docker-compose/elk/pipeline/nomad-logs.conf
View file @
90b1efbb
...
...
@@ -19,9 +19,6 @@ filter {
}
}
output
{
stdout
{
codec
=>
rubydebug
}
elasticsearch
{
hosts
=> [
"elasticsearch:9200"
]
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment