To run this project you need to have Java JDK on your computer.
You can simply check if Java is installed on your computer by typing java -version in command line
- Clone the repository
git clone https://github.com/a-venger/Jmeter-ELK_Stack.gitor simply download zip archive. - Open Jmeter-ELK_Stack dir
- Execute run_framework.bat file
- Run elasticsearch
start call .\elasticsearch\bin\elasticsearch.bat - Run kibana server.
start call .\kibana\bin\kibana.bat - Run logstash and specify which pipeline to use
cd .\logstash\start call .\bin\logstash -r -f first-pipeline.conf - Run filebeat
cd ..\filebeat\start call .\filebeat.exe -e -c filebeat.yml
Kibana is used for visualization and data investigation.
Navigate to http://localhost:5601