You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"### NOT starting on installation, please execute the following statements to configure opensearch-dashboards service to start automatically using systemd"
echo"Restarting opensearch-dashboards.service after upgrade"
36
+
systemctl start opensearch-dashboards.service
37
+
fi
38
+
else
39
+
# Messages
40
+
echo"### NOT starting on installation, please execute the following statements to configure opensearch-dashboards service to start automatically using systemd"
echo" In a future release of OpenSearch Dashboards, we plan to change the permissions associated with access to installed files"
40
49
echo" If you are configuring tools that require read access to the OpenSearch Dashboards configuration files, we recommend you add the user that runs these tools to the 'opensearch-dashboards' group"
echo"### NOT starting on installation, please execute the following statements to configure opensearch service to start automatically using systemd"
79
+
echo" sudo systemctl daemon-reload"
80
+
echo" sudo systemctl enable opensearch.service"
81
+
echo"### You can start opensearch service by executing"
82
+
echo" sudo systemctl start opensearch.service"
83
+
84
+
if [ -d${product_dir}/plugins/opensearch-security ];then
85
+
echo"### Create opensearch demo certificates in ${config_dir}/"
86
+
echo" See demo certs creation log in ${log_dir}/install_demo_configuration.log"
87
+
fi
76
88
fi
89
+
77
90
echo"### Upcoming breaking change in packaging"
78
91
echo" In a future release of OpenSearch, we plan to change the permissions associated with access to installed files"
79
92
echo" If you are configuring tools that require read access to the OpenSearch configuration files, we recommend you add the user that runs these tools to the 'opensearch' group"
0 commit comments