Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes parsing of @timestamp for Elasticsearch Audit JSON logs #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 6, 2019

  1. Fixes parsing of @timestamp for Elasticsearch Audit JSON logs

    Fixes parsing of @timestamp for Elasticsearch Audit JSON logs.
    E.g. of logs:
    ```
    {"@timestamp":"2019-09-05T14:02:37,921", "node.id":"UwRu4mReRtyJO1-FWAPvIQ", "event.type":"transport", "event.action":"authentication_success", "user.name":"_system", "origin.type":"local_node", "origin.address":"127.0.0.1:9300", "realm":"__fallback", "request.id":"474ZciqtQteOhjLO3OdZIw", "action":"indices:monitor/stats", "request.name":"IndicesStatsRequest"}
    ```
    lucabelluccini committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    bd3c1aa View commit details
    Browse the repository at this point in the history