System user dataset

edit

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 user dataset of the system module.

It is implemented for Linux only.

Fields

edit

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"
    },
    "event": {
        "action": "existing_user",
        "dataset": "user",
        "id": "11b3b49c-79a1-4983-aea9-3257a3073a71",
        "kind": "state",
        "module": "system"
    },
    "message": "Existing user elastic (UID: 1002, Groups: elastic,docker)",
    "service": {
        "type": "system"
    },
    "system": {
        "audit": {
            "user": {
                "dir": "/home/elastic",
                "gid": "1002",
                "group": [
                    {
                        "gid": "1002",
                        "name": "elastic"
                    },
                    {
                        "gid": "999",
                        "name": "docker"
                    }
                ],
                "name": "elastic",
                "password": {
                    "last_changed": "2018-12-07T00:00:00Z",
                    "type": "shadow_password"
                },
                "shell": "/usr/bin/zsh",
                "uid": "1002",
                "user_information": ",,,"
            }
        }
    },
    "user": {
        "id": "1002",
        "name": "elastic"
    }
}