# Grock for \[10/26/23 10:48:30:823 CEST\] date format for Logstash filter

**URL:** https://discuss.elastic.co/t/grock-for-10-26-23-1030-823-cest-date-format-for-logstash-filter/346871
**Category:** Elasticsearch
**Created:** [November 10, 2023, 1:38pm UTC](https://discuss.elastic.co/t/grock-for-10-26-23-1030-823-cest-date-format-for-logstash-filter/346871 "2023-11-10T13:38:30Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![elk1985](https://avatars.discourse-cdn.com/v4/letter/e/58956e/32.png) [@elk1985](https://discuss.elastic.co/u/elk1985)
#### Post date: [November 10, 2023, 1:38pm UTC](https://discuss.elastic.co/t/grock-for-10-26-23-1030-823-cest-date-format-for-logstash-filter/346871/1 "2023-11-10T13:38:30Z")

</div>

Hello.  
I'm looking for grock filter matching this format [10/26/23 10:48:30:823 CEST]  
can't find any match from predefined formats. I need it to my Logstash filter. Any ideas ?

---

<div class="post-metadata">

### Author: ![Wave](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/wave/32/117242_2.png) [@Wave](https://discuss.elastic.co/u/Wave)
#### Post date: [November 15, 2023, 2:38pm UTC](https://discuss.elastic.co/t/grock-for-10-26-23-1030-823-cest-date-format-for-logstash-filter/346871/2 "2023-11-15T14:38:02Z")

</div>

Hi @elk1985

You don't say what fields you want out of it, this might get you where you want to go:

```auto
\[%{DATE_US:date} %{TIME:time} %{WORD:timezone}\]

```

A few general pointers when using grok with elastic:

1. Elastic Grok [documentation](https://www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html)
2. [Logstash grok patterns](https://github.com/hpcugent/logstash-patterns/blob/master/files/grok-patterns) (always gives me good ideas and helps me not reinvent the wheel).
3. Grok debugger in kibana will help you experiment and see what works.

Good luck

---

<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 13, 2023, 2:38pm UTC](https://discuss.elastic.co/t/grock-for-10-26-23-1030-823-cest-date-format-for-logstash-filter/346871/3 "2023-12-13T14:38:56Z")

</div>

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