Kibana 6.3.2 did not create .kibana index with ElasticSearch

Hello all

I need guidance as how to investigate the issue. Both ES and Kibana are version 6.3.2, and were installed onto the same Linux server. Here are the environment and configuration for both ES and Kibana:

cat /etc/os-release

NAME="Red Hat Enterprise Linux Server"
VERSION="7.4 (Maipo)"
ID="rhel"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="7.4"
PRETTY_NAME="Red Hat Enterprise Linux Server 7.4 (Maipo)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:7.4:GA:server"
HOME_URL="https://www.redhat.com/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"

REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
REDHAT_BUGZILLA_PRODUCT_VERSION=7.4
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="7.4"

elasticsearch.yal:

grep -v ^# /etc/elasticsearch/elasticsearch.yml
path.data: /var/lib/elasticsearch
path.logs: /var/log/elasticsearch
bootstrap.memory_lock: true
network.host: 127.0.0.1
network.bind_host: 0.0.0.0
network.publish_host: 10.10.10.10

configsync.config_path: /var/lib/elasticsearch/config

kibana.yml

grep -v ^# /etc/kibana/kibana.yml

server.host: myhost.mycorp.com
elasticsearch.url: "http://10.10.10.10:9200"
logging.dest: /var/log/kibana/kibana.log
logging.json: false
logging.verbose: true

But there was no .kibana index created in ES. Any suggestions about how to check the issue, or any tips to address it? ( will add the logs from ES and Kibana shortly)

Thanks and I'd really appreciate your help!
Allen

This is needed.

elasticsearch.log

