My Cluster:
3x CentOS 7
Elasticsearch 7.10
Logstash 7.10
Kibana 7.10
Filebeat 7.10
So i just upgraded my Cluster to version 7.10
Everything works fine (even Elasticsearch after messing with jvm.options a bit), but Kibana simply won't start. I redid the kibana.yml -> still no progress.
If i check the service after i started it - i can see it working for 5 Seconds - after that it dies - then it's working for 5 seconds - and then it finally dies and stays that way.
If i check with "systemctl status kibana -l" i get the following Error:
Dec 16 13:51:59 xxxxxxx01 kibana[15016]: {"type":"log","@timestamp":"2020-12-16T12:51:59Z","tags":["info","plugins-s ystem"],"pid":15016,"message":"Setting up [99] plugins: [taskManager,licensing,globalSearch,globalSearchProviders,cod e,usageCollection,xpackLegacy,ossTelemetry,telemetryCollectionManager,telemetry,telemetryCollectionXpack,kibanaUsageC ollection,securityOss,newsfeed,mapsLegacy,kibanaLegacy,translations,share,legacyExport,embeddable,uiActionsEnhanced,e xpressions,data,home,observability,cloud,console,consoleExtensions,apmOss,searchprofiler,painlessLab,grokdebugger,man agement,indexPatternManagement,advancedSettings,fileUpload,savedObjects,dashboard,visualizations,visTypeVega,visTypeT imelion,timelion,features,upgradeAssistant,security,snapshotRestore,enterpriseSearch,encryptedSavedObjects,ingestMana ger,indexManagement,remoteClusters,crossClusterReplication,indexLifecycleManagement,dashboardMode,beatsManagement,tra nsform,ingestPipelines,maps,licenseManagement,graph,dataEnhanced,visTypeTable,visTypeMarkdown,tileMap,regionMap,input ControlVis,visualize,esUiShared,charts,lens,visTypeVislib,visTypeTimeseries,rollup,visTypeTagcloud,visTypeMetric,watc her,discover,discoverEnhanced,savedObjectsManagement,spaces,reporting,lists,eventLog,actions,case,alerts,stackAlerts, triggersActionsUi,alerting,alertingBuiltins,ml,securitySolution,infra,monitoring,logstash,apm,uptime,bfetch,canvas]"}
Dec 16 13:51:59 xxxxxxx01 kibana[15016]: {"type":"log","@timestamp":"2020-12-16T12:51:59Z","tags":["fatal","root"]," pid":15016,"message":"TypeError: (0 , _routes.registerMsearchRoute) is not a function\n at SearchService.setup (/u sr/share/kibana/src/plugins/data/server/search/search_service.js:79:38)\n at DataServerPlugin.setup (/usr/share/ki bana/src/plugins/data/server/plugin.js:63:44)\n at PluginWrapper.setup (/usr/share/kibana/src/core/server/plugins/ plugin.js:86:26)\n at PluginsSystem.setupPlugins (/usr/share/kibana/src/core/server/plugins/plugins_system.js:72:2 5)"}
Dec 16 13:51:59 xxxxxx01 kibana[15016]: {"type":"log","@timestamp":"2020-12-16T12:51:59Z","tags":["info","plugins-s ystem"],"pid":15016,"message":"Stopping all plugins."}
Dec 16 13:51:59 xxxxxxx01 kibana[15016]: FATAL TypeError: (0 , _routes.registerMsearchRoute) is not a function
What am i supposed to do? I cannot find any current log in /var/log/kibana...
Thanks in advance!
Moritz