Git Product home page Git Product logo

log-collectors's Introduction

log-collectors

Download https://download.sysinternals.com/files/Sysmon.zip and extract contents, Open CLI as admin then cd to extract folder.

#64bit os

Sysmon64.exe –i –n 

#32bit os

Sysmon.exe –i –n 

Download https://nxlog.co/system/files/products/files/348/nxlog-ce-2.10.2102.msi and install. Copy attached conf file to C:\Program Files (x86)\nxlog\conf
Open services.msc and start the nxlog service.

Check "C:\Program Files (x86)\nxlog\data\nxlog.log" for any errors.

RHEL ElasticSearch + Kibana

alternate versions at https://www.java.com/en/download/manual.jsp

wget http://javadl.oracle.com/webapps/download/AutoDL?BundleId=233161_512cd62ec5174c3487ac17c61aaa89e8 -O java64.rpm
rpm -i java64.rpm
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.4.rpm
rpm -i elasticsearch-6.2.4.rpm
systemctl enable elasticsearch.service

set the bind IP address

nano /etc/elasticsearch/elasticsearch.yml
systemctl start elasticsearch.service
wget https://artifacts.elastic.co/downloads/kibana/kibana-6.2.4-x86_64.rpm
rpm -i kibana-6.2.4-x86_64.rpm

Set the ElasticSearch URL

nano /etc/kibana/kibana.yml
systemctl start kibana

restrict access to the ElasticSearch Port(9200), and use ssh tunnel to get to Kibana port http://127.0.0.1:5601

log-collectors's People

Contributors

kempy007 avatar

Watchers

 avatar  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.