Elasticsearch Recon Ingestion Scripts (ERIS) 🔎
Go to file
Dionysus 14b6d1c88a
Initial commit
2024-01-20 02:04:50 -05:00
ingestors Initial commit 2024-01-20 02:04:50 -05:00
LICENSE Initial commit 2024-01-20 02:04:50 -05:00
README.md Initial commit 2024-01-20 02:04:50 -05:00

README.md

Elasticsearch Recon Ingestion Scripts (ERIS)

A utility for ingesting large scale reconnaissance data into Elast Search

Work In Progress

Prerequisites

Options
Argument Description
--dry-run Perform a dry run without indexing records to Elasticsearch.
--batch_size Number of records to index in a batch (default 25,000).
--host Elasticsearch host (default 'localhost').
--port Elasticsearch port (default 9200).
--user Elasticsearch username (default 'elastic').
--password Elasticsearch password. If not provided, it checks the environment variable ES_PASSWORD.
--api-key Elasticsearch API Key for authentication.
--index Elasticsearch index name (default 'zone_files').
--filter Filter out records by type (comma-separated list).
--self-signed Allow self-signed certificates.

Mirrors

acid.vegasGitHubGitLabSuperNETs