Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a2ac9921
authored
Nov 29, 2016
by
Avi Junowicz
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
new docker-compose for elk with volume of data
parent
383b514b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
docker/composers/elk.yml
docker/composers/elk.yml
View file @
a2ac9921
elk
:
image
:
sebp/el
k
image
:
aharonamir/elk5-x-pac
k
ports
:
-
"
5601:5601"
-
"
9200:9200"
volumes
:
-
"
/ext/elasticsearch:/var/lib/elasticsearch"
fluentd-es
:
image
:
openfirmware/fluentd-elasticsearch
ports
:
...
...
@@ -10,3 +12,11 @@ fluentd-es:
-
"
8888:8888"
links
:
-
elk:elasticsearch
# user: elastic, pass:changeme
# before running ,run: sudo sysctl -w vm.max_map_count=262144
# add follwing line in /etc/sysctl.conf
# vm.max_map_count = 262144
# create with geo json
#curl -XPUT "http://localhost:9200/activityidx" -d'{ "mappings": { "activity": { "properties": { "metaData.loc": { "type": "geo_point" } } } } }'
# view
# curl: curl -XGET "http://localhost:9200/activityidx/activity" -d'{ "query": { "match_all": {} }}'
Write
Preview
Markdown
is supported
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