Skip to content

Commit

Permalink
Search guard integration (#58)
Browse files Browse the repository at this point in the history
* ###

* add var node_name for search guard

* add search-guard conf

* add search-guard conf

* add search-guard conf

* # For Search-Guard

* add search-guard conf

* add search-guard conf

* # For Search-Guard

* # For Search-Guard

* # For Search-Guard

* # For Search-Guard

* # For Search-Guard

* # For Search-Guard

* Create gen_node_cert.sh

* # For Search-Guard

* Fix version of elasticsearch for compatibility with SearchGuard

* Update main.yml

* Update main.yml

* Fix SG

* Fix SG

* Fix SG installation script

* SearchGuard installation script fix + more integration of SG and Kibana, Logstash

* Bump versions of elasticsearch and SG to fix some bugs, more SG integration.

* Some ideas in comments

* Fix tests

* Fix tests
  • Loading branch information
dsvetlov authored Nov 27, 2016
1 parent 40ac74d commit b001160
Show file tree
Hide file tree
Showing 20 changed files with 996 additions and 371 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ script:
# - sleep 100
# - sudo docker exec "$(cat /tmp/container_id)" whereis java
# - sudo docker exec "$(cat /tmp/container_id)" export
#Logstash
#Logstash Cisco
- sudo docker exec "$(cat /tmp/container_id)" netstat -lnup | grep "9020"
#Logstash Ossec
- sudo docker exec "$(cat /tmp/container_id)" netstat -lnup | grep "9000"
- sudo docker exec "$(cat /tmp/container_id)" netstat -lntp | grep "9001"
#Elastcisearch
- sudo docker exec "$(cat /tmp/container_id)" netstat -lntp | grep "127.0.0.1:9200"
- sudo docker exec "$(cat /tmp/container_id)" netstat -lntp | grep "127.0.0.1:9300"
Expand All @@ -50,4 +53,4 @@ script:
- sudo docker stop "$(cat /tmp/container_id)"

notifications:
email: false
email: false
6 changes: 4 additions & 2 deletions lightsiem-install.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
- name: Install and configure Elasticsearch, Logstash, Kibana
hosts: localhost
sudo: yes
gather_facts: no
gather_facts: yes
vars:
- node_name: "node_name"
roles:
- elk
- elk
Loading

0 comments on commit b001160

Please sign in to comment.