-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kibana all-in-one is initialized in the same way as the distributed installation #1075
Conversation
Signed-off-by: verdx <[email protected]>
Signed-off-by: verdx <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please review the requested changes
@@ -182,7 +182,7 @@ configureElasticsearch() { | |||
eval "rm /etc/elasticsearch/certs/client-certificates.readme /etc/elasticsearch/certs/elasticsearch_elasticsearch_config_snippet.yml -f ${debug}" | |||
eval "/usr/share/elasticsearch/bin/elasticsearch-plugin remove opendistro-performance-analyzer ${debug}" | |||
|
|||
initializeElastic nip | |||
initializeElastic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Elastic
is the company name. The component is Elasticsearch
. Please change all occurrences.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in 113f895
Signed-off-by: verdx <[email protected]>
Signed-off-by: verdx <[email protected]>
Signed-off-by: verdx <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: verdx <[email protected]>
Description
Added initialize option to kibana all-in-one so it waits for kibana to be up to continue the installation.
Logs example
Tests