# Wildcards in logstash remove\_field

**URL:** https://discuss.elastic.co/t/wildcards-in-logstash-remove-field/241644
**Category:** Logstash
**Created:** [July 17, 2020, 12:45pm UTC](https://discuss.elastic.co/t/wildcards-in-logstash-remove-field/241644 "2020-07-17T12:45:46Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![Gauti](https://avatars.discourse-cdn.com/v4/letter/g/cdc98d/32.png) [@Gauti](https://discuss.elastic.co/u/Gauti)
#### Post date: [July 17, 2020, 6:08pm UTC](https://discuss.elastic.co/t/wildcards-in-logstash-remove-field/241644/7 "2020-07-17T18:08:23Z")

</div>

@Badger Its an object that contains the fields.

here is the rubydebug output

```
{
    "@timestamp" => 2020-07-17T18:29:01.629Z,
      "@version" => "1",
        "result" => {
                                  "inc_active" => {
            "display_value" => "true",
                    "value" => "true"
        },
                            "inc_additional_assignee_list" => {
            "display_value" => "windows",
                    "value" => "windows"
        },
              "inc_approval.display_value" => {
            "display_value" => "1",
                    "value" => "1"
        },
                                "inc_due_date" => {
            "display_value" => "0",
                    "value" => "0"
        },
                            "inc_close_notes" => {
            "display_value" => " NA",
                     "link" => "https://prod.service-now.com/api/now/table/7bd1900ae45",
                    "value" => "NA"
        },
              "inc_u_remove_device_from_local" => {
            "display_value" => nil,
                    "value" => ""
        },
                               "inc_u_subject" => {
            "display_value" => "High Visibility Notification OPEN Problem 663: Failure rate increase on Database ser",
                    "value" => "High Visibility Notification OPEN Problem 663: Failure rate increase on Database ser"
        },
                            "inc_approval_set" => {
            "display_value" => "",
                    "value" => ""
        },
```

---

_[View the full topic](https://discuss.elastic.co/t/wildcards-in-logstash-remove-field/241644)._
