# Kibana logs are not showing in DIscover page

**URL:** https://discuss.elastic.co/t/kibana-logs-are-not-showing-in-discover-page/319054
**Category:** Kibana
**Created:** [November 16, 2022, 10:22am UTC](https://discuss.elastic.co/t/kibana-logs-are-not-showing-in-discover-page/319054 "2022-11-16T10:22:25Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![yasar](https://avatars.discourse-cdn.com/v4/letter/y/dc4da7/32.png) [@yasar](https://discuss.elastic.co/u/yasar)
#### Post date: [November 16, 2022, 10:22am UTC](https://discuss.elastic.co/t/kibana-logs-are-not-showing-in-discover-page/319054/1 "2022-11-16T10:22:25Z")

</div>

Hi team,

We are injected the logs by manually for few testing and we have done the filebeat, and logstash pipeline and Logstash config file as well as the same.

But after configured and pushed the logs by manually, it could collect the logs in kibana.

Could you please suggest us to proceed further.

Thanks,  
Yasar Arafaath A.

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [November 16, 2022, 11:12pm UTC](https://discuss.elastic.co/t/kibana-logs-are-not-showing-in-discover-page/319054/2 "2022-11-16T23:12:15Z")

</div>

It's not clear what you are asking here sorry, can you elaborate and clarify please.

---

<div class="post-metadata">

### Author: ![yasar](https://avatars.discourse-cdn.com/v4/letter/y/dc4da7/32.png) [@yasar](https://discuss.elastic.co/u/yasar)
#### Post date: [November 17, 2022, 8:20am UTC](https://discuss.elastic.co/t/kibana-logs-are-not-showing-in-discover-page/319054/3 "2022-11-17T08:20:18Z")

</div>

Hello Mark,

We had received the logs in Filebeat and Logstash side.. But it could not reach the kibana side.. Here are the Filebeat and Logstash Config... Please check once and guide us.

```auto

- type: log
  enabled: true
  paths:
    - /tmp/dev.apps/*
  fields_under_root: true
  fields:
        topic_name: -------
        logtype: lcfilterpoc

```

Logstash Config:

```auto

 input {
   kafka {
             bootstrap_servers => ""

             topics => [""]
             consumer_threads => 3
             group_id => "ls-dev-grp"
             security_protocol => "SSL"
             ssl_truststore_location => "/usr/share/softwares/cert/kafka.client.truststore.jks"
             ssl_truststore_password => "changeit"
            #codec => "json"
   }
 }

 filter {

        fingerprint {
                source => ["fingerprint", "log"]
                target => "[@metadata][fingerprint]"
                method => "SHA1"
                concatenate_sources => true
        }

 }

 output {

  if [logtype] == "lcfilterpoc" {
         elasticsearch {
                index => "ej-lc-%{[logtype]}-%{+YYYY.MM.dd}"
                hosts => [""]
                api_key => [""]
                ssl => true
                ilm_rollover_alias => "ej-lc-lcdroptest"
                ilm_pattern => "000001"
                ilm_policy => "DeleteIndexAfterOneDay"
                document_id => ""
          }
      }
}

```

Please find the snap from Index Management:

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/2/1/21690063187572bcdcfebd86949e114c996b535c.png)

Thanks,  
Yasar Arafaath A.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [December 15, 2022, 8:21am UTC](https://discuss.elastic.co/t/kibana-logs-are-not-showing-in-discover-page/319054/4 "2022-12-15T08:21:18Z")

</div>

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