Skip to content

Commit

Permalink
update deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamieh committed Jun 2, 2021
1 parent 6adc91a commit 2053881
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/server/config/deprecation/core_deprecations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ const serverHostZeroDeprecation: ConfigDeprecation = (settings, fromPath, addDep
message:
'Support for setting server.host to "0" in kibana.yml is deprecated and will be removed in Kibana version 8.0.0. ' +
'Instead use "0.0.0.0" to bind to all interfaces.',
correctiveActions: {
manualSteps: [
`Replace "server.host: 0" to "server.host: 0.0.0.0" in your kibana configurations.`,
],
},
});
}
return settings;
Expand Down

0 comments on commit 2053881

Please sign in to comment.