Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion metron-deployment/Kerberos-manual-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down