Hi,
i'm new to Kibana (to Elastic stack also) and i'm facing an issue since the last migration from 7.2.0 to 7.3.1.
I have a dashboard with visualizations, when i want apply filter from a pie chart for example, nothing appends and in browser's console i have this error several times:
TypeError: "_vis_filters.createFiltersFromEvent is not a function"
canFilter https://example.com/elk/bundles/commons.bundle.js:3
fn https://example.com/elk/built_assets/dlls/vendors.bundle.dll.js line 499 > Function:4
$digest https://example.com/elk/built_assets/dlls/vendors.bundle.dll.js:499
$apply https://example.com/elk/built_assets/dlls/vendors.bundle.dll.js:499
ngEventHandler https://example.com/elk/built_assets/dlls/vendors.bundle.dll.js:499
handle https://example.com/elk/built_assets/dlls/vendors.bundle.dll.js:493
dispatch https://example.com/elk/built_assets/dlls/vendors.bundle.dll.js:493
handle https://example.com/elk/built_assets/dlls/vendors.bundle.dll.js:493
vendors.bundle.dll.js:499:155607
My configuration is simple :
Ubuntu 16
Elasticsearch 7.3.1
Kibana 7.3.1
no x-pack
no additional plugins
I have an Apache in front of Kibana, no errors in logs from it.
My migration process:
- stop kibana
- backup .kibana* indeces
- backup kibana directory
- copy new version into kibana directory
- start kibana
Does anyone have an idea what go wrong ?
ps: i have CSP errors too when i'm loading kibana, about inline scripts not allowed. No custom configuration, only default.
Thanks for your time, i'm available to give more information if needed.