Couldn't find any Elasticsearch data - new install

This was my first setup on a server.

Followed the following article https://docs.fluentd.org/how-to-guides/free-alternative-to-splunk-by-fluentd

rsyslog ->FLuentd->eleastic search->Kibina

curl -X GET http://localhost:9200
{
"name" : "8bEX-Y1",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "3dZBrwNCQ_qXQ_9n7k9YHg",
"version" : {
"number" : "6.8.3",
"build_flavor" : "default",
"build_type" : "rpm",
"build_hash" : "0c48c0e",
"build_date" : "2019-08-29T19:05:24.312154Z",
"build_snapshot" : false,
"lucene_version" : "7.7.0",
"minimum_wire_compatibility_version" : "5.6.0",
"minimum_index_compatibility_version" : "5.0.0"
},
"tagline" : "You Know, for Search"
}

curl -X GET localhost:9200/_cat/indices?v

health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
green open .kibana_1 bY_-bFMmSqu9ycGhSh5jbw 1 0 4 1 19.8kb 19.8kb
green open .kibana_task_manager r8Yoe-1WQfS-Ess-PJDA-g 1 0 2 0 12.6kb 12.6kb

Not sure if Should start over using the following
Filebeats ->logstash->elasticsearch->Kibana

any help would be appreciated.

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