# Filebeat messages to hide in Kibana

**URL:** https://discuss.elastic.co/t/filebeat-messages-to-hide-in-kibana/82202
**Category:** Kibana
**Created:** [April 12, 2017, 5:12pm UTC](https://discuss.elastic.co/t/filebeat-messages-to-hide-in-kibana/82202 "2017-04-12T17:12:53Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![santhosh244](https://avatars.discourse-cdn.com/v4/letter/s/7ba0ec/32.png) [@santhosh244](https://discuss.elastic.co/u/santhosh244)
#### Post date: [April 12, 2017, 5:12pm UTC](https://discuss.elastic.co/t/filebeat-messages-to-hide-in-kibana/82202/1 "2017-04-12T17:12:53Z")

</div>

Current Setup:

sending logs via 40 instances to centralized logstast server. Currently logstash handles all the groks and inserts data to ES.

Requirement looking for:

In our application logs, we have different log\_levels. For example i don't want to see DEBUG log level messages in KIBANA. How efficiently can we achieve this; log level is not at the start of the line it. So i'm not sure it can be handled in filebeat (exclude\_lines).

Any other suggestion so that i don't show DEBUG logs in kinana.

ELK Stack Version:

elasticsearch-2.1.1,logstash-2.1.1, kibana-4.3.1-linux-x64, and filebeat-1.2.0-1.x86\_64

---

<div class="post-metadata">

### Author: ![rashmi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rashmi/32/16391_2.png) [@rashmi](https://discuss.elastic.co/u/rashmi)
#### Post date: [April 12, 2017, 8:49pm UTC](https://discuss.elastic.co/t/filebeat-messages-to-hide-in-kibana/82202/2 "2017-04-12T20:49:02Z")

</div>

In kibana, DEBUG logs aren't shown by default. Vy default there is logging to `stdout`. However, you can set the log levels in `kibana.yml`

```auto
logging.silent: Default: false Set the value of this setting to true to suppress all logging output.
logging.quiet: Default: false Set the value of this setting to true to suppress all logging output other than error messages.
logging.verbose: Default: false Set the value of this setting to true to log all events, including system usage information and all requests.

```

Ref: [https://www.elastic.co/guide/en/kibana/current/settings.html](https://www.elastic.co/guide/en/kibana/current/settings.html)

---

<div class="post-metadata">

### Author: ![santhosh244](https://avatars.discourse-cdn.com/v4/letter/s/7ba0ec/32.png) [@santhosh244](https://discuss.elastic.co/u/santhosh244)
#### Post date: [April 13, 2017, 1:49am UTC](https://discuss.elastic.co/t/filebeat-messages-to-hide-in-kibana/82202/3 "2017-04-13T01:49:03Z")

</div>

Thanks for your quick response.. so we have our Python application logs  
which has different log levels..

Using LS grok I'm inserting them into ES.. will try your option in kibana  
to hide specific log type and come back..

---

<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: [May 11, 2017, 1:52am UTC](https://discuss.elastic.co/t/filebeat-messages-to-hide-in-kibana/82202/4 "2017-05-11T01:52:11Z")

</div>

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