Skip to content

💪 Modified for camp-1909: Network flow Monitoring with the Elastic Stack

License

Notifications You must be signed in to change notification settings

wide-camp-1909/elastiflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElastiFlowâ„¢

If you can see this, current branch is camp-master.

Some configurations around Docker were modified for the production environnment of wide-camp-1909. Please refer to master branch and check the details.

Getting Started

Clone this branch and deploy with docker-compose:

$ git clone -b camp-master --depth 1 https://github.com/wide-camp-1909/elastiflow
$ cd elastiflow
$ docker-compose up -d

If the deployment has succeeded, you can access Kibana at http://localhost:5601/.

Storage Usage of Elasticsearch

Type the following to check the current disk usage:

$ curl -s http://localhost:9200/_cat/indices?v

You may delete indices whose statuses are yellow to avoid storage space running out.
Dispose the index named elastiflow-3.5.1-2019.09.03 with:

$ curl -XDELETE http://localhost:9200/elastiflow-3.5.1-2019.09.03

Hints

About

💪 Modified for camp-1909: Network flow Monitoring with the Elastic Stack

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 65.9%
  • Dockerfile 34.1%