# Filebeat warn issue depend to the pipeline (Index not found in kibana)

**URL:** https://discuss.elastic.co/t/filebeat-warn-issue-depend-to-the-pipeline-index-not-found-in-kibana/264172
**Category:** Elasticsearch
**Tags:** ingest-pipeline
**Created:** [February 12, 2021, 6:41pm UTC](https://discuss.elastic.co/t/filebeat-warn-issue-depend-to-the-pipeline-index-not-found-in-kibana/264172 "2021-02-12T18:41:24Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![marouane](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/marouane/32/83858_2.png) [@marouane](https://discuss.elastic.co/u/marouane)
#### Post date: [February 12, 2021, 6:41pm UTC](https://discuss.elastic.co/t/filebeat-warn-issue-depend-to-the-pipeline-index-not-found-in-kibana/264172/1 "2021-02-12T18:41:24Z")

</div>

Hello,

Trying to start filebeat service I'm getting this war that prevent to get the index showing in kibana.

> 2021-02-04T15:50:40.400+0100 WARN [elasticsearch] elasticsearch/client.go:407  
> Cannot index event publisher.Event{Content:beat.Event{Timestamp:time:Time{wall:xxxxxxxxxxx,  
> ext:xxxxxxxxxx, loc:(\*time.Location) (0xXXXXXX)}, ------------------------------  
> Timestamp:time:Time{wall:xxxxxxxxxxxxxxxxx, ext:xxxxxxxxxxxxxx, loc:(\*time.Location) (0xXXXXXX)}, TTL-1, Type: "Log",

This is the pipeline that i'm using

```
{
  "mypipeline" : {
      "description": "mydescription",
      "processor" : [
        {
          "grok" : {
             "field" : "message",
             "patterns" : [""" my pattern """]
           }
         },
         {
           "date" : {
             "field" : "timestamp",
             "target_field": "@timestamp",
             "formats": [
                 "yyyy-MM-dd HH:mm:ss.SSS"
              ],
               "timezone": "Europe/Spain"
          },
           "remove": {
               "field" : "timestamp"
          }
       }
     ]
   }

```

Could you please help me to resolve this issue?

---

<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: [March 12, 2021, 6:42pm UTC](https://discuss.elastic.co/t/filebeat-warn-issue-depend-to-the-pipeline-index-not-found-in-kibana/264172/2 "2021-03-12T18:42:21Z")

</div>

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