Merge pull request #1029 from Security-Onion-Solutions/bugfix/fleet-eval

Kibana Fleet Pivot Fix
This commit is contained in:
Josh Brower
2020-07-17 13:01:08 -04:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ cp /opt/so/conf/kibana/saved_objects.ndjson.template /opt/so/conf/kibana/saved_o
# {% if FLEET_NODE or FLEET_MANAGER %}
# Fleet IP
sed -i "s/FLEETPLACEHOLDER/{{ MANAGER }}/g" /opt/so/conf/kibana/saved_objects.ndjson
#sed -i "s/FLEETPLACEHOLDER/{{ MANAGER }}/g" /opt/so/conf/kibana/saved_objects.ndjson
# {% endif %}
# SOCtopus and Manager

File diff suppressed because one or more lines are too long