How to ignore certain file in dev mode

Hello team!

How to ignore certain files while using --dev?

./bin/kibana --dev --no-base-path --server.host="0.0.0.0" --plugin-path /root/kibana/foo/myplugin

I also found the next flag:

--no-watch

but it applies the whole server.

My plugin itself modifies a file inside myplugin, so the server restarts. Can I ignore certain directory/files from watchers?

Regards,
Jesús

Hey @jesusgn90, unfortunately there isn't a way right now to customize this via command line arguments, I'd suggest opening up an issue to add this ability.

Ok thanks! https://github.com/elastic/kibana/issues/19854

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.