[-30T17:20:18,898][I][o.e.n.Nd               ] [] initializing ...
[-30T17:20:18,981][I][o.e.e.NdEnvironment    ] [9wv] using [1] data paths, mounts [[/var (/dev/mapper/OS_VG-var_lv)]], net usable_space [18.6gb], net total_space [19.9gb], types [xfs]
[-30T17:20:18,982][I][o.e.e.NdEnvironment    ] [9wv] heap size [7.9gb], compressed ordinary object pointers [true]
[-30T17:20:18,989][I][o.e.n.Nd  ] [9wv] node name derived from node ID [9wvCQ7OTZfYfwRpKhg]; set [node.name] to override
[-30T17:20:18,989][I][o.e.n.Nd   ] [9wv] version[6.3.2], pid[24008], build[default/rpm/053779d/2018-07-20T05:20:23.451332Z], OS[Linux/3.10.0-862.14.4.el7.x86_64/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_191/25.191-b12]
[-30T17:20:18,989][I][o.e.n.Node               ] [9wv] JVM arguments [-Xms8g, -Xmx8g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75,-XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Djava.io.tmpdir=/tmp/elasticsearch.Nkma6hHO, -XX:+HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/var/lib/elasticsearch, -XX:ErrorFile=/var/log/elasticsearch/hs_err_pid%p.log, -XX:+PrintGCDetails, -XX:+PrintGCDateStamps, -XX:+PrintTenuringDistribution, -XX:+PrintGCApplicationStoppedTime, -Xloggc:/var/log/elasticsearch/gc.log, -XX:+UseGCLogFileRotation, -XX:NumberOfGCLogFiles=32, -XX:GCLogFileSize=64m, -Des.path.home=/usr/share/elasticsearch, -Des.path.conf=/etc/elasticsearch, -Des.distribution.flavor=default, -Des.distribution.type=rpm]
[-30T17:20:21,387][I][o.e.p.PS     ] [9wv] lded mdl [aggs-matrix-stats]
[-30T17:20:21,387][I][o.e.p.PS     ] [9wv] lded mdl [analysis-common]
[-30T17:20:21,387][I][o.e.p.PS     ] [9wv] lded mdl [ingest-common]
[-30T17:20:21,387][I][o.e.p.PS     ] [9wv] lded mdl [lang-expression]
[-30T17:20:21,387][I][o.e.p.PS     ] [9wv] lded mdl [lang-mustache]
[-30T17:20:21,387][I][o.e.p.PS     ] [9wv] lded mdl [lang-painless]
[-30T17:20:21,388][I][o.e.p.PS     ] [9wv] lded mdl [mapper-extras]
[-30T17:20:21,388][I][o.e.p.PS     ] [9wv] lded mdl [parent-join]
[-30T17:20:21,388][I][o.e.p.PS     ] [9wv] lded mdl [percolator]
[-30T17:20:21,388][I][o.e.p.PS     ] [9wv] lded mdl [rank-eval]
[-30T17:20:21,388][I][o.e.p.PS     ] [9wv] lded mdl [reindex]
[-30T17:20:21,388][I][o.e.p.PS     ] [9wv] lded mdl [repository-url]
[-30T17:20:21,388][I][o.e.p.PS     ] [9wv] lded mdl [transport-netty4]
[-30T17:20:21,388][I][o.e.p.PS     ] [9wv] lded mdl [tribe]
[-30T17:20:21,388][I][o.e.p.PS     ] [9wv] lded mdl [x-pack-core]
[-30T17:20:21,388][I][o.e.p.PS     ] [9wv] lded mdl [x-pack-deprecation]
[-30T17:20:21,388][I][o.e.p.PS     ] [9wv] lded mdl [x-pack-graph]
[-30T17:20:21,388][I][o.e.p.PS     ] [9wv] lded mdl [x-pack-logstash]
[-30T17:20:21,388][I][o.e.p.PS     ] [9wv] lded mdl [x-pack-ml]
[-30T17:20:21,388][I][o.e.p.PS     ] [9wv] lded mdl [x-pack-monitoring]
[-30T17:20:21,388][I][o.e.p.PS     ] [9wv] lded mdl [x-pack-rollup]
[-30T17:20:21,388][I][o.e.p.PS     ] [9wv] lded mdl [x-pack-security]
[-30T17:20:21,389][I][o.e.p.PS     ] [9wv] lded mdl [x-pack-sql]
[-30T17:20:21,389][I][o.e.p.PS     ] [9wv] lded mdl [x-pack-upgrade]
[-30T17:20:21,389][I][o.e.p.PS     ] [9wv] lded mdl [x-pack-watcher]
[-30T17:20:21,389][I][o.e.p.PS     ] [9wv] lded plugin [analysis-extension]
[-30T17:20:21,389][I][o.e.p.PS     ] [9wv] lded plugin [analysis-fess]
[-30T17:20:21,389][I][o.e.p.PS     ] [9wv] lded plugin [configsync]
[-30T17:20:21,389][I][o.e.p.PS     ] [9wv] lded plugin [dataformat]
[-30T17:20:21,389][I][o.e.p.PS     ] [9wv] lded plugin [ingest-attachment]
[-30T17:20:21,389][I][o.e.p.PS     ] [9wv] lded plugin [langfield]
[-30T17:20:21,389][I][o.e.p.PS     ] [9wv] lded plugin [learning-to-rank]
[-30T17:20:21,389][I][o.e.p.PS     ] [9wv] lded plugin [minhash]
[-30T17:20:24,649][I][o.e.x.s.a.s.FileRolesStore] [9wv] parsed [0] roles from file [/etc/elasticsearch/roles.yml]
[-30T17:20:25,029][I][o.e.x.m.j.p.l.CppLogMessageHandler] [controller/24072] [Main.cc@109] controller (64 bit): Version 6.3.2 (Build 903094f295d249) Copyright (c) 2018 Elasticsearch BV
[-30T17:20:25,371][DEBUG][o.e.a.Actionmdl       ] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
[-30T17:20:25,602][I][o.e.d.Discoverymdl    ] [9wv] using discovery type [zen]
[-30T17:20:26,457][I][o.e.n.Node               ] [9wv] initialized
[-30T17:20:26,457][I][o.e.n.Node               ] [9wv] starting ...
[-30T17:20:26,606][I][o.e.t.TransportService   ] [9wv] publish_address {10.10.10.10:9300}, bound_addresses {[::]:9300}
[-30T17:20:26,626][I][o.e.b.BootstrapChecks    ] [9wv] bound or publishing to a non-loopback address, enforcing bootstrap checks
[-30T17:20:26,646][DEBUG][o.e.a.a.c.h.TransportClusterHealthAction] [9wv] no known master node, scheduling a retry
[-30T17:20:29,704][I][o.e.c.s.MasterService    ] [9wv] zen-disco-elected-as-master ([0] nodes joined)[, ], reason: new_master {9wv}{9wvCQ7OTZfYfwRpKhg}{6mC4oK5jSVy3rT4VXZULYw}{10.10.10.10}{10.10.10.10:9300}{ml.machine_memory=16657637376, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true}
[-30T17:20:29,708][I][o.e.c.s.ClusterApplierService] [9wv] new_master {9wv}{9wvCQ7OTZfYfwRpKhg}{6mC4oK5jSVy3rT4VXZULYw}{10.10.10.10}{10.10.10.10:9300}{ml.machine_memory=16657637376, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true}, reason: apply cluster state (from master [master {9wv}{9wvCQ7OTZfYfwRpKhg}{6mC4oK5jSVy3rT4VXZULYw}{10.10.10.10}{10.10.10.10:9300}{ml.machine_memory=16657637376, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true} committed version [1] source [zen-disco-elected-as-master ([0] nodes joined)[, ]]])
[-30T17:20:29,734][I][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [9wv] publish_address {10.10.10.10:9200}, bound_addresses {[::]:9200}
[-30T17:20:29,734][I][o.e.n.Node               ] [9wv] started
[-30T17:20:29,781][I][o.c.e.f.i.a.JapaneseIterationMarkCharFilterFactory] [9wv] [.configsync] org.codelibs.elasticsearch.extension.analysis.KuromojiIterationMarkCharFilterFactory is found.
[-30T17:20:30,473][I][o.e.l.LicenseService     ] [9wv] license [3633aa64-9ded-4e58-82f0-0fb09f3c1885] mode [basic] - valid
[-30T17:20:30,481][I][o.e.g.GatewayService     ] [9wv] recovered [1] indices into cluster_state
[-30T17:20:30,782][I][o.e.c.r.a.AllocationService] [9wv] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[.configsync][0]] ...]).
[-30T17:20:30,800][I][o.c.e.c.s.ConfigSyncService] [9wv] ConfigFileUpdater is started at 1m intervals.

