Фатальная ошибка при запуске Kibana 7.1.0 с x-pack - PullRequest
0 голосов
/ 21 мая 2019

Я не могу запустить Kibana 7.1.0. из-за постоянной фатальной ошибки ElasticSearch был обновлен с v6.5.4 до v7.0.1, Kibana - это новая установка, x-pack должен быть включен в v7+, однако яЯ получаю сообщения об ошибках, так как требуемые модули не найдены, см. дамп кода.

Работая в Windows 7, я уже пробовал несколько вариантов kibana.yml со следующим комментарием in, out, установленным в false,установите в true, независимо от того, что я пытаюсь, это, кажется, не имеет никакого значения;

#xpack.securityenabled: false
#xpack.graph.enabled: false
#xpack.reporting.enabled: false
xpack.canvas.enabled: false
FATAL  Error: Optimizations failure.
   3512 modules

    ERROR in ./node_modules/x-pack/plugins/canvas/public/components/app/index.js

    Module not found: Error: Can't resolve 'plugins/interpreter/interpreter' in
'C:\Program Files\kibana-7.1.0-windows-x86_64\node_modules\x-pack\plugins\canvas
\public\components\app'

    ERROR in ./node_modules/x-pack/plugins/canvas/public/components/datasource/d
atasource_preview/index.js
    Module not found: Error: Can't resolve 'plugins/interpreter/interpreter' in
'C:\Program Files\kibana-7.1.0-windows-x86_64\node_modules\x-pack\plugins\canvas
\public\components\datasource\datasource_preview'

    ERROR in ./node_modules/x-pack/plugins/canvas/public/components/function_for
m_list/index.js
    Module not found: Error: Can't resolve 'plugins/interpreter/interpreter' in
'C:\Program Files\kibana-7.1.0-windows-x86_64\node_modules\x-pack\plugins\canvas
\public\components\function_form_list'

    ERROR in ./node_modules/x-pack/plugins/canvas/public/functions/filters.js
    Module not found: Error: Can't resolve 'plugins/interpreter/interpreter' in
'C:\Program Files\kibana-7.1.0-windows-x86_64\node_modules\x-pack\plugins\canvas
\public\functions'

    ERROR in ./node_modules/x-pack/plugins/canvas/public/lib/run_interpreter.js
    Module not found: Error: Can't resolve 'plugins/interpreter/interpreter' in
'C:\Program Files\kibana-7.1.0-windows-x86_64\node_modules\x-pack\plugins\canvas
\public\lib'

    ERROR in ./node_modules/x-pack/plugins/canvas/public/state/actions/elements.
js
    Module not found: Error: Can't resolve 'plugins/interpreter/interpreter' in
'C:\Program Files\kibana-7.1.0-windows-x86_64\node_modules\x-pack\plugins\canvas
\public\state\actions'

    ERROR in ./src/legacy/ui/public/visualize/loader/pipeline_helpers/run_pipeli
ne.js
    Module not found: Error: Can't resolve 'plugins/interpreter/interpreter' in
'C:\Program Files\kibana-7.1.0-windows-x86_64\src\legacy\ui\public\visualize\loa
der\pipeline_helpers'

    ERROR in ./src/legacy/ui/public/vis/editors/default/schemas.js
    Module not found: Error: Can't resolve 'plugins/kbn_vislib_vis_types/control
s/radius_ratio_option.html' in 'C:\Program Files\kibana-7.1.0-windows-x86_64\src
\legacy\ui\public\vis\editors\default'

    ERROR in ./src/legacy/ui/public/vis/editors/default/schemas.js
    Module not found: Error: Can't resolve 'plugins/kbn_vislib_vis_types/control
s/rows_or_columns.html' in 'C:\Program Files\kibana-7.1.0-windows-x86_64\src\leg
acy\ui\public\vis\editors\default'

    ERROR in ./node_modules/x-pack/plugins/dashboard_mode/public/dashboard_viewe
r.js
    Module not found: Error: Can't resolve 'plugins/kibana/dashboard' in 'C:\Pro
gram Files\kibana-7.1.0-windows-x86_64\node_modules\x-pack\plugins\dashboard_mod
e\public'

    ERROR in ./node_modules/x-pack/plugins/dashboard_mode/public/dashboard_viewe
r.js
    Module not found: Error: Can't resolve 'plugins/kibana/dashboard/dashboard_c
onstants' in 'C:\Program Files\kibana-7.1.0-windows-x86_64\node_modules\x-pack\p
lugins\dashboard_mode\public'

    ERROR in ./src/optimize/create_ui_exports_module.js?{"type":"embeddableFacto
ries","modules":["plugins/kibana/visualize/embeddable/visualize_embeddable_facto
ry_provider","plugins/kibana/discover/embeddable/search_embeddable_factory_provi
der"]} (./node_modules/val-loader/dist/cjs.js!./src/optimize/create_ui_exports_m
odule.js?{"type":"embeddableFactories","modules":["plugins/kibana/visualize/embe
ddable/visualize_embeddable_factory_provider","plugins/kibana/discover/embeddabl
e/search_embeddable_factory_provider"]})
    Module not found: Error: Can't resolve 'plugins/kibana/discover/embeddable/s
earch_embeddable_factory_provider' in 'C:\Program Files\kibana-7.1.0-windows-x86
_64\src\optimize'

    ERROR in ./src/optimize/create_ui_exports_module.js?{"type":"embeddableFacto
ries","modules":["plugins/kibana/visualize/embeddable/visualize_embeddable_facto
ry_provider","plugins/kibana/discover/embeddable/search_embeddable_factory_provi
der"]} (./node_modules/val-loader/dist/cjs.js!./src/optimize/create_ui_exports_m
odule.js?{"type":"embeddableFactories","modules":["plugins/kibana/visualize/embe
ddable/visualize_embeddable_factory_provider","plugins/kibana/discover/embeddabl
e/search_embeddable_factory_provider"]})
    Module not found: Error: Can't resolve 'plugins/kibana/visualize/embeddable/
visualize_embeddable_factory_provider' in 'C:\Program Files\kibana-7.1.0-windows
-x86_64\src\optimize'

Я ожидаю, что Kibana 7.1.0 запустится и подключится к ElasticSearch, чтобы я мог подключиться к localhost.

...