Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Which means that the system will map the whois enrichment to the field URL.  Then execute the following command:

/usr/metron/0.1BETA$METRON_HOME/bin/flatfile_loader.sh -n enrichment_config.json -i whois_ref.csv -t enrichment -c t -e extractor_config.json

Where "$METRON_HOME" should be something like "/usr/metron/0.2.1BETA". After this your enrichment data will be loaded in Hbase and a Zookeeper mapping will be established.  The data will be populated into Hbase table called enrichment.  To verify that the logs were properly ingested into Hbase run the following command

...

You should see the table bulk loaded with data from the CSV file.  Now check if Zookeeper enrichment tag was properly populated:

/usr/metron/0.1BETA$METRON_HOME/bin/zk_load_configs.sh -m DUMP -z localhost:2181

...