netinsystems/netin-db-ts
netin-db-ts
is a preconfigured instance, for Netin Systems, of Elasticsearch official image. This image is only used in NetinDS Server
netin-db-ts:
container_name: netin-db-ts
image: netinsystems/netin-db-ts
environment:
- node.name
- cluster.name
- discovery.type=single-node
- "ES_JAVA_OPTS"
- xpack.security.enabled=true
- ELASTIC_PASSWORD
- bootstrap.memory_lock=true
ulimits:
memlock:
soft: -1
hard: -1
volumes:
- your_volume:/usr/share/elasticsearch/data
cpu_count
cpu_percent
mem_limit
ports:
- '9200:9200'
expose:
- 9200/tcp
This image is just pre-configured with NetinDS dashboards, indexes and patterns, for ENV we recommend to use the ones we apply in the installation section
Persist data
You can create your own volume and map it to /usr/share/elasticsearch/data
As in the rest of the repositories of Netin Systems, all collaboration is always welcome.
If you believe that an error exists, create a bug providing all possible information.
If you want to make a new contribution, create a new branch, respecting at all times the flow of versions established by GitFlow, make your modifications to it and request approval of the same by Pull Request, correctly filling in the template of the same.
Copyright 2021 Network Intelligence S.L. All rights reserved.
Note: All information contained herein is, and remains the property of Network Intelligence S.L. and its suppliers, if any. The intellectual and technical concepts contained herein are property of Network Intelligence S.L. and its suppliers and may be covered by European and Foreign patents, patents in process, and are protected by trade secret or copyright. Dissemination of this information or the reproduction of this material is strictly forbidden unless prior written permission is obtained from Network Intelligence.
docker pull netinsystems/netin-db-ts