I am installing wazuh-indexer and when I run the start command I get the following error
root@bmi:~# journalctl -xe
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: Caused by: com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.MarkedYAMLException: while parsing a block mapping
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: in 'reader', line 1, column 1:
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: network.host: "0.0.0.0"
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: ^
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: expected <block end>, but found '<block sequence start>'
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: in 'reader', line 9, column 3:
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: - "172.18.218.58"
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: ^
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: at [Source: (sun.nio.ch.ChannelInputStream); line: 7, column: 30]
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: at com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.MarkedYAMLException.from(MarkedYAMLException.java:28)
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: at com.fasterxml.jackson.dataformat.yaml.YAMLParser.nextToken(YAMLParser.java:407)
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: at org.opensearch.common.xcontent.json.JsonXContentParser.nextToken(JsonXContentParser.java:64)
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: at org.opensearch.common.settings.Settings.fromXContent(Settings.java:677)
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: at org.opensearch.common.settings.Settings.fromXContent(Settings.java:646)
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: at org.opensearch.common.settings.Settings.access$400(Settings.java:96)
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: at org.opensearch.common.settings.Settings$Builder.loadFromStream(Settings.java:1156)
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: ... 9 more
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: Caused by: while parsing a block mapping
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: in 'reader', line 1, column 1:
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: network.host: "0.0.0.0"
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: ^
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: expected <block end>, but found '<block sequence start>'
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: in 'reader', line 9, column 3:
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: - "172.18.218.58"
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: ^
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:572)
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: at org.yaml.snakeyaml.parser.ParserImpl.getEvent(ParserImpl.java:168)
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: at com.fasterxml.jackson.dataformat.yaml.YAMLParser.nextToken(YAMLParser.java:403)
Oct 30 20:54:59 bmi systemd-entrypoint[2323]: ... 14 more
Oct 30 20:54:59 bmi systemd[1]: wazuh-indexer.service: Main process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support:
http://www.ubuntu.com/support--
-- An ExecStart= process belonging to unit wazuh-indexer.service has exited.
--
-- The process' exit code is 'exited' and its exit status is 1.
Oct 30 20:54:59 bmi systemd[1]: wazuh-indexer.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support:
http://www.ubuntu.com/support--
-- The unit wazuh-indexer.service has entered the 'failed' state with result 'exit-code'.
Oct 30 20:54:59 bmi systemd[1]: Failed to start Wazuh-indexer.
-- Subject: A start job for unit wazuh-indexer.service has failed
-- Defined-By: systemd
-- Support:
http://www.ubuntu.com/support--
-- A start job for unit wazuh-indexer.service has finished with a failure.
--
-- The job identifier is 822 and the job result is failed.