---
title: "proxy.mcafee"
canonical: "https://docs.devo.com/space/latest/368050261/proxy.mcafee"
format: markdown
---
> Macro (toc)

## Introduction

The tags beginning with `proxy.mcafee` identify events generated by McAfee Web Gateway belonging to [McAfee](https://www.mcafee.com/).

## Valid tags and data tables 

The full tag must have 4 levels. The first two are fixed as** **`proxy.mcafee`. The third level identifies the type of events sent. The fourth level indicates the event subtype.

These are the valid tags and corresponding data tables that will receive the parsers' data:

| **Product / Service** | **Tags** | **Data tables** |
| --- | --- | --- |
| McAfee Web Gateway | `proxy.mcafee.webgw.access-ab` | `proxy.mcafee.webgw.accessAb` |
| `proxy.mcafee.webgw.default` | `proxy.mcafee.webgw.default` |

For more information, read more [About Devo tags](https://devodocs.atlassian.net/wiki/spaces/latest/pages/95126204).

## Send it

Data should be sent using the [relay](https://docs.devo.com/space/latest/96468993/Devo+Relay).

### Example [relay rules](https://docs.devo.com/space/latest/96469377/Defining+a+relay+rule)

```
         Source message: 
            Source data: 
             Source tag: 
             Target tag: proxy.mcafee.webgw.default
Sent without syslog tag: false
        Stop processing: true
```

## Table structure

These are the fields displayed in these tables:

- [proxy.mcafee.webgw.accessAb](https://docs.devo.com/space/latest/368050261#proxy.mcafee.webgw.accessAb)
- [proxy.mcafee.webgw.default](https://docs.devo.com/space/latest/368050261#proxy.mcafee.webgw.default)

### proxy.mcafee.webgw.accessAb

| **Field** | **Type** | **Source field name** | ***Extra***** fields** |
| --- | --- | --- | --- |
| *eventdate* | `timestamp` |  |  |
| *proxyHost* | `str` | *vproxy* |  |
| *serverdate* | `timestamp` |  |  |
| *user* | `str` |  |  |
| *gwname* | `str` |  |  |
| *srcIp* | `ip4` |  |  |
| *dstIp* | `ip4` |  |  |
| *dstHost* | `str` |  |  |
| *statusCode* | `int4` |  |  |
| *contentType* | `str` |  |  |
| *requestLength* | `int8` |  |  |
| *responseLength* | `int8` |  |  |
| *bytes2Client* | `int8` |  |  |
| *method* | `str` |  |  |
| *url* | `str` |  |  |
| *protocol* | `str` |  |  |
| *categories* | `str` |  |  |
| *repLevel* | `str` |  |  |
| *rule* | `str` |  |  |
| *blockId* | `int4` |  |  |
| *blockRes* | `str` |  |  |
| *unk1* | `bool` |  |  |
| *unk2* | `str` |  |  |
| *unk3* | `bool` |  |  |
| *referer* | `str` |  |  |
| *userAgent* | `str` |  |  |
| *token* | `str` |  |  |
| *hostchain* | `str` |  | **✓** |
| *tag* | `str` |  | **✓** |
| *rawMessage* | `str` |  | **✓** |

### proxy.mcafee.webgw.default

| **Field** | **Type** | **Source field name** | ***Extra***** fields** |
| --- | --- | --- | --- |
| *eventdate* | `timestamp` |  |  |
| *proxyHost* | `str` | *vproxy* |  |
| *serverdate* | `timestamp` |  |  |
| *user* | `str` |  |  |
| *srcIp* | `ip4` |  |  |
| *statusCode* | `int4` |  |  |
| *method* | `str` |  |  |
| *url* | `str` |  |  |
| *protocol* | `str` |  |  |
| *categories* | `str` |  |  |
| *repLevel* | `str` |  |  |
| *contentType* | `str` |  |  |
| *responseLength* | `int8` |  |  |
| *userAgent* | `str` |  |  |
| *virus* | `str` |  |  |
| *blockRes* | `str` |  |  |
| *hostchain* | `str` |  | **✓** |
| *tag* | `str` |  | **✓** |
| *rawMessage* | `str` | *rawSource* | **✓** |