kibana.log - part 1/2

log   [23:22:12.221] [debug][plugin] Found plugin at /usr/share/kibana/node_modules/x-pack
ops   [23:22:12.237]  memory: 121.8MB uptime: 0:00:11 load: [0.23 0.11 0.08] delay: 1.811
log   [23:22:12.362] [debug][plugin] Found plugin at /usr/share/kibana/src/core_plugins/console
log   [23:22:12.363] [debug][plugin] Found plugin at /usr/share/kibana/src/core_plugins/elasticsearch
log   [23:22:12.364] [debug][plugin] Found plugin at /usr/share/kibana/src/core_plugins/input_control_vis
log   [23:22:12.364] [debug][plugin] Found plugin at /usr/share/kibana/src/core_plugins/kbn_doc_views
log   [23:22:12.365] [debug][plugin] Found plugin at /usr/share/kibana/src/core_plugins/kbn_vislib_vis_types
log   [23:22:12.366] [debug][plugin] Found plugin at /usr/share/kibana/src/core_plugins/kibana
log   [23:22:12.371] [debug][plugin] Found plugin at /usr/share/kibana/src/core_plugins/markdown_vis
log   [23:22:12.372] [debug][plugin] Found plugin at /usr/share/kibana/src/core_plugins/metric_vis
log   [23:22:12.373] [debug][plugin] Found plugin at /usr/share/kibana/src/core_plugins/metrics
log   [23:22:12.373] [debug][plugin] Found plugin at /usr/share/kibana/src/core_plugins/region_map
log   [23:22:12.374] [debug][plugin] Found plugin at /usr/share/kibana/src/core_plugins/spy_modes
log   [23:22:12.375] [debug][plugin] Found plugin at /usr/share/kibana/src/core_plugins/state_session_storage_redirect
log   [23:22:12.375] [debug][plugin] Found plugin at /usr/share/kibana/src/core_plugins/status_page
log   [23:22:12.376] [debug][plugin] Found plugin at /usr/share/kibana/src/core_plugins/table_vis
log   [23:22:12.377] [debug][plugin] Found plugin at /usr/share/kibana/src/core_plugins/tagcloud
log   [23:22:12.377] [debug][plugin] Found plugin at /usr/share/kibana/src/core_plugins/tile_map
log   [23:22:12.378] [debug][plugin] Found plugin at /usr/share/kibana/src/core_plugins/timelion
log   [23:22:12.379] [debug][plugin] Found plugin at /usr/share/kibana/src/core_plugins/vega
log   [23:22:12.929] [debug][optimize] All bundles are cached and ready to go!
log   [23:22:12.935] [debug][plugins] Initializing plugin kibana@kibana
log   [23:22:12.972] [info][status][plugin:kibana@6.3.2] Status changed from uninitialized to green - Ready
log   [23:22:12.973] [debug][plugins] Initializing plugin elasticsearch@kibana
log   [23:22:13.010] [info][status][plugin:elasticsearch@6.3.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log   [23:22:13.012] [debug][plugins] Initializing plugin xpack_main@6.3.2
log   [23:22:13.014] [info][status][plugin:xpack_main@6.3.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log   [23:22:13.019] [debug][plugins] Initializing plugin searchprofiler@6.3.2
log   [23:22:13.020] [info][status][plugin:searchprofiler@6.3.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log   [23:22:13.022] [debug][plugins] Initializing plugin ml@6.3.2
log   [23:22:13.024] [info][status][plugin:ml@6.3.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log   [23:22:13.061] [debug][plugins] Initializing plugin kbn_vislib_vis_types@kibana
log   [23:22:13.062] [debug][plugins] Initializing plugin tilemap@6.3.2
log   [23:22:13.064] [info][status][plugin:tilemap@6.3.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log   [23:22:13.065] [debug][plugins] Initializing plugin watcher@6.3.2
log   [23:22:13.066] [info][status][plugin:watcher@6.3.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log   [23:22:13.078] [debug][plugins] Initializing plugin license_management@6.3.2
log   [23:22:13.081] [info][status][plugin:license_management@6.3.2] Status changed from uninitialized to green - Ready
log   [23:22:13.082] [debug][plugins] Initializing plugin index_management@6.3.2
log   [23:22:13.084] [info][status][plugin:index_management@6.3.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log   [23:22:13.093] [debug][plugins] Initializing plugin input_control_vis@kibana
log   [23:22:13.095] [debug][plugins] Initializing plugin kbn_doc_views@kibana
log   [23:22:13.096] [debug][plugins] Initializing plugin markdown_vis@kibana
log   [23:22:13.098] [debug][plugins] Initializing plugin metric_vis@kibana
log   [23:22:13.099] [debug][plugins] Initializing plugin region_map@kibana
log   [23:22:13.101] [debug][plugins] Initializing plugin spy_modes@kibana
log   [23:22:13.102] [debug][plugins] Initializing plugin state_session_storage_redirect@kibana
log   [23:22:13.104] [debug][plugins] Initializing plugin status_page@kibana
log   [23:22:13.105] [debug][plugins] Initializing plugin table_vis@kibana
log   [23:22:13.107] [debug][plugins] Initializing plugin tagcloud@kibana
log   [23:22:13.108] [debug][plugins] Initializing plugin tile_map@kibana
log   [23:22:13.110] [debug][plugins] Initializing plugin timelion@kibana
log   [23:22:13.228] [info][status][plugin:timelion@6.3.2] Status changed from uninitialized to green - Ready
log   [23:22:13.229] [debug][plugins] Initializing plugin graph@6.3.2
log   [23:22:13.230] [info][status][plugin:graph@6.3.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log   [23:22:13.233] [debug][plugins] Initializing plugin monitoring@6.3.2
log   [23:22:13.234] [info][status][plugin:monitoring@6.3.2] Status changed from uninitialized to green - Ready
log   [23:22:13.235] [debug][plugins] Initializing plugin security@6.3.2
log   [23:22:13.236] [info][status][plugin:security@6.3.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log   [23:22:13.237] [warning][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   [23:22:13.240] [warning][security] Session cookies will be transmitted over insecure connections. This is not recommended.
log   [23:22:13.263] [debug][plugins] Initializing plugin grokdebugger@6.3.2
log   [23:22:13.265] [info][status][plugin:grokdebugger@6.3.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log   [23:22:13.268] [debug][plugins] Initializing plugin dashboard_mode@6.3.2
log   [23:22:13.271] [info][status][plugin:dashboard_mode@6.3.2] Status changed from uninitialized to green - Ready
log   [23:22:13.272] [debug][plugins] Initializing plugin logstash@6.3.2
log   [23:22:13.274] [info][status][plugin:logstash@6.3.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log   [23:22:13.279] [debug][plugins] Initializing plugin apm@6.3.2

kibana.log part 2/2

log   [23:22:13.289] [info][status][plugin:apm@6.3.2] Status changed from uninitialized to green - Ready
log   [23:22:13.290] [debug][plugins] Initializing plugin cloud@6.3.2
log   [23:22:13.292] [debug][plugins] Initializing plugin console@kibana
log   [23:22:13.296] [info][status][plugin:console@6.3.2] Status changed from uninitialized to green - Ready
log   [23:22:13.297] [debug][plugins] Initializing plugin console_extensions@6.3.2
log   [23:22:13.298] [info][status][plugin:console_extensions@6.3.2] Status changed from uninitialized to green - Ready
log   [23:22:13.299] [debug][plugins] Initializing plugin metrics@kibana
log   [23:22:13.305] [info][status][plugin:metrics@6.3.2] Status changed from uninitialized to green - Ready
log   [23:22:13.306] [debug][plugins] Initializing plugin vega@kibana
log   [23:22:13.307] [debug][plugins] Initializing plugin reporting@6.3.2
log   [23:22:13.325] [debug][exportTypes][reporting] Found exportType at /usr/share/kibana/node_modules/x-pack/plugins/reporting/export_types/csv/server/index.js
log   [23:22:13.476] [debug][exportTypes][reporting] Found exportType at /usr/share/kibana/node_modules/x-pack/plugins/reporting/export_types/printable_pdf/server/    index.js
log   [23:22:13.991] [warning][reporting] Generating a random key for xpack.reporting.encryptionKey. To prevent pending reports from failing on restart, please set     xpack.reporting.encryptionKey in kibana.yml
log   [23:22:13.996] [debug][reporting] Browser type: phantom
log   [23:22:13.996] [info][status][plugin:reporting@6.3.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log   [23:22:14.104] [debug][reporting] Running on os "linux", distribution "Red Hat Linux", release "7.4"
log   [23:22:14.112] [debug][reporting] Browser installed at /var/lib/kibana/phantomjs-2.1.1-linux-x86_64/bin/phantomjs
log   [23:22:14.114] [debug][reporting][worker] CSV: Registering CSV worker
log   [23:22:14.115] [debug][esqueue][reporting][worker] jqbis6ar0ipl4e72d5dghkmx - Created worker for job type csv
log   [23:22:14.116] [debug][reporting][worker] PDF: Registering PDF worker
log   [23:22:14.118] [debug][esqueue][reporting][worker] jqbis6at0ipl4e72d5dhvu17 - Created worker for job type printable_pdf
log   [23:22:14.135] [debug][plugin] Checking Elasticsearch version
log   [23:22:14.137] [server][uuid][uuid] Resuming persistent Kibana instance UUID: 196e66bc-2d9f-4938-adb7-248db6c9ccbc
log   [23:22:14.141] [info][listening] Server running at http://myserver.mycorp.com:5601
log   [23:22:14.164] [info][status][plugin:elasticsearch@6.3.2] Status changed from yellow to green - Ready
log   [23:22:14.165] [debug][license][xpack] Calling [data] Elasticsearch _xpack API. Polling frequency: 30001
log   [23:22:14.186] [info][license][xpack] Imported license information from Elasticsearch for the [data] cluster: mode: basic | status: active
log   [23:22:14.190] [es-client][monitoring-ui] config sourced from: production cluster (http://10.10.10.10:9200)
log   [23:22:14.216] [info][status][plugin:xpack_main@6.3.2] Status changed from yellow to green - Ready
log   [23:22:14.217] [info][status][plugin:searchprofiler@6.3.2] Status changed from yellow to green - Ready
log   [23:22:14.217] [info][status][plugin:ml@6.3.2] Status changed from yellow to green - Ready
log   [23:22:14.218] [info][status][plugin:tilemap@6.3.2] Status changed from yellow to green - Ready
log   [23:22:14.218] [info][status][plugin:watcher@6.3.2] Status changed from yellow to green - Ready
log   [23:22:14.218] [info][status][plugin:index_management@6.3.2] Status changed from yellow to green - Ready
log   [23:22:14.219] [info][status][plugin:graph@6.3.2] Status changed from yellow to green - Ready
log   [23:22:14.219] [info][status][plugin:security@6.3.2] Status changed from yellow to green - Ready
log   [23:22:14.220] [info][status][plugin:grokdebugger@6.3.2] Status changed from yellow to green - Ready
log   [23:22:14.220] [info][status][plugin:logstash@6.3.2] Status changed from yellow to green - Ready
log   [23:22:14.221] [info][status][plugin:reporting@6.3.2] Status changed from yellow to green - Ready
log   [23:22:14.222] [debug][license][xpack] Calling [monitoring] Elasticsearch _xpack API. Polling frequency: 30001
log   [23:22:14.231] [info][kibana-monitoring][monitoring-ui] Starting all Kibana monitoring collectors
log   [23:22:14.231] [debug][kibana-monitoring][monitoring-ui] Initializing kibana_stats collector
log   [23:22:14.231] [debug][kibana-monitoring][monitoring-ui] Setting logger for kibana_stats collector
log   [23:22:14.232] [debug][kibana-monitoring][monitoring-ui] Setting logger for kibana_settings collector
log   [23:22:14.233] [debug][kibana-monitoring][monitoring-ui] Fetching data from kibana_stats collector
log   [23:22:14.237] [debug][kibana-monitoring][monitoring-ui] Uploading bulk Kibana monitoring payload
log   [23:22:14.240] [info][license][xpack] Imported license information from Elasticsearch for the [monitoring] cluster: mode: basic | status: active
log   [23:22:16.668] [debug][plugin] Checking Elasticsearch version
ops   [23:22:17.235]  memory: 113.9MB uptime: 0:00:16 load: [0.21 0.11 0.08] delay: 0.651
log   [23:22:17.239] [debug][kibana-monitoring][monitoring-ui] Received Kibana Ops event data
log   [23:22:19.184] [debug][plugin] Checking Elasticsearch version
log   [23:22:21.699] [debug][plugin] Checking Elasticsearch version
ops   [23:22:22.236]  memory: 114.7MB uptime: 0:00:21 load: [0.19 0.11 0.08] delay: 0.525
log   [23:22:22.238] [debug][kibana-monitoring][monitoring-ui] Received Kibana Ops event data
log   [23:22:24.214] [debug][plugin] Checking Elasticsearch version
log   [23:22:24.234] [debug][kibana-monitoring][monitoring-ui] Fetching data from kibana collector
log   [23:22:24.236] [debug][kibana-monitoring][monitoring-ui] Fetching data from kibana_stats collector
log   [23:22:24.236] [debug][kibana-monitoring][monitoring-ui] Fetching data from kibana_settings collector
log   [23:22:24.237] [debug][kibana-monitoring][monitoring-ui] Fetching data from reporting_stats collector
log   [23:22:24.239] [debug][exportTypes][reporting] Found exportType at /usr/share/kibana/node_modules/x-pack/plugins/reporting/export_types/csv/server/index.js
log   [23:22:24.240] [debug][exportTypes][reporting] Found exportType at /usr/share/kibana/node_modules/x-pack/plugins/reporting/export_types/printable_pdf/server/index.js
log   [23:22:24.242] [debug][kibana-monitoring][monitoring-ui] [null] default admin email setting found, sending [kibana_settings] monitoring document.

Thanks David for the reminder!
I had to split the log for kibana into two part due to the comment length limit, and also modified ES log a bit to shorten the length. Please let me know if any other settings or information would be needed.

Thanks!!

Can you change

network.host: 127.0.0.1
network.bind_host: 0.0.0.0
network.publish_host: 10.10.10.10

By

network.host: 10.10.10.10

And restart elasticsearch?

Hi David

Thanks for the suggestion! Unfortunately, after making the change to elasticsearch.yml and restarting elasticsearch, I still could not see the index of .kibana created.

Anything else I should be checking?
Thanks
Allen

Once you have restarted, from the Kibana machine , can you curl 10.10.10.10:9200 ?

Yes, I was able to get the following:

 curl -X GET "http://10.10.10.10:9200"
{
  "name" : "Hv-a9wv",
  "cluster_name" : "elasticsearch",
  "cluster_uuid" : "ukSFUw6DRmS6t8KbjRYq9Q",
  "version" : {
    "number" : "6.3.2",
    "build_flavor" : "default",
    "build_type" : "rpm",
    "build_hash" : "053779d",
    "build_date" : "2018-07-20T05:20:23.451332Z",
    "build_snapshot" : false,
    "lucene_version" : "7.3.1",
    "minimum_wire_compatibility_version" : "5.6.0",
    "minimum_index_compatibility_version" : "5.0.0"
  },
  "tagline" : "You Know, for Search"
}

What gives:

curl "http://10.10.10.10:9200/_cat/indices?v"

It showed the following:

curl -X GET "http://10.10.10.10:9200/_cat/indices?v"
health status index       uuid                   pri rep docs.count docs.deleted store.size pri.store.size
green  open   .configsync OBR6sk1AQzWV20umauy76w   1   0          0            0       261b           261b

Thanks!

Elasticsearch seems to be running fine. I moved your question to #kibana to get help from other experts there.

Thanks David for your help!!

Any suggestions/tips to check the issue?
Thanks

In 6.3 the Kibana index will not be created until you persist data in Kibana. You can do this by adding an index pattern, or setting something in advanced settings.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.