Hi, When i make any changes in kibana 7.10.1 build those changes are not reflecting on the browser. Earlier in 7.6 i was able to make it successfully by removing the /optimize/bundles.
Now it has been deprecated in Kibana 7.10. How can i handle this ?
Any kind of help is highly appreciated.
If you are setup using the development environment documentation after you run yarn start any front end changes are immediately available and any server side changes just do a quick restart that is triggered automatically with any file change.
I've never tested but have you tried to manually trigger optimization according to documentation. I thought you didn't have to do anything anymore either. If you just stop and start it should do it. Clear browser cache?
bin/kibana --optimize has been deprecated in Kibana 7.10
./bin/kibana --help
Usage: bin/kibana [command=serve] [options]
Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch.
Commands:
serve [options] Run the kibana server
help Get the help for a specific command
"serve" Options:
-e, --elasticsearch <uri1,uri2> Elasticsearch instances
-p, --port <port> The port to bind to
-q, --quiet Prevent all logging except errors
-Q, --silent Prevent all logging
--verbose Turns on verbose logging
-H, --host <host> The host to bind to
-l, --log-file <path> The file to log to
--plugin-path <path> A path to a plugin which should be included by the server, this can be specified multiple times to specify multiple paths (default: [])
--plugins <path> an alias for --plugin-dir
***--optimize Deprecated, running the optimizer is no longer* required**
-h, --help output usage information
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.