SHolzhauer / elastic-tip

Elastic TIP is a python tool which automates the process of aggregating Threat Intelligence and ingesting the intelligence into a common format into Elasticsearch with the main goal of being used by the Security solution.
GNU General Public License v3.0
27 stars 5 forks source link

Using streambulk and changing "wildcard" #12

Closed SHolzhauer closed 3 years ago

SHolzhauer commented 3 years ago

Using elasticsearch module helper to stream bulk to more reliably ingest documents. Change the "wildcard" to 'all' since '*' has meaning is bash.

Closes #8 WIP #9