Skip to content

PeterHenell/swe-police-rss-scanner

Repository files navigation

swe-police-rss-scanner

Before starting Elasticsearch and Kibana.

Download Elasticsearch and Kibana from https://www.elastic.co/downloads/elasticsearch

Modify the EL kluster name in the EL config.

Modify the Kibana to point to the local EL.

Start both in 2 cmd sessions (on windows)

@echo off

REM Starts both es and kibana in separate cmd sessions
start "Elasticsearch" "prerequisites\elasticsearch-2.2.0\bin\elasticsearch.bat"
start "Kibana" "prerequisites\kibana-4.4.1-windows\kibana-4.4.1-windows\bin\kibana.bat"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages