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

[hi]*: ensure event.kind is correctly set for pipeline errors #6616

Merged
merged 2 commits into from Jun 21, 2023

Commits on Jun 20, 2023

  1. [hi]*: ensure event.kind is correctly set for pipeline errors

    hashicorp_vault, hid_bravura_monitor, imperva, infoblox_bloxone_ddi,
    infoblox_nios and iptables
    efd6 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b2c3994 View commit details
    Browse the repository at this point in the history
  2. revert: iptables change

    reason for revert: the iptables package depends on journald which is failing with
    
    ```
    {
        "log.level": "error",
        "@timestamp": "2023-06-20T02:59:49.371Z",
        "message": "Input 'journald' failed with: input.go:130: input journald-iptables.log-7d04ae60-0f16-11ee-976c-55635f4b2750 failed (id=journald-iptables.log-7d04ae60-0f16-11ee-976c-55635f4b2750)\n\tinput.go:174: failed to create reader for /run/service_logs/iptables.journal journal (path=/run/service_logs/iptables.journal): reader.go:119: failed to open journal file /run/service_logs/iptables.journal (path=/run/service_logs/iptables.journal): failed to open journals in paths [\"/run/service_logs/iptables.journal\"]: protocol not supported",
        "component": {
            "binary": "filebeat",
            "dataset": "elastic_agent.filebeat",
            "id": "journald-default",
            "type": "journald"
        },
        "log": {
            "source": "journald-default"
        },
        "id": "journald-iptables.log-7d04ae60-0f16-11ee-976c-55635f4b2750",
        "ecs.version": "1.6.0",
        "log.logger": "input.journald",
        "log.origin": {
            "file.line": 131,
            "file.name": "compat/compat.go"
        },
        "service.name": "filebeat"
    }
    ```
    efd6 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    eef9c70 View commit details
    Browse the repository at this point in the history