Skip to content

deepaknadig/sdn-threat-intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adding a custom Bro connection log (conn.log) template

Elasticsearch <= 6.7

Add a template using:

curl -H'Content-Type: application/json' -XPUT http://localhost:9200/_template/bro-conn-log_template?pretty -d @bro-template.json

Elasticsearch >= 6.8

Add a template using:

curl -H'Content-Type: application/json' -XPUT http://localhost:9200/index?pretty -d @index_template.json

About

A threat intelligence framework to provide intelligence for SDN-based network management systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published