Hi All,
I am new to ELK stack.
I was trying to download and install ELK with latest version .
I was able to install Elasticsearch successfully
but was not able to install Kibana because of below errors.
log [04:42:50.113] [warning][plugins-discovery] Expect plugin "id" in camelCase, but found: triggers_actions_ui
log [04:42:50.139] [warning][plugins-discovery] Expect plugin "id" in camelCase, but found: apm_oss
log [04:46:18.623] [info][plugins-service] Plugin "endpoint" is disabled.
log [05:22:10.396] [info][plugins-service] Plugin "ingestManager" is disabled.
log [05:22:10.452] [info][plugins-service] Plugin "lists" is disabled.
log [05:22:10.470] [info][plugins-service] Plugin "visTypeXy" is disabled.
log [05:22:37.285] [warning][legacy-service] Some installed third party plugin(s) [xpack_main, monitoring, reporting, spaces, security, dashboard_mode, beats_management, maps, task_manager, encryptedSavedObjects, ingestManager, newsfeed, status_page, apm_oss, timelion, region_map, tile_map, ui_metric, elasticsearch, console_legacy, kibana] are using the legacy plugin format and will no longer work in a future Kibana release. Please refer to https://ela.st/kibana-breaking-changes-8-0 for a list of breaking changes and https://ela.st/kibana-platform-migration for documentation on how to migrate legacy plugins.
log [05:22:37.687] [info][plugins-system] Setting up [94] plugins: [usageCollection,telemetryCollectionManager,telemetry,telemetryCollectionXpack,kibanaLegacy,devTools,taskManager,ossTelemetry,licensing,observability,encryptedSavedObjects,eventLog,code,uiActions,statusPage,share,newsfeed,mapsLegacy,mapsLegacyLicensing,kibanaUtils,inspector,embeddable,advancedUiActions,embeddableEnhanced,drilldowns,kibanaReact,indexPatternManagement,esUiShared,discover,charts,translations,bfetch,expressions,data,home,console,consoleExtensions,apm_oss,cloud,management,upgradeAssistant,reporting,licenseManagement,indexManagement,remoteClusters,crossClusterReplication,indexLifecycleManagement,advancedSettings,telemetryManagementSection,watcher,searchprofiler,painlessLab,grokdebugger,visualizations,visTypeVislib,visTypeTagcloud,visTypeVega,visTypeTimeseries,rollup,visTypeMarkdown,visTypeTimelion,features,security,snapshotRestore,transform,ingestPipelines,canvas,visTypeTable,visTypeMetric,inputControlVis,savedObjects,navigation,lens,graph,visualize,dashboard,savedObjectsManagement,spaces,actions,case,alerting,alertingBuiltins,triggers_actions_ui,uptime,ml,apm,dashboardEnhanced,fileUpload,maps,siem,dataEnhanced,infra,monitoring,logstash]
log [05:22:37.733] [warning][config][encryptedSavedObjects][plugins] Generating a random key for xpack.encryptedSavedObjects.encryptionKey. To be able to decrypt encrypted saved objects attributes after restart, please set xpack.encryptedSavedObjects.encryptionKey in kibana.yml
log [05:22:39.637] [warning][config][plugins][security] Generating a random key for xpack.security.encryptionKey. To prevent sessions from being invalidated on restart, please set xpack.security.encryptionKey in kibana.yml
log [05:22:39.638] [warning][config][plugins][security] Session cookies will be transmitted over insecure connections. This is not recommended.
log [05:22:39.820] [warning][actions][actions][plugins] APIs are disabled due to the Encrypted Saved Objects plugin using an ephemeral encryption key. Please set xpack.encryptedSavedObjects.encryptionKey in kibana.yml.
log [05:22:39.869] [warning][alerting][alerting][plugins][plugins] APIs are disabled due to the Encrypted Saved Objects plugin using an ephemeral encryption key. Please set xpack.encryptedSavedObjects.encryptionKey in kibana.yml.
log [05:22:40.470] [info][monitoring][monitoring][plugins] config sourced from: production cluster
log [05:22:40.479] [warning][monitoring][monitoring][plugins] X-Pack Monitoring Cluster Alerts will not be available: undefined
log [05:22:40.815] [info][crossClusterReplication][plugins] Your basic license does not support crossClusterReplication. Please upgrade your license.
log [05:22:40.817] [info][plugins][watcher] Your basic license does not support watcher. Please upgrade your license.
log [05:22:40.832] [info][kibana-monitoring][monitoring][monitoring][plugins] Starting monitoring stats collection
log [05:22:41.240] [info][savedobjects-service] Waiting until all Elasticsearch nodes are compatible with Kibana before starting saved objects migrations...
log [05:22:41.312] [info][savedobjects-service] Starting saved objects migrations
log [05:22:41.430] [info][savedobjects-service] Creating index .kibana_task_manager_1.
log [05:22:41.450] [info][savedobjects-service] Creating index .kibana_1.
log [05:22:41.483] [warning][savedobjects-service] Unable to connect to Elasticsearch. Error: [resource_already_exists_exception] index [.kibana_task_manager_1/lgT73mlNRuWClIuKV17xuw] already exists, with { index_uuid="lgT73mlNRuWClIuKV17xuw" & index=".kibana_task_manager_1" }
log [05:22:41.501] [warning][savedobjects-service] Another Kibana instance appears to be migrating the index. Waiting for that migration to complete. If no other Kibana instance is attempting migrations, you can get past this message by deleting index .kibana_task_manager_1 and restarting Kibana.
log [05:23:11.461] [warning][savedobjects-service] Unable to connect to Elasticsearch. Error: Request Timeout after 30000ms
Can anyone help me in resolving this ?