# Raw log message in kibana

**URL:** https://discuss.elastic.co/t/raw-log-message-in-kibana/223759
**Category:** Elasticsearch
**Created:** [March 16, 2020, 12:50pm UTC](https://discuss.elastic.co/t/raw-log-message-in-kibana/223759 "2020-03-16T12:50:24Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![kumar6](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/kumar6/32/55327_2.png) [@kumar6](https://discuss.elastic.co/u/kumar6)
#### Post date: [March 16, 2020, 12:50pm UTC](https://discuss.elastic.co/t/raw-log-message-in-kibana/223759/1 "2020-03-16T12:50:24Z")

</div>

Hello,

We have a requirement to send the entire raw log message along with parsed data.  
This will allow the users to view the parsed data as well raw log.  
Can someone let me know if this is feasible?

---

<div class="post-metadata">

### Author: ![spinscale](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/spinscale/32/25011_2.png) [@spinscale](https://discuss.elastic.co/u/spinscale)
#### Post date: [March 16, 2020, 1:58pm UTC](https://discuss.elastic.co/t/raw-log-message-in-kibana/223759/2 "2020-03-16T13:58:39Z")

</div>

Not fully sure I understand the question. If this is a requirement, it's more about adding this as a field, right?

one question to think about is your mapping in this case. If this field needs to be searchable or not, so either if this is a 'text' field, or you only need to return the data in a search response.

---

<div class="post-metadata">

### Author: ![kumar6](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/kumar6/32/55327_2.png) [@kumar6](https://discuss.elastic.co/u/kumar6)
#### Post date: [March 16, 2020, 2:38pm UTC](https://discuss.elastic.co/t/raw-log-message-in-kibana/223759/3 "2020-03-16T14:38:21Z")

</div>

I would like raw log message as field,something like below.  
Let me know how to do it.

Raw log:

"192.168.0.1 - - [05/Feb/2018:12:00:00 +0900] "GET / HTTP/1.1" 200 777"

---

<div class="post-metadata">

### Author: ![spinscale](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/spinscale/32/25011_2.png) [@spinscale](https://discuss.elastic.co/u/spinscale)
#### Post date: [March 16, 2020, 3:38pm UTC](https://discuss.elastic.co/t/raw-log-message-in-kibana/223759/4 "2020-03-16T15:38:10Z")

</div>

Some tools work exactly like that (beats). How do you index your data?

---

<div class="post-metadata">

### Author: ![kumar6](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/kumar6/32/55327_2.png) [@kumar6](https://discuss.elastic.co/u/kumar6)
#### Post date: [March 16, 2020, 3:51pm UTC](https://discuss.elastic.co/t/raw-log-message-in-kibana/223759/5 "2020-03-16T15:51:55Z")

</div>

We use fluentd as an agent to send logs to elastic search.

---

<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: [April 13, 2020, 3:51pm UTC](https://discuss.elastic.co/t/raw-log-message-in-kibana/223759/6 "2020-04-13T15:51:56Z")

</div>

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