File tree Expand file tree Collapse file tree
dev-tools/packaging/templates/docker Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ function enroll(){
6363 insecure_flag=" --insecure"
6464 fi
6565
66- ./{{ .BeatName }} enroll ${insecure_flag} ${KIBANA_HOST:- http:// localhost: 5601} $apikey -f
66+ ./{{ .BeatName }} enroll ${insecure_flag} -f --url= ${KIBANA_HOST:- http:// localhost: 5601} --enrollment-token= $apikey
6767}
6868
6969if [[ -n " ${FLEET_SETUP} " ]] && [[ ${FLEET_SETUP} == 1 ]]; then setup; fi
Original file line number Diff line number Diff line change 4040- Fix libbeat from reporting back degraded on config update {pull}23537[23537]
4141- Fix issues with dynamic inputs and conditions {pull}23886[23886]
4242- Fix bad substitution of API key. {pull}24036[24036]
43+ - Fix docker enrollment issue related to Fleet Server change. {pull}24155[24155]
4344
4445==== New features
4546
You can’t perform that action at this time.
0 commit comments