elk-docker icon indicating copy to clipboard operation
elk-docker copied to clipboard

Run your ELK stack the "Docker" way

Results 1 elk-docker issues
Sort by recently updated
recently updated
newest added

My compose file: version: '2' services: elasticsearch: image: elasticsearch:5 command: elasticsearch environment: # This helps ES out with memory usage - ES_JAVA_OPTS=-Xmx1g -Xms1g volumes: # Persist elasticsearch data to a...