Good video. My suggestion is to use env variable instead od changing config file manually and restaring elasticsearch. - xpack.security.enabled=false - xpack.security.enrollment.enabled=false
Great, but you could have added the xpack environment variables to the compose file, eg. environment: - xpack.security.enabled=false - xpack.security.enrollment.enabled=false
I do the same but It returns elasticsearch.AuthenticationException: AuthenticationException(401, 'security_exception', 'missing authentication credentials for REST request [/]'). Why?
@@KGPTalkie I am facing these terminal errors kib8 | [2023-11-13T05:37:11.368+00:00][FATAL][root] Error: [config validation of [elasticsearch].hosts]: types that failed validation: kib8 | - [config validation of [elasticsearch].hosts.0]: expected URI with scheme [http|https]. kib8 | - [config validation of [elasticsearch].hosts.1]: could not parse array value from json input kib8 | at ensureValidConfiguration (/usr/share/kibana/node_modules/@kbn/core-config-server-internal/src/ensure_valid_configuration.js:23:11) kib8 | at Server.preboot (/usr/share/kibana/node_modules/@kbn/core-root-server-internal/src/server.js:154:5) kib8 | at Root.preboot (/usr/share/kibana/node_modules/@kbn/core-root-server-internal/src/root/index.js:46:14) kib8 | at bootstrap (/usr/share/kibana/node_modules/@kbn/core-root-server-internal/src/bootstrap.js:89:9) kib8 | at Command. (/usr/share/kibana/src/cli/serve/serve.js:179:5) kib8 | kib8 | FATAL Error: [config validation of [elasticsearch].hosts]: types that failed validation: kib8 | - [config validation of [elasticsearch].hosts.0]: expected URI with scheme [http|https]. kib8 | - [config validation of [elasticsearch].hosts.1]: could not parse array value from json input kib8 |
Great video.
Good video. My suggestion is to use env variable instead od changing config file manually and restaring elasticsearch.
- xpack.security.enabled=false
- xpack.security.enrollment.enabled=false
Great, but you could have added the xpack environment variables to the compose file, eg.
environment:
- xpack.security.enabled=false
- xpack.security.enrollment.enabled=false
Yes. This can be also done.
It is always good to read the comments, thanks for this info!!!!
I do the same but It returns elasticsearch.AuthenticationException: AuthenticationException(401, 'security_exception', 'missing authentication credentials for REST request [/]'). Why?
can we follow these steps while installing these onto aws ec2 ubuntu server via docker ?
Yes. Exactly same process.
@@KGPTalkie
I am facing these terminal errors
kib8 | [2023-11-13T05:37:11.368+00:00][FATAL][root] Error: [config validation of [elasticsearch].hosts]: types that failed validation:
kib8 | - [config validation of [elasticsearch].hosts.0]: expected URI with scheme [http|https].
kib8 | - [config validation of [elasticsearch].hosts.1]: could not parse array value from json input
kib8 | at ensureValidConfiguration (/usr/share/kibana/node_modules/@kbn/core-config-server-internal/src/ensure_valid_configuration.js:23:11)
kib8 | at Server.preboot (/usr/share/kibana/node_modules/@kbn/core-root-server-internal/src/server.js:154:5)
kib8 | at Root.preboot (/usr/share/kibana/node_modules/@kbn/core-root-server-internal/src/root/index.js:46:14)
kib8 | at bootstrap (/usr/share/kibana/node_modules/@kbn/core-root-server-internal/src/bootstrap.js:89:9)
kib8 | at Command. (/usr/share/kibana/src/cli/serve/serve.js:179:5)
kib8 |
kib8 | FATAL Error: [config validation of [elasticsearch].hosts]: types that failed validation:
kib8 | - [config validation of [elasticsearch].hosts.0]: expected URI with scheme [http|https].
kib8 | - [config validation of [elasticsearch].hosts.1]: could not parse array value from json input
kib8 |
you added everything including covid guidance but not the source code ? hahaha
Which code?