Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 847 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 847 Bytes

About

  • Description: A simple integration of an elasticsearch node into a nodejs server, which filters the data integrated into elasticsearch. The data source in this mini-project is Fortinet, which sends real-time logs into elasticsearch via Filebeat.
  • Type: Web server (Node server)
  • Language or techno: Javascript, NodeJS, ExpressJS

Contributor

Running the project

  • Run: node elasticsearch.js
  • Run: node testElactisearch.js

Configuring elasticsearch

  • A short tutorial on setting up elastic stack (elasticsearch, Kibana, Beats or Filebeat) goTo

My Skills