Merge pull request #9464 from Security-Onion-Solutions/mkr24

Add global annotation and influx support
This commit is contained in:
Mike Reeves
2022-12-22 13:57:56 -05:00
committed by GitHub
6 changed files with 55 additions and 4 deletions

View File

@@ -1431,6 +1431,7 @@ create_global() {
echo " imagerepo: '$IMAGEREPO'" >> $global_pillar_file
echo " pipeline: 'redis'" >> $global_pillar_file
echo " repo_host: '$HOSTNAME'" >> $global_pillar_file
echo " influxdb_host: '$HOSTNAME'" >> $global_pillar_file
echo " registry_host: '$HOSTNAME'" >> $global_pillar_file
echo " endgamehost: '$ENDGAMEHOST'" >> $global_pillar_file
}