Giter Site home page Giter Site logo

elasticstack5alpha5's Introduction

dockerized elk stack

elk is a stack combining elasticsearch, logstash and the kibana dashboard. It is used to structure and vizualize data in realtime.

This repository contains the necessary files to create a dockerized version of the elk stack.

This dockerized version is part of the T-Pot community honeypot of Deutsche Telekom AG.

The Dockerfile contains the blueprint for the dockerized elk stack and will be used to setup the docker image.

Further, elasticsearch.yml, logstash.conf, elkbase.tar.gz, elk.ico and kibana.svg, are all tailored to fit the T-Pot environment.

The supervisord.conf is used to start the elk stack under supervision of supervisord.

Using upstart, copy the upstart/elk.conf to /etc/init/elk.conf and start using

service elk start

This will make sure that the docker container is started with the appropriate rights and port mappings. Further, it autostarts during boot.

To access the kibana dashboard, make sure you have enabled SSH on T-Pot (see T-Pot documentation), then enable the port forwarding and make sure you leave the terminal open.

ssh -p 64295 -l tsec -N -L8080:127.0.0.1:64296 <yourHoneypotIPaddress>

Finally, open a webbrowser and go to http://127.0.0.1:8080/app/kibana#/dashboard/Default.

Note: The kibana dashboard can be customized to fit your needs.

By default all data will be persistently stored in /data/elk/. By default indexed events older than 90 days will be deleted. You can adjust this in /etc/crontab to fit your needs, but be advised to provide enough RAM and free disk-space if you wish to do so.

T-Pot Dashboard

T-Pot Dashboard

elasticstack5alpha5's People

Contributors

kennethbrake avatar elastickent avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.