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

[8.16] [ObsUX][Infra] Add telemetry for anomaly job creation (#198061) #198442

Merged
merged 1 commit into from
Oct 30, 2024

Commits on Oct 30, 2024

  1. [ObsUX][Infra] Add telemetry for anomaly job creation (elastic#198061)

    Closes elastic#189619
    
    Telemetry events created:
    
    - Infra Anomaly Detection Job Setup
    ```
    {
      "event_type":"Infra Anomaly Detection Job Setup",
      "context":{...}
      "properties": {
        "job_type":"host",
        "configured_fields":{"start_date":"2024-09-24T16:11:41.446Z","partition_field":"cloud.instance.id","filter_field": "host.name:\"gke-edge-lite-oblt-edge-lite-oblt-poo-f77db573-2249\"}
      }
    }
    ```
    - Infra Anomaly Detection Job Date Field Change
    ```
    {
      "event_type":" Infra Anomaly Detection Job Date Field Change",
      "context":{...}
      "properties": {
        "job_type":"host",
        "start_date":"2024-09-24T16:11:41.446Z"
      }
    }
    ```
    - Infra Anomaly Detection Job Partition Field Change
    ```
    {
      "event_type":" Infra Anomaly Detection Job Date Field Change",
      "context":{...}
      "properties": {
        "job_type":"host",
        "partition_field":"cloud.instance.id"
      }
    }
    ```
    - Infra Anomaly Detection Job Filter Field Change
    ```
    {
      "event_type":" Infra Anomaly Detection Job Date Field Change",
      "context":{...}
      "properties": {
        "job_type":"host",
        "filter_field": "host.name:\"gke-edge-lite-oblt-edge-lite-oblt-poo-f77db573-2249\"
      }
    }
    ```
    
    (cherry picked from commit 227aaf3)
    MiriamAparicio committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ab2dac9 View commit details
    Browse the repository at this point in the history