Pulse/Opensearch Dev Tools

Hi!
Similarly to what was discussed here I need to enable this in Opensearch. I went to <pulse_dir>/config/opensearch/opensearch.yml and added the console.enable: true but after doing that and restarting the services the Explorer option disappeared from the left frame.
Is it a different parameter in Opensearch than what it was on Kibana?

Thanks!

nico

Hi @nbisurgi,

The console.enabled parameter has to be set under the /conf/dashboards/opensearch_dashboards.yml.

It is not a parameter of the opensearch server.

Regards,

Erik

thanks @ecarmona !