I've been experiencing issues with Kibana upgrades failing because of browser caching - specifically in Chrome, the files loaded by requireJs continue to load old version from the browser cache.
I suspect this is because requireJs' urlArgs config setting is commented out in app/components/require.config.js
Is there any reason not to uncomment this?