https://github.com/benschza/elk-stack
ELK stack deployed on AWS
https://github.com/benschza/elk-stack
Last synced: 6 months ago
JSON representation
ELK stack deployed on AWS
- Host: GitHub
- URL: https://github.com/benschza/elk-stack
- Owner: BenSchZA
- Created: 2019-03-04T20:53:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T20:53:48.000Z (over 6 years ago)
- Last Synced: 2025-02-15T23:41:50.959Z (8 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Deployment
`eb init elk --profile __profilename__ -p "64bit Amazon Linux 2018.03 v2.10.0 running Multi-container Docker 17.12.1-ce (Generic)"`
`eb create elk-service`
`eb deploy`
Open incomming port 5601 of EC2 instance.
## Elastic Beanstalk
Current working directory where files are located /var/app/current/
## Local
For ElasticSearch:
sudo sysctl -w vm.max_map_count=262144
To make this permanent:
sudo echo 'vm.max_map_count=262144' >> /etc/sysctl.conf
After this either restart server or use sysctl command to set.