# How to do to show field values in Kibana alert?

**URL:** https://discuss.elastic.co/t/how-to-do-to-show-field-values-in-kibana-alert/340319
**Category:** SIEM
**Created:** [August 8, 2023, 4:12am UTC](https://discuss.elastic.co/t/how-to-do-to-show-field-values-in-kibana-alert/340319 "2023-08-08T04:12:37Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![aungsoemin](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/aungsoemin/32/122705_2.png) [@aungsoemin](https://discuss.elastic.co/u/aungsoemin)
#### Post date: [August 8, 2023, 4:12am UTC](https://discuss.elastic.co/t/how-to-do-to-show-field-values-in-kibana-alert/340319/1 "2023-08-08T04:12:38Z")

</div>

Hi Everyone,

I created the custom rule to get the alert when there is successful login from public IP for Windows host. The lucene query is as per below.

(winlog.channel:Security AND winlog.event\_id:4624 AND (NOT ((winlog.event\_data.IpAddress:/._-._/) OR (winlog.event\_data.IpAddress:(/10.._/ OR /192.168.._/ OR /172.16.._/ OR /172.17.._/ OR /172.18.._/ OR /172.19.._/ OR /172.20.._/ OR /172.21.._/ OR /172.22.._/ OR /172.23.._/ OR /172.24.._/ OR /172.25.._/ OR /172.26.._/ OR /172.27.._/ OR /172.28.._/ OR /172.29.._/ OR /172.30.._/ OR /172.31.._/ OR /127.._/ OR /169.254.._/)) OR (((winlog.event\_data.IpAddress:/::1/) OR (winlog.event\_data.IpAddress:(/[Ff][Ee]80::._/ OR /[Ff][Cc]00::._/)))))))

The rule works and triggered the alert but it doesn't show the field values(user.name,source.ip,etc.,) in Kibana alert as per below screenshot.  
How could I add these fields to show in alert? Looking forward your kind suggestion.  
Thank you.

 ![Rule Screenshot](https://us1.discourse-cdn.com/elastic/original/3X/5/a/5a8b8905f6a246b0541b1860a0b0f7d8207b80c0.png)

---

<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: [September 5, 2023, 4:13am UTC](https://discuss.elastic.co/t/how-to-do-to-show-field-values-in-kibana-alert/340319/2 "2023-09-05T04:13:28Z")

</div>

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