System socket datasetedit

This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.

This is the socket dataset of the system module.

It is implemented for Linux only.

Fieldsedit

For a description of each field in the dataset, see the exported fields section.

Here is an example document generated by this dataset:

{
    "@timestamp": "2017-10-12T08:05:34.853Z",
    "agent": {
        "hostname": "host.example.com",
        "name": "host.example.com"
    },
    "destination": {
        "ip": "10.0.2.15",
        "port": 22
    },
    "event": {
        "action": "existing_socket",
        "dataset": "socket",
        "id": "6aff69f8-7267-4604-9701-d7b67a7c65bc",
        "kind": "state",
        "module": "system"
    },
    "message": "Inbound socket (10.0.2.2:55270 -\u003e 10.0.2.15:22) OPEN by process sshd (PID: 22799) and user root (UID: 0)",
    "network": {
        "direction": "inbound",
        "type": "ipv4"
    },
    "process": {
        "name": "sshd",
        "pid": 22799
    },
    "service": {
        "type": "system"
    },
    "source": {
        "ip": "10.0.2.2",
        "port": 55270
    },
    "user": {
        "id": 0,
        "name": "root"
    }
}