Repository: metron Updated Branches: refs/heads/master 2b0060b06 -> 308c2b27b
METRON-1727: Alerts are not populated on the alerts UI after enabling X-pack for Elastic search (MohanDV via mmiklavc) closes apache/metron#1141 Project: http://git-wip-us.apache.org/repos/asf/metron/repo Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/308c2b27 Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/308c2b27 Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/308c2b27 Branch: refs/heads/master Commit: 308c2b27b9b234c0c84c343dfc45b3617b027e64 Parents: 2b0060b Author: MohanDV <[email protected]> Authored: Wed Aug 15 16:16:26 2018 -0600 Committer: Michael Miklavcic <[email protected]> Committed: Wed Aug 15 16:20:54 2018 -0600 ---------------------------------------------------------------------- metron-deployment/Kerberos-manual-setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metron/blob/308c2b27/metron-deployment/Kerberos-manual-setup.md ---------------------------------------------------------------------- diff --git a/metron-deployment/Kerberos-manual-setup.md b/metron-deployment/Kerberos-manual-setup.md index e3de148..18891a4 100644 --- a/metron-deployment/Kerberos-manual-setup.md +++ b/metron-deployment/Kerberos-manual-setup.md @@ -580,7 +580,7 @@ X-Pack Submit the update to Zookeeper ``` - $METRON_HOME/bin/zk_load_configs.sh -m PUSH -i METRON_HOME/config/zookeeper/ -z $ZOOKEEPER + $METRON_HOME/bin/zk_load_configs.sh -m PUSH -i $METRON_HOME/config/zookeeper/ -z $ZOOKEEPER ``` 1. The last step before restarting the topology is to create a custom X-Pack shaded and relocated jar. This is up to you because of licensing restrictions, but here is a sample Maven pom file that should help. @@ -737,6 +737,8 @@ X-Pack $METRON_HOME/bin/start_elasticsearch_topology.sh ``` +1. Restart the metron-rest service, and make sure the elasticsearch-xpack-shaded-5.6.2.jar is in the METRON_REST_CLASSPATH when the metron-rest starts. + Once you've performed these steps, you should be able to start seeing data in your ES indexes. ### X-Pack Common Problems
