# Filebeat PANW Module Not Working (continued)

**URL:** https://discuss.elastic.co/t/filebeat-panw-module-not-working-continued/223962
**Category:** Beats
**Tags:** filebeat
**Created:** [March 17, 2020, 3:24pm UTC](https://discuss.elastic.co/t/filebeat-panw-module-not-working-continued/223962 "2020-03-17T15:24:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![savethebyte](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/savethebyte/32/62742_2.png) [@savethebyte](https://discuss.elastic.co/u/savethebyte)
#### Post date: [March 17, 2020, 3:24pm UTC](https://discuss.elastic.co/t/filebeat-panw-module-not-working-continued/223962/1 "2020-03-17T15:24:11Z")

</div>

Continuing the discussion from [Filebeat PANW Module Not Working](https://discuss.elastic.co/t/filebeat-panw-module-not-working/219433):

I have added true to /etc/filebeat/filebeat.yml with no change in behavior.

```
filebeat.inputs:
- type: log
  # Change to true to enable this input configuration.
  enabled: true

```

I am still seeing the Palo Alto traffic arriving, just not being forwarded to elasticsearch.

---

<div class="post-metadata">

### Author: ![MarianaD](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/marianad/32/42687_2.png) [@MarianaD](https://discuss.elastic.co/u/MarianaD)
#### Post date: [March 25, 2020, 9:57am UTC](https://discuss.elastic.co/t/filebeat-panw-module-not-working-continued/223962/2 "2020-03-25T09:57:05Z")

</div>

hi @savethebyte, you can continue the discussion in the original discuss ticket, opening a new one each time might make the conversation harder to follow.  
What do you see in the filebeat logs, can you enable debug logging first and run filebeat?

---

<div class="post-metadata">

### Author: ![savethebyte](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/savethebyte/32/62742_2.png) [@savethebyte](https://discuss.elastic.co/u/savethebyte)
#### Post date: [April 2, 2020, 3:10am UTC](https://discuss.elastic.co/t/filebeat-panw-module-not-working-continued/223962/3 "2020-04-02T03:10:33Z")

</div>

I enabled debug logging and I am seeing the logs showing up in log file but not in kibana.

```json
 "message": "Apr 1 21:58:28 chil-pan-01.acme.com 1,2020/04/01 21:58:28,001801008550,TRAFFIC,end,2304,2020/04/01 21:58:28,172.20.251.67,172.17.1.160,0.0.0.0,0.0.0.0,SDWAN Traffic In,acme\\jsmith,acme\\asmith,dns,vsys1,SDWAN WAN,SDWAN LAN,ethernet1/9.996,ethernet1/9.995,ScienceLogic Forwarding,2020/04/01 21:58:28,157439,1,51000,53,0,0,0x100019,udp,allow,447,92,355,2,2020/04/01 21:57:57,0,any,0,9289264301,0x0,172.16.0.0-172.31.255.255,172.16.0.0-172.31.255.255,0,1,1,aged-out,0,0,0,0,,chil-pan-01,from-policy,,,0,,0,,N/A,0,0,0,0,9e4c0655-87f0-4e6e-9c22-77be394eeed8,0",
      "tags": [
        "pan-os"
      ],
      "service": {
        "type": "panw"
      },
      "event": {
        "outcome": "allow",
        "start": "2020/04/01 21:57:57",
        "duration": "0",
        "module": "panw",
        "dataset": "panw.panos",
        "timezone": "+00:00",
        "created": "2020/04/01 21:58:28"
      },
      "source": {
        "user": {
          "name": "acme\\jsmith"
        },
        "port": "51000",
        "bytes": "355",
        "packets": "1",
        "address": "172.20.251.67",
        "ip": "172.20.251.67",
        "nat": {
          "ip": "0.0.0.0",
          "port": "0"
        }
      },
      "input": {
        "type": "log"
      },
      "destination": {
        "address": "172.17.1.160",
        "nat": {
          "ip": "0.0.0.0",
          "port": "0"
        },
        "user": {
          "name": "acme\\asmith"
        },
        "port": "53",
        "bytes": "92",
        "packets": "1",
        "ip": "172.17.1.160"
      },
      "network": {
        "bytes": "447",
        "packets": "2",
        "community_id": "1:x/xfsr8+xKfVP/JxzyLUquTwVs4=",
        "application": "dns",
        "transport": "udp"
      },
      "host": {
        "name": "logstash-dev",
        "architecture": "x86_64",
        "os": {
          "name": "Ubuntu",
          "kernel": "4.15.0-74-generic",
          "codename": "bionic",
          "platform": "ubuntu",
          "version": "18.04.3 LTS (Bionic Beaver)",
          "family": "debian"
        },
        "id": "27077bc4aa8a4190a09ea8b741456870",
        "containerized": false,
        "hostname": "logstash-dev"
      }
    }

```

---

<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 30, 2020, 3:10am UTC](https://discuss.elastic.co/t/filebeat-panw-module-not-working-continued/223962/4 "2020-04-30T03:10:34Z")

</div>

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