ElasticSearchのDemo環境で、Kibana DevToolsのConsoleからcat APIを一通り叩いてみた。

ElasticSearchのDemo環境のKibana DevTools Consoleでcat APIを一通り実行してみました。
2023.05.19

DA事業本部の横山です。

ElasticSearchでは、公式でDemo環境が提供されています。 KibanaのDevToolsを使えるので、どこまで操作できるのか気になり、ElasticSearchのcat APIを試してみました。 いくつかは利用したことがあるのですが、使ったことがないエンドポイントがたくさんありどんな出力が得られるのかが気になったためDemo環境での実行結果を残しておきます。

Demo環境

今回の記事で利用しているDemo環境のDevToolsのConsoleは以下です。

Kibana DevTools Consoleとは

Kibanaに含まれている機能で以下の操作が可能です。

  • リクエストを送信してレスポンスを表示する
  • API ドキュメントを見る
  • リクエスト履歴を取得する

今回は、ElasticSearchのcat APIを実際に動かしてみます。

cat APIについて

公式ドキュメントはこちらにあります。

APIの概要やオプション、注意事項については以下の記事に記載しているためそちらを参照してください。

実際にたたいてみる

API Documentの各cat APIに記載されているサンプルを元にDemo環境のKibanaで各cat APIを実行してみました。

DevToolsに入力した文字列は以下です。コピペすれば動作するはずです。

GET _cat/aliases?v=true
GET _cat/allocation?v=true
GET _cat/ml/anomaly_detectors?v=true
GET _cat/count?v=true
GET _cat/ml/data_frame/analytics?v=true
GET _cat/ml/datafeeds?v=true
GET _cat/fielddata?v=true
GET _cat/health?v=true
GET _cat/indices?v=true&s=index
GET _cat/master?v=true
GET _cat/nodes?v=true
GET _cat/nodeattrs?v=true
GET _cat/pending_tasks?v=true
GET _cat/plugins?v=true
GET _cat/recovery?v=true
GET _cat/repositories?v=true
GET _cat/segments?v=true
GET _cat/shards?v=true
GET _cat/snapshots?v=true&s=id
GET _cat/tasks?v=true
GET _cat/templates?v=true&s=name
GET _cat/thread_pool
GET _cat/ml/trained_models?v=true
GET _cat/transforms?v=true

ほぼすべてのAPIでDemo環境に関するレスポンスが得られますが、

  • cat repositories API
  • cat snapshots API

に関しては、Demo環境で払いだされるguestアカウントでは権限不足のため実行できないようです。

# GET _cat/repositories?v=true 403
{
  "error": {
    "root_cause": [
      {
        "type": "security_exception",
        "reason": "action [cluster:admin/repository/get] is unauthorized for user [guest] with effective roles [enterprise-search-app-search-analyst,viewer-custom], this action is granted by the cluster privileges [monitor_snapshot,create_snapshot,manage,all]"
      }
    ],
    "type": "security_exception",
    "reason": "action [cluster:admin/repository/get] is unauthorized for user [guest] with effective roles [enterprise-search-app-search-analyst,viewer-custom], this action is granted by the cluster privileges [monitor_snapshot,create_snapshot,manage,all]"
  },
  "status": 403
}

# GET _cat/snapshots?v=true&s=id 403
{
  "error": {
    "root_cause": [
      {
        "type": "security_exception",
        "reason": "action [cluster:admin/snapshot/get] is unauthorized for user [guest] with effective roles [enterprise-search-app-search-analyst,viewer-custom], this action is granted by the cluster privileges [monitor_snapshot,create_snapshot,manage,all]"
      }
    ],
    "type": "security_exception",
    "reason": "action [cluster:admin/snapshot/get] is unauthorized for user [guest] with effective roles [enterprise-search-app-search-analyst,viewer-custom], this action is granted by the cluster privileges [monitor_snapshot,create_snapshot,manage,all]"
  },
  "status": 403
}

各cat APIを実行することで様々な情報が確認できます。

各APIのレスポンス内容

レスポンス内容を簡単に確認できるように実際のレスポンス内容をまとめておきます。

  • パラメータ指定等はあまり行っていません。
  • あくまで、どんな出力が得られるのかを確認するためのもののため、参考程度に参照してください。
GET _cat/aliases?v=true
alias                                       index                                                       filter routing.index routing.search is_write_index
enterprise-search-engine-shadow-movies      .ent-search-engine-documents-shadow-movies                  -      -             -              -
.items-default                              .items-default-000001                                       -      -             -              true
.alerts-observability.uptime.alerts-default .internal.alerts-observability.uptime.alerts-default-000001 -      -             -              true
.alerts-security.alerts-default             .internal.alerts-security.alerts-default-000001             -      -             -              false
.siem-signals-default                       .internal.alerts-security.alerts-default-000001             -      -             -              false
f_alias                                     flights-2                                                   -      -             -              -
enterprise-search-engine-movies             .ent-search-engine-documents-movies                         -      -             -              -
.alerts-observability.apm.alerts-default    .internal.alerts-observability.apm.alerts-default-000002    -      -             -              true
.lists-default                              .lists-default-000001                                       -      -             -              true
.alerts-observability.apm.alerts-default    .internal.alerts-observability.apm.alerts-default-000001    -      -             -              false
filebeat-database                           .ds-filebeat-8.2.0-2022.06.07-000082                        -      -             -              -
f_alias                                     flights                                                     -      -             -              -
.alerts-security.alerts-default             .internal.alerts-security.alerts-default-000002             -      -             -              true
.siem-signals-default                       .internal.alerts-security.alerts-default-000002             -      -             -              false
GET _cat/allocation?v=true
shards disk.indices disk.used disk.avail disk.total disk.percent host        ip          node
   276      370.1gb   376.9gb        1tb      1.4tb           26 10.46.64.7  10.46.64.7  instance-0000000000
   265        601gb   607.2gb    832.7gb      1.4tb           42 10.46.65.82 10.46.65.82 instance-0000000002
   260      631.7gb   637.4gb    802.5gb      1.4tb           44 10.46.65.83 10.46.65.83 instance-0000000001
GET _cat/ml/anomaly_detectors?v=true
id                                                         state data.processed_records model.bytes model.memory_status forecasts.total buckets.count
apm-ecommerce-46ad-apm_tx_metrics                         opened 862388                 1.6mb                        ok 0               4191
apm-elastic_stack-70a8-apm_tx_metrics                     opened 252504                 508.4kb                      ok 0               4207
high_event_duration                                       opened 16258315               44kb                         ok 0               4214
high_event_duration_pop                                   opened 16249969               83.4kb                       ok 0               4207
high_timeouts                                             opened 0                      1.5kb                        ok 0               0
high_timeouts_pop                                         opened 0                      1.5kb                        ok 0               0
kibana-logs-ui-default-default-log-entry-categories-count opened 135109306              19.8mb                       ok 0               4254
kibana-logs-ui-default-default-log-entry-rate             opened 320329159              1.2mb                        ok 0               5015
low_request_rate_ecs                                      opened 4214                   54.1kb                       ok 0               4209
source_ip_request_rate_ecs                                opened 16243987               105.2kb                      ok 0               1041
source_ip_url_count_ecs                                   opened 16255230               123.8kb                      ok 0               1050
status_code_rate_ecs                                      opened 16242408               353.8kb                      ok 0               4199
visitor_rate_ecs                                          opened 4215                   61kb                         ok 0               4184
GET _cat/count?v=true
epoch      timestamp count
1684475853 05:57:33  833916666
GET _cat/ml/data_frame/analytics?v=true

クエリは通るがデータがない模様

id type create_time state
GET _cat/ml/datafeeds?v=true
id                                                                   state buckets.count search.count
datafeed-apm-ecommerce-46ad-apm_tx_metrics                         started 4191          17948
datafeed-apm-elastic_stack-70a8-apm_tx_metrics                     started 4206          17942
datafeed-high_event_duration                                       started 4212          35237
datafeed-high_event_duration_pop                                   started 4210          35225
datafeed-high_timeouts                                             started 0             6008
datafeed-high_timeouts_pop                                         started 0             5638
datafeed-kibana-logs-ui-default-default-log-entry-categories-count started 4254          170663
datafeed-kibana-logs-ui-default-default-log-entry-rate             started 5016          382779
datafeed-low_request_rate_ecs                                      started 4208          8415
datafeed-source_ip_request_rate_ecs                                started 1053          33811
datafeed-source_ip_url_count_ecs                                   started 1054          33809
datafeed-status_code_rate_ecs                                      started 4211          35232
datafeed-visitor_rate_ecs                                          started 4209          8413
GET _cat/fielddata?v=true
id                     host        ip          node                field                                                                                                     size
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.event.involved_object.name                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.image.tag                                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.answers.data                                                                                         2.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 client_geoip.region_iso_code                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.metadata-flavor                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 elastic.agent.id                                                                                          592b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 service.type                                                                                             1.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 url.query                                                                                                 528b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.org_label-schema_build-date                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/vault_ci_prod_audit_conf                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 source.geo.region_name                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.k8s-app                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.acme_cert-manager_io/http-token                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 user_agent.original                                                                                      1.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.authorization                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 destination.geo.continent_name                                                                           1.3kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 alert.alertTypeId                                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 req.headers.x-real-ip                                                                                     312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.client.supported_ciphers                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 req.headers.connection                                                                                    312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 _metadata.message_template                                                                                312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 event.provider                                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 log.origin.function                                                                                       312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.version                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 observer.version                                                                                         1008b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 transaction.name                                                                                           6kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entry_leader.entry_meta.type                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 destination.geo.region_iso_code                                                                          1.7kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 system.process.cmdline                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.question.etld_plus_one                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.resty_image_base                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 unit.type                                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.LICENSE                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.hostname                                                                                  312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entry_leader.name.caseless                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 error.exception.type                                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 client_geoip.region_name                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 monitor.id                                                                                               2.9kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 client_geoip.city_name                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.controller-uid                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 related.ip                                                                                               1.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.header_flags                                                                                         1.3kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.accept-charset                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.server_hello.version                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_opencontainers_image_created                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 geo.srcdest                                                                                              2.1kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.pod.ip                                                                                        1.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.parent.name.caseless                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 service.environment                                                                                      1.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.net_saltstack_ci_job-id                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.annotation_io_kubernetes_container_restartCount                                          312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 url.keyword                                                                                              2.6kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.io_k8s_description                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.os.platform                                                                                         5.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/llama_xpack_monitoring_conf                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.io_kubernetes_container_name                                                            1.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 event.id                                                                                                 2.9kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.os.name.caseless                                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.io_confluent_docker                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.io_kubernetes_pod_namespace                                                              312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.group_leader.name.caseless                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 synthetics-monitor.project_id                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.pod-template-hash                                                                      1.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 event.reason                                                                                              432b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.parent.working_directory                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entry_leader.working_directory.caseless                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.alpha_eksctl_io/nodegroup-name                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.kbn-license-sig                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 spoken_languages.enum                                                                                    1.4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.kbn-system-request                                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kibana.alert.rule.uuid                                                                                   2.6kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 _metadata.elastic_apm_trace_id                                                                            312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 client.ip                                                                                               74.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.event.metadata.name                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.job-name                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.authorities.name                                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 mysql.slowlog.query                                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.event.metadata.self_link                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 monitor.status                                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.build_id                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_label-schema_vcs-ref                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 group.id                                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.kbn-version                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 req.headers.origin                                                                                        312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/nginx                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.node_kubernetes_io/instance-type                                                   312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.org_label-schema_vcs-ref                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.content-type                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.env_vars                                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.cloud_google_com/gke-container-runtime                                             312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.pod.name                                                                                      8.1kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.working_directory.caseless                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.server_hello.extensions.supported_versions                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.id                                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 orchestrator.cluster.id                                                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.resty_image_tag                                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.release                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.namespace_labels.kubernetes_io/metadata_name                                                   312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_label-schema_schema-version                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entry_leader.group.name                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.kubernetes_io/hostname                                                             312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.component                                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 elasticsearch.cluster.id                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.cloud_google_com/gke-cpu-scaling-level                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.node_type                                                                          312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 rule.category                                                                                            1.9kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_opencontainers_image_ref_name                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.client_hello.extensions.ec_points_formats                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.type                                                                                                  288b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 event.category                                                                                           3.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 task.status                                                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.io_confluent_docker_build_number                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 state.id                                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 synthetics-monitor.type.keyword                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_opencontainers_image_licenses                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 labels.telemetry_auto_version                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.beta_kubernetes_io/instance-type                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.image.name                                                                                     1.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/ea-elasticsearch_conf                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.pod-template-hash                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.io_kubernetes_pod_uid                                                                   1.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.component                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 user.id                                                                                                    2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.cloud_google_com/gke-container-runtime                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 user.Ext.real.id                                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 input.type                                                                                                600b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.tier                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.architecture                                                                                        3.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.group_leader.working_directory.caseless                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 req.url                                                                                                   312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.heartbeat_type                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 postgresql.database.name                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.chart                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 Technique                                                                                                 400b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.org_label-schema_version                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.x-forwarded-for                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 title.enum                                                                                              11.9kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.cloud_google_com/gke-os-distribution                                               312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.beta_kubernetes_io/os                                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.acme_cert-manager_io/http-domain                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.annotation_io_kubernetes_container_hash                                                 1.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 url.scheme                                                                                                432b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 activity_log_Alert_properties.eventName.keyword                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_label-schema_name                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.event.involved_object.api_version                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.license                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 system.auth.sudo.command                                                                                  144b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 Tactics.TacticId                                                                                          192b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.group_leader.group.id                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 user.Ext.real.name                                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 req.headers.host                                                                                          312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.k8s-app                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 req.headers.content-type                                                                                  312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 req.headers.cookie                                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.eks_amazonaws_com/sourceLaunchTemplateVersion                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 nginx.access.remote_ip_list                                                                              1.9kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.pod-template-generation                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.client.server_name                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.maintainer                                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.org_label-schema_vendor                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 service.language.version                                                                                  720b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.response_code                                                                                         288b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.opt.ext_rcode                                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.name                                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.annotation_io_kubernetes_container_terminationMessagePolicy                              312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 activity_log_Administrative_properties.eventProperties.aadTenantId.keyword                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.net_saltstack_ci_job-id                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.strict-transport-security                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.url                                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.session_leader.args                                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 geo.dest                                                                                                 2.1kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.org_opencontainers_image_vendor                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.INCLUDES_SOURCE                                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 mongodb.log.component                                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/01-llama-context-filters_conf                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.namespace                                                                                     1.4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kibana.alert.rule.name                                                                                     3kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 elasticapm_labels.transaction.id                                                                          312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.failure-domain_beta_kubernetes_io/zone                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.resumption_method                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 destination.domain                                                                                       1.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 span.type                                                                                                 848b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.title                                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 cloudbeat.commit_sha                                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 error.grouping_key                                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 client.geo.continent_name                                                                                1.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 span.destination.service.type                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.parent.group.id                                                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kibana.alert.status                                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.name                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.pod.uid                                                                                       5.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 source.address                                                                                            10kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.org_label-schema_license                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.name                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 @version                                                                                                  288b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 service.target.type                                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.question.name                                                                                        2.7kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.executable                                                                                        528b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.k8s_io/cloud-provider-aws                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.parent.executable                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entry_leader.user.id                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 user_type.keyword                                                                                         168b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.session_leader.user.name                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 Vendor                                                                                                     1kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 event.type                                                                                                600b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 security-rule.rule_id                                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_opencontainers_image_revision                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 labels.hostname                                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.server.hash.sha256                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.session_leader.group.id                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.version_protocol                                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 monitor.name                                                                                              240b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 hostname                                                                                                  312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 alert.params._keyed                                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.x-forwarded-host                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 azure.subscription.keyword                                                                               1.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.app_kubernetes_io/name                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.topology_kubernetes_io/region                                                      312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.version                                                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.group_leader.real_group.name                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.group_leader.executable.caseless                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.os.type                                                                                              528b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.real_user.id                                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 apache.error.module                                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 epm-packages-assets.package_version                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 agent.hostname                                                                                            288b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.controller-revision-hash                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_watcher_docs                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.topology_kubernetes_io/zone                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.resty_apt_repo                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.host                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.apiserver.watch.events.kind                                                                   2.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 partition_field_value                                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 last_checkin_status                                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 azure.provider.keyword                                                                                   1.9kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.kubernetes_io/os                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.org_opencontainers_image_version                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.ip                                                                                                  6.1kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.connection                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 group.Ext.real.name                                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 extension.keyword                                                                                         216b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.org_label-schema_schema-version                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.id                                                                                                 10.3kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 alert.actions.actionTypeId                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.resty_deb_flavor                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.container.name                                                                                1.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.question.type                                                                                        1.7kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.heritage                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.parent.real_user.name                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 service.version                                                                                           720b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 elasticapm_transaction_id                                                                                 312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.x-xss-protection                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 req.headers.accept-encoding                                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.group_leader.group.name                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.group_leader.name                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kibana.alert.rule.producer                                                                                528b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.authorities.rname                                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.sec-fetch-user                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.io_buildah_version                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 beat.stats.beat.uuid                                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 processor.event                                                                                           432b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.org_opencontainers_image_ref_name                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.parent.real_group.id                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entry_leader.executable.caseless                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 postgresql.log.query                                                                                   142.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_opencontainers_image_vendor                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.session_leader.real_user.name                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.cloud_google_com/gke-boot-disk                                                     312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/heartbeat_stats_conf                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 alert.tags                                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 iptables.tcp.flags                                                                                       1.3kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 index.keyword                                                                                             216b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 alert.consumer                                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.client_hello.extensions.application_layer_protocol_negotiation                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.io_confluent_docker_git_id                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 message.keyword                                                                                         49.9kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 name                                                                                                      312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_opencontainers_image_description                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 observer.geo.name                                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.io_k8s_display-name                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_opencontainers_image_source                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.cipher                                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.real_group.id                                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.os.build                                                                                             288b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 req.headers.tracestate                                                                                    312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.content-security-policy                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 SubStep                                                                                                   608b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 agent.keyword                                                                                             216b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.os.kernel                                                                                           4.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.resty_fat_image_tag                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.summary                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 activity_log_Administrative_properties.eventProperties.activeSince.keyword                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 service.framework.name                                                                                    408b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 source.geo.continent_name                                                                                1.9kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.cloud_google_com/gke-nodepool                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 system.process.cgroup.id                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.io_confluent_docker_git_id                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 req.headers.traceparent                                                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.client_hello.extensions.supported_groups                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_watcher_interval                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.etag                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.event.involved_object.resource_version                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 elastic_agent.process                                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.deployment.name                                                                                360b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_label-schema_vendor                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 client.geo.country_iso_code                                                                              7.6kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 req.method                                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.cloud_google_com/gke-max-pods-per-node                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 azure.db_unique_id.keyword                                                                               2.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.logtype                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.NOTICES_PATH                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.app                                                                                    1.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 suricata.eve.event_type                                                                                   640b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 event.agent_id_status                                                                                    1.4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 log.original                                                                                              312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.version                                                                                               1kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.thread.name                                                                                       312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.x-real-ip                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_opencontainers_image_documentation                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 service.runtime.version                                                                                   720b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.command                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.group_leader.real_group.id                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 event.code                                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 agent.id                                                                                                11.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/riemann_conf                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.helm_sh/chart                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 task.schedule.interval                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.vendor                                                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.event.involved_object.kind                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entry_leader.real_user.id                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.version                                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.app_kubernetes_io/managed-by                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.io_kubernetes_sandbox_id                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 _metadata.elastic_apm_transaction_id                                                                      312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.acme_cert-manager_io/http01-solver                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entry_leader.real_group.name                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.image.hash.all                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 req.remoteAddress                                                                                         312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.cache-control                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 postgresql.log.query_step                                                                                 312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/ci_stats_conf                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.executable.caseless                                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.alpha_eksctl_io/cluster-name                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entry_leader.real_group.id                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 original_language.enum                                                                                   1.3kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.cloud_google_com/gke-nodepool                                                      312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.client.ja3                                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.event.source.host                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 resource.id                                                                                               680b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 group.Ext.real.id                                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 destination.geo.country_iso_code                                                                         2.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.x-found-handling-cluster                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.session_leader.group.name                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 url.domain                                                                                                432b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kibana.alert.uuid                                                                                       49.6mb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 apache.status.hostname                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kibana.alert.rule.rule_id                                                                                2.6kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 cloud.project.id                                                                                          912b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 file.path                                                                                                1.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 server.ip                                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.acme_cert-manager_io/http-domain                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 synthetics-monitor.locations.id                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 cloud.availability_zone                                                                                  2.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_label-schema_version                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.INCLUDES_SOURCE                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 task.ownerId                                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.answers.type                                                                                         1.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.authorities.data                                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.io_kubernetes_pod_namespace                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.method                                                                                      2.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.description                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.event.source.component                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kibana.alert.threshold_result.cardinality.field                                                           528b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 user_agent.version                                                                                        784b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.net_saltstack_ci_commit-short-sha                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.previous.executable.caseless                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.event.metadata.uid                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kibana.alert.workflow_status                                                                              528b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.group_leader.working_directory                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.op_code                                                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 elasticsearch.node.name                                                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.io_kubernetes_pod_name                                                                  1.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.x-forwarded-proto                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.resolved_ip                                                                                          1.9kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.SOURCES_INCLUDED                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.session_leader.name                                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.role                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 elasticapm_labels.span.id                                                                                 312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 elasticapm_trace_id                                                                                       312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.maintainer                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 orchestrator.resource.name                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.authorities.type                                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 client.geo.city_name                                                                                    19.4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.io_k8s_display-name                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entry_leader.working_directory                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.mime_type                                                                                  4.7kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 service.runtime.name                                                                                      720b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 span.subtype                                                                                             1.9kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.server.hash.sha1                                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 transaction.type                                                                                         3.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.job.name                                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 metricset.name                                                                                           5.3kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.configchecksum                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.INCLUDES_NOTICES                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.controller-revision-hash                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 job_id                                                                                                    144b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.authorities.class                                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.group.name                                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.heartbeat_port                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entry_leader.entity_id                                                                           5.4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 source.geo.country_name                                                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.server.issuer                                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.hash.md5                                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.x-bugbounty                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.heartbeat_type                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 elastic_agent.version                                                                                     720b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.namespace_uid                                                                                  312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.hostname                                                                                            8.4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 service.language.name                                                                                    1.4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.app_kubernetes_io/component                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.job-name                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.info.id                                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.event.type                                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 unit.state                                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 clientip                                                                                                 9.1kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.cloud_google_com/gke-boot-disk                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 client_geoip.country_iso_code                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 Tactics.TacticName.keyword                                                                                192b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.client_hello.extensions.session_ticket                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 fileset.name                                                                                              600b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/tls-secret                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kibana.alert.rule.type                                                                                    792b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.authorities.ttl                                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tags                                                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 TechniqueName.keyword                                                                                     400b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.io_kubernetes_pod_name                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.beta_kubernetes_io/instance-type                                                   312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.org_opencontainers_image_title                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 component.state                                                                                           168b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 span.name                                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.failure-domain_beta_kubernetes_io/region                                           312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tags.keyword                                                                                              216b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 user_agent.os.full                                                                                         1kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 cloud.project.name                                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 user_agent.os.name                                                                                       1.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entity_id                                                                                       73.4mb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.pod-template-generation                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 orchestrator.namespace                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 synthetics.step.name.keyword                                                                             3.4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.name.caseless                                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 postgresql.log.database                                                                                  1.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 golang.heap.cmdline                                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.os.Ext.variant                                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.kubernetes_io/arch                                                                 312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entry_leader.user.name                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 error.grouping_name                                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.release                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 destination.as.organization.name                                                                         1.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.resty_apt_pgp                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.net_saltstack_ci_job-stage                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.session_leader.name.caseless                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 sql_diagnostics_QueryStoreRuntimeStatistics_properties.query_hash.keyword                                4.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 user_agent.os.version                                                                                      1kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 cast.enum                                                                                              213.4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 log.level                                                                                                4.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.configchecksum                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.answers.class                                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.annotation_io_kubernetes_pod_terminationGracePeriod                                      312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_watcher_window                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 mysql.slowlog.current_user                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.app_kubernetes_io/instance                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.io_k8s_description                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.node_kubernetes_io/instance-type                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.net_saltstack_ci_job-name                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.previous.executable                                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.io_confluent_docker                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.LICENSE                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kibana.alert.rule.threat.tactic.id                                                                       2.3kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.client_hello.version                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.x-frame-options                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.server_hello.extensions.ec_points_formats                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.sec-fetch-mode                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 event.module                                                                                              600b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.session_leader.working_directory.caseless                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 orchestrator.resource.ip                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 labels.env                                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.NOTICES_PATH                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.opt.version                                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 service.name                                                                                             3.7kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/02-nginx-ingress-filters_conf                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 source.as.organization.name                                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.args                                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 influencer_field_name                                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 elasticsearch.index.name                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.topology_kubernetes_io/region                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.group_leader.real_user.name                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.metadata-flavor                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.io_kubernetes_container_name                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/nginx-ingress                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.content-type                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.x-forwarded-scheme                                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.release                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.eks_amazonaws_com/capacityType                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.parent.user.id                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 rule.id                                                                                                   592b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kibana.alert.threshold_result.terms.value                                                                2.1kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.client_hello.extensions.signature_algorithms                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_label-schema_build-date                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.event.involved_object.uid                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.topology_kubernetes_io/zone                                                        312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 event.tags                                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.LICENSE_CATEGORY                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.beta_kubernetes_io/arch                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 source.ip                                                                                               92.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 identity.claims.http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname.keyword                  1.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 agent.name                                                                                              25.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.statefulset_kubernetes_io/pod-name                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 event.outcome                                                                                            7.1kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 group.name                                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.x-forwarded-port                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.failure-domain_beta_kubernetes_io/region                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 ip                                                                                                         9kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.io_confluent_docker_build_number                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.x-scheme                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.group.id                                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 related.user                                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 cloud.provider                                                                                           3.3kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.io_kubernetes_sandbox_id                                                                1.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 references.id                                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 beats_stats.beat.uuid                                                                                     256b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 azure.resource_type.keyword                                                                              4.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 span.destination.service.name                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 req.headers.pragma                                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 iptables.output_device                                                                                    288b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 status                                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.connection                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.version                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.server_hello.extensions._unparsed_                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.server_hello.extensions.session_ticket                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.session_leader.executable                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.x-kbn-context                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 cloud.instance.id                                                                                        7.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 stream                                                                                                    312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.group_leader.executable                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.controller-uid                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.app_kubernetes_io/instance                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.replicaset.name                                                                               1.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 labels.name                                                                                               408b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.os.codename                                                                                         1.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.accept-ranges                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 service.target.name                                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 observer.hostname                                                                                        1.9kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 destination.ip                                                                                          10.4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/changelog_conf                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.group_leader.args                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.io_kubernetes_pod_uid                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 log.origin.file.name                                                                                      312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.user.id                                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.app_kubernetes_io/managed-by                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 agent.ephemeral_id                                                                                       6.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.apiserver.request.resource                                                                    2.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kibana.saved_objects.type_id                                                                             2.4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.client_hello.extensions.supported_versions                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.description                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 geoip.country_name.keyword                                                                               1.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.session_leader.working_directory                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 destination.mac                                                                                           288b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.SOURCES_INCLUDED                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 response.keyword                                                                                          216b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entry_leader.args                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 destination.geo.region_name                                                                              1.7kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.kubernetes_io/hostname                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.eks_amazonaws_com/nodegroup-image                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.statefulset_kubernetes_io/pod-name                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.name                                                                                                 20kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 event.kind                                                                                                904b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.upgrade-insecure-requests                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_label-schema_vcs-url                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 level                                                                                                     232b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 alert.lastRun.outcome                                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.url                                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 by_field_value                                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 cloud.service.name                                                                                        312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.version                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.name                                                                                     2.3kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 partition_field_name                                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 policy_id                                                                                                 144b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.net_saltstack_ci_job-url                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 status.keyword                                                                                            280b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.session_leader.executable.caseless                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 req.headers.user-agent                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.referrer-policy                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 trace.id                                                                                                 6.8mb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.apiserver.request.subresource                                                                  480b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 network.protocol                                                                                          640b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/infra_stats_conf                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.question.registered_domain                                                                           2.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.net_saltstack_ci_job-name                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.license                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.referrer                                                                                    2.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 client.geo.region_iso_code                                                                               9.3kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 azure.resource_group.keyword                                                                             3.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 identity.claims.http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name.keyword                       3.1kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 req.headers.content-length                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 alert.executionStatus.status                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 client_geoip.country_name                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.client_hello.supported_compression_methods                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.io_kubernetes_container_logpath                                                         1.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.uid                                                                                      1.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 orchestrator.cluster.name                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 metadata                                                                                                  312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 labels.process_runtime_description                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.question.subdomain                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.accept-language                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.hash.sha256                                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.kubernetes_io/os                                                                   312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.mac                                                                                                 7.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.id                                                                                               8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 transaction.id                                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 unit.old_state                                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.sec-fetch-site                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.os.version                                                                                            6kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 postgresql.log.sql_state_code                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.beta_kubernetes_io/os                                                              312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 destination.address                                                                                      1.9kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 machine.os.keyword                                                                                        216b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 over_field_value                                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.tracestate                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 source.geo.city_name                                                                                     1.8kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.app_kubernetes_io/component                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.content-encoding                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.cloud_google_com/machine-family                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.parent.real_user.id                                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 cloud.region                                                                                             3.7kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 message.raw                                                                                             12.4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 influencer_field_value                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 span.id                                                                                                 69.4mb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.user.name                                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 alert.notifyWhen                                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.question.top_level_domain                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.session_leader.real_group.id                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.vendor                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 destination.geo.city_name                                                                                1.7kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 url.path                                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_opencontainers_image_version                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 service.address                                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.helm_sh/chart                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 system.network.name                                                                                       336b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.status                                                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.acme_cert-manager_io/http-token                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 error.culprit                                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.real_user.name                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 service.node.name                                                                                        5.4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.cloud_google_com/gke-max-pods-per-node                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 activity_log_Administrative_properties.eventName.keyword                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.working_directory                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 elasticapm_labels.trace.id                                                                                312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 agent.type                                                                                               2.4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.app_kubernetes_io/name                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.addon_gke_io/node-local-dns-ds-ready                                               312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.app                                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.eks_amazonaws_com/sourceLaunchTemplateId                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 task.taskType                                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 _metadata.user_id                                                                                         312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.volume.name                                                                                    712b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 elastic_agent.id                                                                                          896b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entry_leader.group.id                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.sec-ch-ua-platform                                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.tier                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.vary                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 cloud.image.id                                                                                            720b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.beta_kubernetes_io/arch                                                            312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.cloud_google_com/gke-cpu-scaling-level                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.net_saltstack_ci_commit-short-sha                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 cloud.account.id                                                                                         2.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 log.file.path                                                                                            3.4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 client_geoip.continent_name                                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 user_agent.device.name                                                                                   2.6kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 cloud.instance.name                                                                                       600b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entry_leader.real_user.name                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 event.document_ids                                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.os.full                                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.heritage                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.real_group.name                                                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.transfer-encoding                                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.logtype                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.x-found-handling-instance                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.cloud_google_com/machine-family                                                    312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 over_field_name                                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 elasticapm_span_id                                                                                        312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.os.name                                                                                             2.9kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.app_kubernetes_io/version                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 details                                                                                                   312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.keyword                                                                                              216b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.alert_types                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entry_leader.executable                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 query                                                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 url.extension                                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 genres.enum                                                                                              1.6kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_watcher_failures                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 user_agent.name                                                                                          2.7kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_opencontainers_image_title                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.client_hello.extensions.server_name_indication                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.name                                                                                            15.9kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.status_phrase                                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.eks_amazonaws_com/nodegroup                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.client_hello.extensions._unparsed_                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.server                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 agent.version                                                                                            4.7kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.os.family                                                                                           4.3kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.annotation_io_kubernetes_container_ports                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.accept-encoding                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.resty_deb_version                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.heartbeat_port                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 postgresql.log.timestamp                                                                                34.3kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 _metadata.metadata_event_dataset                                                                          312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 host.os.full.caseless                                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.parent.real_group.name                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.sec-ch-ua-mobile                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 req.headers.cache-control                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.accept                                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 network.type                                                                                              288b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 event.timezone                                                                                           1.7kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 elasticsearch.node.id                                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.parent.executable.caseless                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 callerIpAddress.keyword                                                                                  1.9kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 geo.src                                                                                                   216b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.kbn-name                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.event.reason                                                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 production_companies.enum                                                                               17.4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 monitor.check_group                                                                                     43.9kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.resty_fat_image_base                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kibana.alert.severity                                                                                    2.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 system.filesystem.mount_point                                                                             168b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.parent.name                                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.group_leader.user.id                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kibana.alert.rule.tags                                                                                   2.7kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 iptables.input_device                                                                                     288b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 type                                                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.session_leader.real_group.name                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.session_leader.user.id                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 component.old_state                                                                                       168b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.io_kubernetes_container_logpath                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.net_saltstack_ci_job-stage                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 method                                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.node.labels.failure-domain_beta_kubernetes_io/zone                                             312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 log.flags                                                                                                 600b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.answers.name                                                                                         2.1kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.session_leader.real_user.id                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 iptables.fragment_flags                                                                                   288b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 cloud.machine.type                                                                                       3.6kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.cloud_google_com/gke-os-distribution                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.chart                                                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 dns.question.class                                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.org_label-schema_name                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.io_kubernetes_docker_type                                                                312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entry_leader.name                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.summary                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 user.name                                                                                                7.4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.referer                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/secrets_audit_conf                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 source.nat.ip                                                                                            2.4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 log.logger                                                                                                312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/input_conf                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/changelog_json                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.namespace_labels.app_kubernetes_io/managed-by                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 client.geo.region_name                                                                                   9.3kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.parent.user.name                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.cookie._iub-error                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 orchestrator.resource.type                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/riemann-filters_conf                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/logstash-filters_conf                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.group_leader.real_user.id                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 req.headers.referer                                                                                       312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.acme_cert-manager_io/http01-solver                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.event.metadata.namespace                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.user-agent                                                                             0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 event.action                                                                                             1.1kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.namespace_labels.certmanager_k8s_io/disable-validation                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kibana.alert.rule.execution.uuid                                                                        27.4mb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.hash.sha1                                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.org_opencontainers_image_licenses                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.daemonset.name                                                                                 360b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 beat.type                                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.kubernetes_io/arch                                                                        0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/secrets_audit_acc_conf                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.name                                                                                           1.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.entry_leader.parent.entity_id                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 source.geo.region_iso_code                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 req.headers.accept                                                                                        312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 client.geo.country_name                                                                                    4kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.keep-alive                                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.x-content-type-options                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.org_label-schema_url                                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 identity.claims.http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname.keyword                    1.5kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 resource                                                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.parent.working_directory.caseless                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_label-schema_url                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.runtime                                                                                         312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 observer.type                                                                                            1.3kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 ecs.version                                                                                              1.9kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 redis.log.role                                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.LICENSE_CATEGORY                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.cross-origin-opener-policy                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 labels.userId                                                                                            211kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.io_kubernetes_docker_type                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 orchestrator.resource.parent.type                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.group_leader.user.name                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.net_saltstack_ci_job-url                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.annotation_checksum/ea-input_conf                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 namespaces                                                                                                  0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.annotation_io_kubernetes_container_terminationMessagePath                                312b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.sec-ch-ua                                                                              0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 service.framework.version                                                                                 408b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 by_field_name                                                                                               0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.LICENSE_SCAN_TAG                                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.request.headers.sec-fetch-dest                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.event.metadata.generate_name                                                                     0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.server_hello.selected_compression_method                                                       0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 source.geo.country_iso_code                                                                              4.2kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.app_kubernetes_io/version                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 process.parent.group.name                                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 network.direction                                                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 azure.resource_name.keyword                                                                              3.1kb
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 monitor.type                                                                                                0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 http.response.headers.last-modified                                                                         0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 docker.container.labels.org_label-schema_license                                                            0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.org_opencontainers_image_created                                                           0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 network.transport                                                                                         904b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.statefulset.name                                                                                 0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.server.subject                                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 event.query_string                                                                                          0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 container.labels.org_label-schema_vcs-url                                                                   0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 span.destination.service.resource                                                                         520b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 tls.detailed.client_hello.extensions.status_request.type                                                    0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 kubernetes.labels.role                                                                                      0b
kGXoVZ54R4y4WaPsM7EapA 10.46.65.82 10.46.65.82 instance-0000000002 event.dataset                                                                                            9.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.x-bugbounty                                                                            0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.labels.heartbeat_type                                                                            0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 elastic_agent.version                                                                                     528b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.namespace_uid                                                                                  312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.answers.data                                                                                         5.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.hostname                                                                                            5.3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 service.language.name                                                                                     664b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.metadata-flavor                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 elastic.agent.id                                                                                          592b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 service.type                                                                                               1kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 url.query                                                                                                1.7kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 OriginWeather                                                                                             216b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 resource.sub_type                                                                                           0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 source.geo.region_name                                                                                  14.7kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 unit.state                                                                                                216b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 clientip                                                                                                 8.7kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 user_agent.original                                                                                      6.9kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.authorization                                                                          0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 destination.geo.continent_name                                                                           3.8kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 fileset.name                                                                                              720b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 keywords.enum                                                                                           60.7kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kibana.alert.rule.type                                                                                    816b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.authorities.ttl                                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 req.headers.x-real-ip                                                                                     312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tags                                                                                                      720b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 req.headers.connection                                                                                    312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 _metadata.message_template                                                                                312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 log.origin.function                                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 observer.version                                                                                          552b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.beta_kubernetes_io/instance-type                                                   312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 transaction.name                                                                                            0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 component.state                                                                                             0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.alert.metadata.updated_at                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 destination.geo.region_iso_code                                                                          4.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 system.process.cmdline                                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.question.etld_plus_one                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 span.name                                                                                                 536b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 unit.type                                                                                                 216b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.failure-domain_beta_kubernetes_io/region                                           312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.hostname                                                                                  312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.ssh.client.proto_version                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 user_agent.os.full                                                                                          0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 products.manufacturer.keyword                                                                             280b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tags.keyword                                                                                              216b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.tls.subject                                                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 monitor.id                                                                                               2.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 cloud.project.name                                                                                          0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.tls.fingerprint                                                                                0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 user_agent.os.name                                                                                       2.2kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 process.entity_id                                                                                        4.4mb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.index_date                                                                                           0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 related.ip                                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.header_flags                                                                                         3.8kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.dns.rdata                                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 synthetics.step.name.keyword                                                                             2.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.accept-charset                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.detailed.server_hello.version                                                                           0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 process.name.caseless                                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 geo.srcdest                                                                                                2kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.pod.ip                                                                                        1.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 customer_last_name.keyword                                                                                536b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 service.environment                                                                                       840b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 postgresql.log.database                                                                                     0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 container.labels.annotation_io_kubernetes_container_restartCount                                          312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 url.keyword                                                                                              2.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 customer_first_name.keyword                                                                               280b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.os.Ext.variant                                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.os.platform                                                                                         5.3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 DestWeather                                                                                               216b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.body.content                                                                                   0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.kubernetes_io/arch                                                                 312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.http.http_content_type                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 container.labels.io_kubernetes_container_name                                                            1.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 event.id                                                                                                 2.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.dns.type                                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 customer_gender                                                                                           280b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.os.name.caseless                                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 destination.as.organization.name                                                                         4.7kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 container.labels.io_kubernetes_pod_namespace                                                              312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.tcp.state                                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 sql_diagnostics_QueryStoreRuntimeStatistics_properties.query_hash.keyword                                   0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 user_agent.os.version                                                                                      1kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.alert.metadata.created_at                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 cast.enum                                                                                                186kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.transaction_id                                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.tls.serial                                                                                     0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.labels.pod-template-hash                                                                      1.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 products._id.keyword                                                                                      41kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 log.level                                                                                                4.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.answers.class                                                                                           0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.alpha_eksctl_io/nodegroup-name                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.kbn-license-sig                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 spoken_languages.enum                                                                                     800b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 container.labels.annotation_io_kubernetes_pod_terminationGracePeriod                                      312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 category.keyword                                                                                          280b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 mysql.slowlog.current_user                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.kbn-system-request                                                                     0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kibana.alert.rule.uuid                                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 _metadata.elastic_apm_trace_id                                                                            312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 client.ip                                                                                                 312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.db_operation                                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.authorities.name                                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.dns.rrname                                                                                     0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 mysql.slowlog.query                                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 DestCountry                                                                                               664b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 rule.benchmark.name                                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kibana.alert.rule.threat.tactic.id                                                                       2.4kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 monitor.status                                                                                              0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 group.id                                                                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.x-frame-options                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.kbn-version                                                                            0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 req.headers.origin                                                                                        312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.node_kubernetes_io/instance-type                                                   312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.detailed.server_hello.extensions.ec_points_formats                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.sec-fetch-mode                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 winlog.event_data.TargetProcessId                                                                          4kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.content-type                                                                           0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 event.module                                                                                             3.3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.ssh.server.proto_version                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.env                                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.cloud_google_com/gke-container-runtime                                             312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.pod.name                                                                                      4.4kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.opt.version                                                                                             0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 url.full                                                                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 products.sku                                                                                            25.2kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 service.name                                                                                             3.3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.detailed.server_hello.extensions.supported_versions                                                     0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.id                                                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 process.args                                                                                                0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 products.category.keyword                                                                                 280b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 influencer_field_name                                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 source.as.organization.name                                                                             18.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 elasticsearch.index.name                                                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.http.redirect                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.namespace_labels.kubernetes_io/metadata_name                                                   312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.charged                                                                                              0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.kubernetes_io/hostname                                                             312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 elasticsearch.cluster.id                                                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.metadata-flavor                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 url.original                                                                                             9.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 OriginCountry.keyword                                                                                     400b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.content-type                                                                          0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.cloud_google_com/gke-cpu-scaling-level                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.x-forwarded-scheme                                                                     0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.node_type                                                                          312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.eks_amazonaws_com/capacityType                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.type                                                                                                  720b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kibana.alert.threshold_result.terms.value                                                                  2kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 rule.id                                                                                                   856b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 FlightNum                                                                                               46.7kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 event.category                                                                                           9.4kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.topology_kubernetes_io/zone                                                        312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 task.status                                                                                                 0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 state.id                                                                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.telemetry_auto_version                                                                             288b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.tcp.tcp_flags_tc                                                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 container.image.name                                                                                     1.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 event.tags                                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.alert.signature                                                                                0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.http.protocol                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 source.ip                                                                                              101.8kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 identity.claims.http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname.keyword                    1kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 agent.name                                                                                              22.2kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 geoip.continent_name                                                                                      280b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 network.community_id                                                                                     5.1kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 sku                                                                                                     25.2kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 event.outcome                                                                                              6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 group.name                                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 container.labels.io_kubernetes_pod_uid                                                                   1.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.tcp.tcp_flags_ts                                                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 user.id                                                                                                  7.3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.x-forwarded-port                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 user.Ext.real.id                                                                                            0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 input.type                                                                                                 1kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.x-scheme                                                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 related.user                                                                                              712b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.architecture                                                                                        4.7kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 req.url                                                                                                   312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 cloud.provider                                                                                           4.4kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 container.labels.io_kubernetes_sandbox_id                                                                1.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.featureFlag                                                                                          0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 beats_stats.beat.uuid                                                                                     168b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 azure.resource_type.keyword                                                                              2.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 req.headers.pragma                                                                                        312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 iptables.output_device                                                                                    720b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 status                                                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.x-forwarded-for                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.connection                                                                             0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.fileinfo.state                                                                                 0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 title.enum                                                                                              24.2kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.cloud_google_com/gke-os-distribution                                               312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 container.labels.annotation_io_kubernetes_container_hash                                                 1.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 source.domain                                                                                           10.9kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 url.scheme                                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.detailed.server_hello.extensions.session_ticket                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.tls.issuerdn                                                                                   0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.x-kbn-context                                                                          0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.request                                                                                              0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 cloud.instance.id                                                                                        4.8kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 source.mac                                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 stream                                                                                                    312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 system.auth.sudo.command                                                                                  144b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 manufacturer.keyword                                                                                      280b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.cardType                                                                                             0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 user.domain                                                                                                 0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 user.Ext.real.name                                                                                          0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 req.headers.host                                                                                          312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 req.headers.content-type                                                                                  312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.replicaset.name                                                                               1.9kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.tls.version                                                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.os.codename                                                                                         1.8kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.eks_amazonaws_com/sourceLaunchTemplateVersion                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 nginx.access.remote_ip_list                                                                              4.9kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 req.headers.cookie                                                                                        312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.accept-ranges                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 service.target.name                                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.labels.pod-template-generation                                                                   0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 observer.hostname                                                                                        3.9kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 destination.ip                                                                                          35.7kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.client.server_name                                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 container.labels.maintainer                                                                                 0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 log.origin.file.name                                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 service.language.version                                                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 agent.ephemeral_id                                                                                       8.3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.response_code                                                                                         808b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.apiserver.request.resource                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.opt.ext_rcode                                                                                           0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 container.labels.annotation_io_kubernetes_container_terminationMessagePolicy                              312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 referer                                                                                                 22.9kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.tcp.tcp_flags                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.strict-transport-security                                                             0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 geoip.country_name.keyword                                                                               1.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 destination.mac                                                                                           720b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 system.auth.ssh.event                                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 geo.dest                                                                                                   2kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 response.keyword                                                                                          216b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 mongodb.log.component                                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 destination.geo.region_name                                                                              4.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.namespace                                                                                     1.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.eks_amazonaws_com/nodegroup-image                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kibana.alert.rule.name                                                                                     3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.name                                                                                               21.7kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.chargeCardResponseCode                                                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 event.kind                                                                                                 2kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.upgrade-insecure-requests                                                              0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 elasticapm_labels.transaction.id                                                                            0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 level                                                                                                     232b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 FlightTimeHour                                                                                          41.3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.stats.detect.engines.last_reload                                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.detailed.resumption_method                                                                              0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 destination.domain                                                                                      12.4kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 by_field_value                                                                                              0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 cloud.service.name                                                                                        552b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.dns.authorities.rrtype                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 user.group.id                                                                                            1.8kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 process.title                                                                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 client.geo.continent_name                                                                                   0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.name                                                                                     3.1kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 partition_field_name                                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 policy_id                                                                                                   0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kibana.alert.status                                                                                       632b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 req.headers.user-agent                                                                                    312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.currency                                                                                             0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.pod.uid                                                                                       2.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 source.address                                                                                          34.8kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.referrer-policy                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 trace.id                                                                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.apiserver.request.subresource                                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 network.protocol                                                                                         2.3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 @version                                                                                                   1kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.question.registered_domain                                                                           5.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 service.target.type                                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.question.name                                                                                        6.7kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 FlightDelayType                                                                                           216b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 process.executable                                                                                       1.9kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.k8s_io/cloud-provider-aws                                                            0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.referrer                                                                                    4.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 client.geo.region_iso_code                                                                                312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 azure.resource_group.keyword                                                                               2kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 winlog.event_data.SubjectUserName                                                                         840b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 request.keyword                                                                                          2.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 user_type.keyword                                                                                         168b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 identity.claims.http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name.keyword                       1.3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 req.headers.content-length                                                                                312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 event.type                                                                                               2.1kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.engine_id                                                                                            0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.server.hash.sha256                                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 container.labels.io_kubernetes_container_logpath                                                         1.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 orchestrator.cluster.name                                                                                 552b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.uid                                                                                      1.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 metadata                                                                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.process_runtime_description                                                                        288b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.version_protocol                                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.question.subdomain                                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.accept-language                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.dns.authorities.rrname                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.kubernetes_io/os                                                                   312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.mac                                                                                                   8kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 container.id                                                                                             2.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 transaction.id                                                                                            312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.currency_code                                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 hostname                                                                                                  312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 monitor.name                                                                                              360b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 unit.old_state                                                                                            216b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.sec-fetch-site                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.os.version                                                                                          6.7kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.x-forwarded-host                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 azure.subscription.keyword                                                                               1.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 postgresql.log.sql_state_code                                                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.beta_kubernetes_io/os                                                              312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 destination.address                                                                                      4.9kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.featureName                                                                                          0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 machine.os.keyword                                                                                        216b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.tracestate                                                                             0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.country                                                                                              0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 DestAirportID                                                                                            1.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 source.geo.city_name                                                                                    14.8kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.topology_kubernetes_io/region                                                      312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.version                                                                                                 0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.content-encoding                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.os.type                                                                                              312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 cloud.region                                                                                             4.3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 message.raw                                                                                             12.8kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 apache.error.module                                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 influencer_field_value                                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.ssh.server.software_version                                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 agent.hostname                                                                                           1.4kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 destination.geo.city_name                                                                                4.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 url.path                                                                                                   4kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 service.address                                                                                             0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 geoip.country_iso_code                                                                                    192b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.host                                                                                   0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 process.group_leader.entity_id                                                                              0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 system.network.name                                                                                       776b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 destination.geo.country_name                                                                                0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 order_id                                                                                                16.1kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.apiserver.watch.events.kind                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 partition_field_value                                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 last_checkin_status                                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 service.node.name                                                                                           0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 azure.provider.keyword                                                                                   1.9kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 elasticapm_labels.trace.id                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.alert.category                                                                                 0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.ip                                                                                                  3.2kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 agent.type                                                                                               3.8kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.connection                                                                            0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 group.Ext.real.name                                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 extension.keyword                                                                                         216b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 currency                                                                                                  192b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.addon_gke_io/node-local-dns-ds-ready                                               312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.eks_amazonaws_com/sourceLaunchTemplateId                                             0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.id                                                                                                 16.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 email                                                                                                   12.2kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 task.taskType                                                                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 _metadata.user_id                                                                                         312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.volume.name                                                                                   1000b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.container.name                                                                                1.9kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 elastic_agent.id                                                                                          792b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.question.type                                                                                        4.1kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.sec-ch-ua-platform                                                                     0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.labels.tier                                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.vary                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 cloud.image.id                                                                                            528b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 rule.section                                                                                                0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.beta_kubernetes_io/arch                                                            312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 service.version                                                                                             0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 process.session_leader.entity_id                                                                            0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 cloud.account.id                                                                                         2.7kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 elasticapm_transaction_id                                                                                   0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 log.file.path                                                                                            4.2kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 user_agent.device.name                                                                                   3.9kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.x-xss-protection                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 cloud.instance.name                                                                                      3.8kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 req.headers.accept-encoding                                                                               312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 event.document_ids                                                                                          0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.os.full                                                                                                0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kibana.alert.rule.producer                                                                                552b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.authorities.rname                                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.transfer-encoding                                                                     0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.thread_name                                                                                          0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.sec-fetch-user                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.x-found-handling-instance                                                             0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.cloud_google_com/machine-family                                                    312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 elasticapm_span_id                                                                                          0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 processor.event                                                                                             0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 beat.stats.beat.uuid                                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.os.name                                                                                             8.3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 details                                                                                                   312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 Carrier                                                                                                   216b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.keyword                                                                                              216b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.statement                                                                                            0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 OriginRegion                                                                                              560b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 postgresql.log.query                                                                                   142.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 customer_full_name.keyword                                                                              12.2kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.detailed.alert_types                                                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.cloud_google_com/gke-boot-disk                                                     312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 query                                                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 url.extension                                                                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 geoip.region_name                                                                                         192b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 genres.enum                                                                                              1.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 resource.type                                                                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 user_agent.name                                                                                          4.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 iptables.tcp.flags                                                                                       4.2kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 index.keyword                                                                                             216b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kibana.elasticsearch.cluster.id                                                                             0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.lm_account_id                                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 process.name                                                                                              27kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.status_phrase                                                                                 0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.tls.sni                                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.eks_amazonaws_com/nodegroup                                                          0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 message.keyword                                                                                         49.3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.server                                                                                0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 name                                                                                                      312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 observer.geo.name                                                                                           0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 agent.version                                                                                            3.7kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.os.family                                                                                           6.9kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.ssh.client.software_version                                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 products.product_name.keyword                                                                           12.7kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 container.labels.annotation_io_kubernetes_container_ports                                                   0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.accept-encoding                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.cipher                                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.labels.heartbeat_port                                                                            0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.os.build                                                                                             720b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 req.headers.tracestate                                                                                    312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.content-security-policy                                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 _metadata.metadata_event_dataset                                                                          312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 agent.keyword                                                                                             216b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.os.kernel                                                                                             3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 host.os.full.caseless                                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.sec-ch-ua-mobile                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 req.headers.cache-control                                                                                 312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.accept                                                                                 0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 network.type                                                                                              720b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 event.timezone                                                                                            720b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 elasticsearch.node.id                                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 day_of_week                                                                                               280b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 elasticsearch.cluster.name                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 callerIpAddress.keyword                                                                                  1.9kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 service.framework.name                                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 geo.src                                                                                                   216b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 source.geo.continent_name                                                                                2.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.http_route                                                                                           0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 elasticsearch.ingest_pipeline.processor.type                                                                0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.kbn-name                                                                              0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 req.headers.traceparent                                                                                   312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 production_companies.enum                                                                                 15kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 monitor.check_group                                                                                     35.3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 DestRegion                                                                                               1.3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kibana.alert.severity                                                                                    2.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.etag                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.response                                                                                             0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 elastic_agent.process                                                                                     672b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 system.filesystem.mount_point                                                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.deployment.name                                                                                456b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 client.geo.country_iso_code                                                                               312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 iptables.input_device                                                                                     720b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kibana.alert.rule.tags                                                                                   2.8kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 req.method                                                                                                312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 type                                                                                                      192b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 transaction.result                                                                                          0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.cloud_google_com/gke-max-pods-per-node                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 azure.db_unique_id.keyword                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 system.auth.ssh.method                                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.labels.app                                                                                    1.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 user.group.name                                                                                          1.8kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.flow.reason                                                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.event_type                                                                                  2.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 component.old_state                                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.amount                                                                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 event.agent_id_status                                                                                    1.3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 log.original                                                                                                0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.version                                                                                             4.4kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 process.thread.name                                                                                       312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.x-real-ip                                                                              0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 method                                                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.failure-domain_beta_kubernetes_io/zone                                             312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 customer_phone                                                                                            192b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 service.runtime.version                                                                                     0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.in_iface                                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 log.flags                                                                                                 720b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.answers.name                                                                                         5.2kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 imdb_id.enum                                                                                            24.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 iptables.fragment_flags                                                                                   720b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 cloud.machine.type                                                                                       4.3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 event.code                                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 agent.id                                                                                                23.9kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 task.schedule.interval                                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 OriginAirportID                                                                                           712b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.question.class                                                                                          0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 container.labels.io_kubernetes_docker_type                                                                312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.detailed.version                                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 _metadata.elastic_apm_transaction_id                                                                      312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 req.remoteAddress                                                                                         312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 user.name                                                                                               78.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.referer                                                                                0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.cache-control                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 postgresql.log.query_step                                                                                 312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 log.logger                                                                                                312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 process.executable.caseless                                                                                 0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.namespace_labels.app_kubernetes_io/managed-by                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 client.geo.region_name                                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.alpha_eksctl_io/cluster-name                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 original_language.enum                                                                                   2.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.node.labels.cloud_google_com/gke-nodepool                                                      312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.cookie._iub-error                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.client.ja3                                                                                              0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 req.headers.referer                                                                                       312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 geoip.city_name                                                                                           192b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 resource.id                                                                                               856b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.user-agent                                                                             0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 group.Ext.real.id                                                                                           0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 event.action                                                                                            14.9kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 destination.geo.country_iso_code                                                                        17.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.x-found-handling-cluster                                                              0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 OriginCountry                                                                                             304b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 url.domain                                                                                               2.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kibana.alert.uuid                                                                                       49.1mb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 customer_id                                                                                               280b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.detailed.server_certificate.subject.common_name                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kibana.alert.rule.rule_id                                                                                2.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 cloud.project.id                                                                                         3.4kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 file.path                                                                                                2.6kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.daemonset.name                                                                                 864b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 result.evaluation                                                                                           0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 beat.type                                                                                                 312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.userIp                                                                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 cloud.availability_zone                                                                                    2kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.answers.type                                                                                         2.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 task.ownerId                                                                                                0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 container.name                                                                                           1.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.authorities.data                                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.method                                                                                      5.4kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 process.entry_leader.parent.entity_id                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 user_agent.version                                                                                       2.8kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kibana.alert.threshold_result.cardinality.field                                                           552b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 client.geo.country_name                                                                                     0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.dns.rcode                                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 source.geo.region_iso_code                                                                              14.7kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 req.headers.accept                                                                                        312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.keep-alive                                                                            0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.continent                                                                                            0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 elasticsearch.node.roles                                                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.x-content-type-options                                                                0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kibana.alert.workflow_status                                                                              552b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 identity.claims.http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname.keyword                    1000b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 resource                                                                                                    0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.worker                                                                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.op_code                                                                                                 0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 container.runtime                                                                                         312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 elasticsearch.node.name                                                                                     0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 OriginCityName                                                                                            696b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 observer.type                                                                                             552b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 ecs.version                                                                                              1.9kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 redis.log.role                                                                                              0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 container.labels.io_kubernetes_pod_name                                                                  1.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.cross-origin-opener-policy                                                            0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.userId                                                                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.server.not_after                                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.x-forwarded-proto                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.resolved_ip                                                                                            5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 container.labels.annotation_io_kubernetes_container_terminationMessagePath                                312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.sec-ch-ua                                                                              0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 rating.enum                                                                                              1.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 service.framework.version                                                                                   0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 by_field_name                                                                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 resource.name                                                                                               0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 service.id                                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.outcome                                                                                              0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.request.headers.sec-fetch-dest                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 cluster_id                                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.flow.state                                                                                     0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.detailed.server_hello.selected_compression_method                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 source.geo.country_iso_code                                                                             26.3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 elasticapm_labels.span.id                                                                                 312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 network.direction                                                                                           0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 elasticapm_trace_id                                                                                       312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 azure.resource_name.keyword                                                                                 0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 monitor.type                                                                                                0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.headers.last-modified                                                                         0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.authorities.type                                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 client.geo.city_name                                                                                      312b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 http.response.mime_type                                                                                     0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 service.runtime.name                                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 span.subtype                                                                                                0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.server.hash.sha1                                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 system.auth.ssh.dropped_ip                                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 network.transport                                                                                        3.1kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 transaction.type                                                                                         1.3kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.server.subject                                                                                          0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 metricset.name                                                                                             4kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 suricata.eve.dns.rrtype                                                                                     0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 event.query_string                                                                                          0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 elasticsearch.ingest_pipeline.processor.type_tag                                                            0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.labels.controller-revision-hash                                                                  0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 job_id                                                                                                    144b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 dns.authorities.class                                                                                       0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 labels.net_transport                                                                                        0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 process.entry_leader.entity_id                                                                           2.2kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 span.destination.service.resource                                                                         352b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 source.geo.country_name                                                                                     0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 user                                                                                                      280b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 tls.server.issuer                                                                                           0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 kubernetes.labels.role                                                                                      0b
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 event.dataset                                                                                           11.5kb
CQ0txXIkSL6dev6kMxZwww 10.46.64.7  10.46.64.7  instance-0000000000 DestCityName                                                                                             1.6kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.x-bugbounty                                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 stack                                                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.labels.heartbeat_type                                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.image.tag                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 elastic_agent.version                                                                                     792b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.namespace_uid                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.answers.data                                                                                         5.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 client_geoip.region_iso_code                                                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 host.hostname                                                                                            3.6kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 service.language.name                                                                                    1.1kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.metadata-flavor                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 elastic.agent.id                                                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 service.type                                                                                              696b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 OriginWeather                                                                                             216b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 url.query                                                                                                1.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 resource.sub_type                                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/vault_ci_prod_audit_conf                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 source.geo.region_name                                                                                   8.1kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 unit.state                                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 Screenshots.ScreenshotName.keyword                                                                      14.3kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 client_geoip.country_iso_code                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 Tactics.TacticName.keyword                                                                                192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_monitor_redis-master/timeout                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 user_agent.original                                                                                      6.5kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.client_hello.extensions.session_ticket                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.authorization                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 destination.geo.continent_name                                                                           3.6kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 fileset.name                                                                                              696b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/tls-secret                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 alert.alertTypeId                                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kibana.alert.rule.type                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.authorities.ttl                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 req.headers.x-real-ip                                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.client.supported_ciphers                                                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tags                                                                                                      336b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 req.headers.connection                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 _metadata.message_template                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 TechniqueName.keyword                                                                                     400b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 log.origin.function                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_seccomp_security_alpha_kubernetes_io/pod                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 observer.version                                                                                          672b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.labels.beta_kubernetes_io/instance-type                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 transaction.name                                                                                         5.1kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.entry_leader.entry_meta.type                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 component.state                                                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 destination.geo.region_iso_code                                                                          4.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 system.process.cmdline                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.question.etld_plus_one                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 span.name                                                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 unit.type                                                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.LICENSE                                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.labels.failure-domain_beta_kubernetes_io/region                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.hostname                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.entry_leader.name.caseless                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 error.exception.type                                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 products.manufacturer.keyword                                                                             280b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 user_agent.os.full                                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 client_geoip.region_name                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 monitor.id                                                                                               3.3kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 cloud.project.name                                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 user_agent.os.name                                                                                       4.3kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.entity_id                                                                                       70.9mb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 client_geoip.city_name                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.controller-uid                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 synthetics-monitor.name.keyword                                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 related.ip                                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_logs_redis-master/enabled                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.header_flags                                                                                         3.6kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 orchestrator.namespace                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 synthetics.step.name.keyword                                                                             3.2kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 DetectNotes.keyword                                                                                     11.6kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.accept-charset                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.server_hello.version                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.name.caseless                                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.pod.ip                                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 Screenshots.ScreenshotCaption.keyword                                                                    6.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 customer_last_name.keyword                                                                                976b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 service.environment                                                                                      1.6kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 postgresql.log.database                                                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_logs/fileset_stderr                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.labels.annotation_io_kubernetes_container_restartCount                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 golang.heap.cmdline                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 customer_first_name.keyword                                                                               192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 host.os.Ext.variant                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.io_k8s_description                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 host.os.platform                                                                                         6.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 DestWeather                                                                                               216b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/llama_xpack_monitoring_conf                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.labels.kubernetes_io/arch                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.entry_leader.user.name                                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 error.grouping_name                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.labels.io_kubernetes_container_name                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 event.id                                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 customer_gender                                                                                           192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 host.os.name.caseless                                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_cluster-autoscaler_kubernetes_io/safe-to-evict                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 destination.as.organization.name                                                                         4.5kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.io_confluent_docker                                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.labels.io_kubernetes_pod_namespace                                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 sql_diagnostics_QueryStoreRuntimeStatistics_properties.query_hash.keyword                                  2kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_kubernetes_io/limit-ranger                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 user_agent.os.version                                                                                      1kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 cast.enum                                                                                              407.2kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 synthetics-monitor.project_id                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.labels.pod-template-hash                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 event.reason                                                                                              456b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_components_gke_io/component-version                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 log.level                                                                                                3.6kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_logs_redis-master/module                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.entry_leader.working_directory.caseless                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.answers.class                                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.kbn-license-sig                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 spoken_languages.enum                                                                                    2.6kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.labels.annotation_io_kubernetes_pod_terminationGracePeriod                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_monitor_redis-master/hosts                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_watcher_window                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 mysql.slowlog.current_user                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 category.keyword                                                                                          192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.kbn-system-request                                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_eden_core_infra                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kibana.alert.rule.uuid                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 _metadata.elastic_apm_trace_id                                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 client.ip                                                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.authorities.name                                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 mysql.slowlog.query                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 DestCountry                                                                                               752b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 rule.benchmark.name                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 monitor.status                                                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kibana.alert.rule.threat.tactic.id                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.build_id                                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.client_hello.version                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_container_seccomp_security_alpha_kubernetes_io/metrics-server            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_io_kubernetes_container_terminationMessagePolicy                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 group.id                                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.kbn-version                                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.x-frame-options                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 req.headers.origin                                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/nginx                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.labels.node_kubernetes_io/instance-type                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.server_hello.extensions.ec_points_formats                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 winlog.event_data.TargetProcessId                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.sec-fetch-mode                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.content-type                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 event.module                                                                                              696b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.env_vars                                                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.labels.cloud_google_com/gke-container-runtime                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.pod.name                                                                                      6.7kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.opt.version                                                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 url.full                                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 service.name                                                                                             3.1kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.server_hello.extensions.supported_versions                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/02-nginx-ingress-filters_conf                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.id                                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 orchestrator.cluster.id                                                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 products.category.keyword                                                                                 192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.args                                                                                             2.5kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 source.as.organization.name                                                                             10.5kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 influencer_field_name                                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 elasticsearch.index.name                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.namespace_labels.kubernetes_io/metadata_name                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.entry_leader.group.name                                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.labels.kubernetes_io/hostname                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 elasticsearch.cluster.id                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_secretchecksum                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.metadata-flavor                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/nginx-ingress                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.io_kubernetes_container_name                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 url.original                                                                                             8.6kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.content-type                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.labels.cloud_google_com/gke-cpu-scaling-level                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.x-forwarded-scheme                                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 rule.category                                                                                            2.1kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.client_hello.extensions.ec_points_formats                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.type                                                                                                  696b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kibana.alert.threshold_result.terms.value                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 rule.id                                                                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 FlightNum                                                                                               46.9kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.client_hello.extensions.signature_algorithms                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 event.category                                                                                           2.5kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.labels.topology_kubernetes_io/zone                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 state.id                                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 synthetics-monitor.type.keyword                                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 labels.telemetry_auto_version                                                                             672b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.image.name                                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 event.tags                                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_monitor/timeout                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/vpa-filters_conf                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.LICENSE_CATEGORY                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 source.ip                                                                                               82.5kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 identity.claims.http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname.keyword                  1.9kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 agent.name                                                                                                32kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 network.community_id                                                                                     1.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/ea-elasticsearch_conf                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 geoip.continent_name                                                                                      192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_metrics_redis-exporter/metricsets                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 event.outcome                                                                                              8kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.labels.io_kubernetes_pod_uid                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 group.name                                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.component                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 user.id                                                                                                   336b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.x-forwarded-port                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 user.Ext.real.id                                                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 input.type                                                                                                696b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.io_confluent_docker_build_number                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.x-scheme                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.group.id                                                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 related.user                                                                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 host.architecture                                                                                        4.5kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 req.url                                                                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 cloud.provider                                                                                           4.6kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.heartbeat_type                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.labels.io_kubernetes_sandbox_id                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 postgresql.database.name                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.chart                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 references.id                                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 beats_stats.beat.uuid                                                                                     632b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 azure.resource_type.keyword                                                                              2.7kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 Technique                                                                                                 400b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 span.destination.service.name                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 req.headers.pragma                                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 iptables.output_device                                                                                    696b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_vpaUpdates                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 status                                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.x-forwarded-for                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 span.action                                                                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.connection                                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 title.enum                                                                                              10.8kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.labels.cloud_google_com/gke-os-distribution                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.labels.annotation_io_kubernetes_container_hash                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.server_hello.extensions._unparsed_                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 source.domain                                                                                              3kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 url.scheme                                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.server_hello.extensions.session_ticket                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 policy_template.keyword                                                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.x-kbn-context                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 cloud.instance.id                                                                                          6kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 stream                                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 Tactics.TacticId                                                                                          192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 manufacturer.keyword                                                                                      280b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 user.domain                                                                                               600b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 user.Ext.real.name                                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 req.headers.host                                                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 req.headers.content-type                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.app_kubernetes_io/instance                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.replicaset.name                                                                                432b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 host.os.codename                                                                                         1.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 req.headers.cookie                                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 nginx.access.remote_ip_list                                                                              4.7kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.accept-ranges                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 service.target.name                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 observer.hostname                                                                                        4.3kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 destination.ip                                                                                          16.1kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/changelog_conf                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.client.server_name                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.labels.maintainer                                                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 log.origin.file.name                                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 service.language.version                                                                                  936b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 agent.ephemeral_id                                                                                       5.3kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.response_code                                                                                         696b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 DetectCategory                                                                                            192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.apiserver.request.resource                                                                    2.5kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kibana.saved_objects.type_id                                                                             2.3kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.opt.ext_rcode                                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.labels.annotation_io_kubernetes_container_terminationMessagePolicy                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.client_hello.extensions.supported_versions                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.description                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_monitor_redis-master/schedule                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.strict-transport-security                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 geoip.country_name.keyword                                                                               2.5kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_metrics/hosts                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_metrics/period                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 destination.mac                                                                                           696b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.SOURCES_INCLUDED                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.INCLUDES_SOURCE                                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 mongodb.log.component                                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/01-llama-context-filters_conf                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 destination.geo.region_name                                                                              4.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.namespace                                                                                      864b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_vpaObservedContainers                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kibana.alert.rule.name                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_logs/module                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_kubernetes_io/config_hash                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 host.name                                                                                               16.7kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 event.kind                                                                                               1.1kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.upgrade-insecure-requests                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 elasticapm_labels.transaction.id                                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 FlightTimeHour                                                                                          42.2kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_metrics_redis-exporter/period                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.resumption_method                                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 destination.domain                                                                                       8.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 alert.lastRun.outcome                                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_io_kubernetes_container_terminationMessagePath                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 span.type                                                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 by_field_value                                                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 cloud.service.name                                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_io_kubernetes_container_ports                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.title                                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 cloudbeat.commit_sha                                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 client.geo.continent_name                                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 error.grouping_key                                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.name                                                                                     1.7kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 span.destination.service.type                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 partition_field_name                                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 child.id                                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 policy_id                                                                                                 144b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kibana.alert.status                                                                                       192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 status.keyword                                                                                            280b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 req.headers.user-agent                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.pod.uid                                                                                       4.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 source.address                                                                                          21.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.referrer-policy                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_metrics/password                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_io_kubernetes_container_hash                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_metrics/module                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 trace.id                                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.apiserver.request.subresource                                                                  432b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 network.protocol                                                                                         1.7kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/infra_stats_conf                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 @version                                                                                                  696b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.question.registered_domain                                                                           6.1kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 service.target.type                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.question.name                                                                                        7.3kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 FlightDelayType                                                                                           216b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.executable                                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.referrer                                                                                    4.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 client.geo.region_iso_code                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 azure.resource_group.keyword                                                                             2.7kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 winlog.event_data.SubjectUserName                                                                         600b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.entry_leader.user.id                                                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 identity.claims.http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name.keyword                       1.9kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 Vendor                                                                                                     1kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 alert.executionStatus.status                                                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 req.headers.content-length                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 client_geoip.country_name                                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 event.type                                                                                                696b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.client_hello.supported_compression_methods                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 security-rule.rule_id                                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.server.hash.sha256                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.labels.io_kubernetes_container_logpath                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 Origin                                                                                                    904b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.uid                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 orchestrator.cluster.name                                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 metadata                                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 labels.process_runtime_description                                                                        960b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.version_protocol                                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.question.subdomain                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.accept-language                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.labels.kubernetes_io/os                                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 host.mac                                                                                                 5.1kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.id                                                                                             8.9kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 transaction.id                                                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum                                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 hostname                                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 monitor.name                                                                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 unit.old_state                                                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 alert.params._keyed                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.sec-fetch-site                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 host.os.version                                                                                          5.8kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.x-forwarded-host                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 azure.subscription.keyword                                                                               1.3kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.labels.beta_kubernetes_io/os                                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 postgresql.log.sql_state_code                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 destination.address                                                                                      4.7kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 over_field_value                                                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.tracestate                                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_io_kubernetes_container_preStopHandler                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 DestAirportID                                                                                            1.8kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.labels.topology_kubernetes_io/region                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 source.geo.city_name                                                                                     9.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.version                                                                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_monitor/type                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.app_kubernetes_io/component                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.content-encoding                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_metrics_redis-exporter/module                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 host.os.type                                                                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 cloud.region                                                                                             4.8kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 apache.error.module                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 influencer_field_value                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 span.id                                                                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 epm-packages-assets.package_version                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 agent.hostname                                                                                            696b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 alert.notifyWhen                                                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.question.top_level_domain                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.controller-revision-hash                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 destination.geo.city_name                                                                                4.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 url.path                                                                                                   3kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 service.address                                                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_watcher_docs                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_io_kubernetes_container_restartCount                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 geoip.country_iso_code                                                                                    192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.helm_sh/chart                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 system.network.name                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.acme_cert-manager_io/http-token                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 order_id                                                                                                17.5kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.apiserver.watch.events.kind                                                                   2.2kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 error.culprit                                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 partition_field_value                                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 service.node.name                                                                                        4.6kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 azure.provider.keyword                                                                                   2.7kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 elasticapm_labels.trace.id                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 host.ip                                                                                                  2.1kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 agent.type                                                                                               2.5kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.connection                                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 group.Ext.real.name                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.app_kubernetes_io/name                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 currency                                                                                                  192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.app                                                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 host.id                                                                                                 11.7kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 email                                                                                                   13.8kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 alert.actions.actionTypeId                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.volume.name                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 _metadata.user_id                                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.container.name                                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 elastic_agent.id                                                                                           1kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.question.type                                                                                        3.9kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.entry_leader.group.id                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.sec-ch-ua-platform                                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_monitor_redis-master/type                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.labels.tier                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.vary                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_container_seccomp_security_alpha_kubernetes_io/metrics-server-nanny      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.heritage                                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 cloud.image.id                                                                                            792b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 rule.section                                                                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.labels.beta_kubernetes_io/arch                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 service.version                                                                                          1.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 cloud.account.id                                                                                         1.6kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 elasticapm_transaction_id                                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 log.file.path                                                                                              4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 client_geoip.continent_name                                                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_logs/enabled                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 user_agent.device.name                                                                                   7.2kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_sidecar_istio_io/inject                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.x-xss-protection                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 Modifiers                                                                                                 280b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_logs/fileset_stdout                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 cloud.instance.name                                                                                       696b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.entry_leader.real_user.name                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 req.headers.accept-encoding                                                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 error.exception.code                                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 event.document_ids                                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 host.os.full                                                                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kibana.alert.rule.producer                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.authorities.rname                                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.transfer-encoding                                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 labels.thread_name                                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.sec-fetch-user                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.x-found-handling-instance                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.labels.cloud_google_com/machine-family                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 over_field_name                                                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.io_buildah_version                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 elasticapm_span_id                                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 processor.event                                                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 beat.stats.beat.uuid                                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 host.os.name                                                                                             5.3kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.app_kubernetes_io/version                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 details                                                                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 Carrier                                                                                                   216b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 labels.statement                                                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.entry_leader.executable.caseless                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 customer_full_name.keyword                                                                              13.8kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.alert_types                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 event.original                                                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.labels.cloud_google_com/gke-boot-disk                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_logs/processors_add_fields_fields_name                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.entry_leader.executable                                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 query                                                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_prometheus_io/scrape                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 url.extension                                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 @version.keyword                                                                                          192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 geoip.region_name                                                                                         192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 genres.enum                                                                                              2.3kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 error.exception.module                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/heartbeat_stats_conf                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_watcher_failures                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 alert.tags                                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 resource.type                                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 user_agent.name                                                                                          7.3kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 iptables.tcp.flags                                                                                       3.6kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.client_hello.extensions.server_name_indication                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 alert.consumer                                                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.name                                                                                            22.9kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.status_phrase                                                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.client_hello.extensions.application_layer_protocol_negotiation                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.io_confluent_docker_git_id                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.client_hello.extensions._unparsed_                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.server                                                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 name                                                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 observer.geo.name                                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 agent.version                                                                                            3.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 host.os.family                                                                                           6.2kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 products.product_name.keyword                                                                           14.9kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.labels.annotation_io_kubernetes_container_ports                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_monitor/schedule                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.accept-encoding                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.cipher                                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.labels.heartbeat_port                                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 host.os.build                                                                                             696b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 req.headers.tracestate                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.content-security-policy                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 SubStep                                                                                                   608b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 postgresql.log.timestamp                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 mongodb.log.context                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 _metadata.metadata_event_dataset                                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 host.os.kernel                                                                                           2.3kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_monitor/hosts                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 host.os.full.caseless                                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.sec-ch-ua-mobile                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 req.headers.cache-control                                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.accept                                                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 network.type                                                                                              696b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 event.timezone                                                                                            696b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 elasticsearch.node.id                                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 day_of_week                                                                                               192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 callerIpAddress.keyword                                                                                  2.5kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 Dest                                                                                                     1.8kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 service.framework.name                                                                                    240b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 source.geo.continent_name                                                                                1.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 labels.http_route                                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.kbn-name                                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 req.headers.traceparent                                                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 production_companies.enum                                                                               33.2kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 monitor.check_group                                                                                     56.1kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.client_hello.extensions.supported_groups                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_watcher_interval                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 DestRegion                                                                                               1.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_io_kubernetes_pod_terminationGracePeriod                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kibana.alert.severity                                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.etag                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_metrics/metricsets                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_kubernetes_io/config_seen                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 elastic_agent.process                                                                                     456b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 system.filesystem.mount_point                                                                             264b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.deployment.name                                                                                432b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 client.geo.country_iso_code                                                                              7.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 iptables.input_device                                                                                     696b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kibana.alert.rule.tags                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 req.method                                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 type                                                                                                      192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 transaction.result                                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.labels.cloud_google_com/gke-max-pods-per-node                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 azure.db_unique_id.keyword                                                                               1.2kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_kubectl_kubernetes_io/restartedAt                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.NOTICES_PATH                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.namespace_labels.watcher                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 event_type                                                                                                192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.labels.app                                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 suricata.eve.event_type                                                                                  2.1kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 component.old_state                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 event.agent_id_status                                                                                    1.6kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 log.original                                                                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.version                                                                                             2.5kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.thread.name                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.io_kubernetes_container_logpath                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.x-real-ip                                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 method                                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.labels.failure-domain_beta_kubernetes_io/zone                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 customer_phone                                                                                            192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 service.runtime.version                                                                                  1.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 log.flags                                                                                                 696b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.answers.name                                                                                         5.1kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.command                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_prometheus_io/path                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 iptables.fragment_flags                                                                                   696b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 cloud.machine.type                                                                                       3.2kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 event.code                                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 agent.id                                                                                                11.6kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/riemann_conf                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.entry_leader.real_user.id                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_monitor_redis-master/name                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 OriginAirportID                                                                                           904b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.question.class                                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.labels.io_kubernetes_docker_type                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.version                                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.app_kubernetes_io/managed-by                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.entry_leader.name                                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 _metadata.elastic_apm_transaction_id                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.image.hash.all                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.entry_leader.real_group.name                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 req.remoteAddress                                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 user.name                                                                                               54.8kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.referer                                                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.cache-control                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/secrets_audit_conf                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_scheduler_alpha_kubernetes_io/critical-pod                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 source.nat.ip                                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 log.logger                                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 postgresql.log.query_step                                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/ci_stats_conf                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/input_conf                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 rule.tags                                                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/changelog_json                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.executable.caseless                                                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.namespace_labels.app_kubernetes_io/managed-by                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 client.geo.region_name                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.entry_leader.real_group.id                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 original_language.enum                                                                                   1.2kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_logs/json_keys_under_root                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.node.labels.cloud_google_com/gke-nodepool                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.cookie._iub-error                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.client.ja3                                                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/riemann-filters_conf                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/logstash-filters_conf                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 req.headers.referer                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 geoip.city_name                                                                                           192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.acme_cert-manager_io/http01-solver                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 resource.id                                                                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.user-agent                                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_configChecksum                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 group.Ext.real.id                                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 event.action                                                                                               8kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 destination.geo.country_iso_code                                                                         7.7kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.x-found-handling-cluster                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_configchecksum                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 OriginCountry                                                                                             312b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 url.domain                                                                                               2.8kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 span.composite.compression_strategy                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kibana.alert.uuid                                                                                         856b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kibana.alert.rule.execution.uuid                                                                        26.9mb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 customer_id                                                                                               192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.server_certificate.subject.common_name                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 apache.status.hostname                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kibana.alert.rule.rule_id                                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 cloud.project.id                                                                                         1.1kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 file.path                                                                                                2.8kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.daemonset.name                                                                                 432b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 result.evaluation                                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 beat.type                                                                                                 312b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 server.ip                                                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.acme_cert-manager_io/http-domain                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 synthetics-monitor.locations.id                                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/secrets_audit_acc_conf                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_monitor/name                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 cloud.availability_zone                                                                                  2.7kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.answers.type                                                                                         2.8kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.name                                                                                            432b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.authorities.data                                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.method                                                                                      4.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.entry_leader.parent.entity_id                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_metrics_redis-exporter/hosts                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kibana.alert.threshold_result.cardinality.field                                                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 user_agent.version                                                                                       2.8kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 client.geo.country_name                                                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 req.headers.accept                                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 source.geo.region_iso_code                                                                               8.1kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.keep-alive                                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.x-content-type-options                                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kibana.alert.workflow_status                                                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 identity.claims.http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname.keyword                    1.8kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 resource                                                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 labels.worker                                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.op_code                                                                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.runtime                                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 elasticsearch.node.name                                                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 OriginCityName                                                                                            872b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 StepAction                                                                                                376b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 observer.type                                                                                             912b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 ecs.version                                                                                              1.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_metrics_redis-master/raw                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 redis.log.role                                                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.labels.io_kubernetes_pod_name                                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.cross-origin-opener-policy                                                            0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 labels.userId                                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_metrics/username                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.io_kubernetes_docker_type                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.server.not_after                                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.x-forwarded-proto                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_checksum/ea-input_conf                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.resolved_ip                                                                                          4.7kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 namespaces                                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 container.labels.annotation_io_kubernetes_container_terminationMessagePath                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.sec-ch-ua                                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_co_elastic_logs/processors_add_fields_target                             0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 resource.name                                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 service.framework.version                                                                                 240b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 by_field_name                                                                                               0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 labels.outcome                                                                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.LICENSE_SCAN_TAG                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.request.headers.sec-fetch-dest                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_kubernetes_io/config_source                                              0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.server_hello.selected_compression_method                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 source.geo.country_iso_code                                                                             13.9kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_prometheus_io/port                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 elasticapm_labels.span.id                                                                                   0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 network.direction                                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 elasticapm_trace_id                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 monitor.type                                                                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.headers.last-modified                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 orchestrator.resource.name                                                                                  0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.authorities.type                                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 client.geo.city_name                                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.io_k8s_display-name                                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.entry_leader.working_directory                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 http.response.mime_type                                                                                    3kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 service.runtime.name                                                                                     1.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 span.subtype                                                                                                0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.server.hash.sha1                                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.annotation_components_gke_io/component-name                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 network.transport                                                                                        2.7kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 transaction.type                                                                                         3.8kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.job.name                                                                                         0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.statefulset.name                                                                                 0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.server.subject                                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 metricset.name                                                                                           4.3kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.configchecksum                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 event.query_string                                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.INCLUDES_NOTICES                                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 job_id                                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 dns.authorities.class                                                                                       0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.group.name                                                                                          0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 labels.net_transport                                                                                        0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 docker.container.labels.heartbeat_port                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 process.entry_leader.entity_id                                                                           3.6kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 span.destination.service.resource                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 source.geo.country_name                                                                                     0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.detailed.client_hello.extensions.status_request.type                                                    0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 user                                                                                                      192b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 tls.server.issuer                                                                                           0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 kubernetes.labels.role                                                                                      0b
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 event.dataset                                                                                            8.4kb
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001 DestCityName                                                                                             1.8kb
GET _cat/health?v=true
epoch      timestamp cluster                          status node.total node.data shards pri relo init unassign pending_tasks max_task_wait_time active_shards_percent
1684475924 05:58:44  df460026c3bf42a2b600fb9e2d1007c3 green           5         3    801 382    0    0        0             0                  -                100.0%
GET _cat/indices?v=true&s=index
health status index                                                              uuid                   pri rep docs.count docs.deleted store.size pri.store.size
green  open   .ds-filebeat-8.2.0-2022.06.07-000082                               BcSJlm6ER6GyaIlEwOSZkw   1   1                                                  
green  open   .ds-filebeat-8.7.0-2023.05.12-000069                               CJ6N_TW7Qeaue7a5JxWUWQ   1   1                                                  
green  open   .ds-filebeat-8.7.0-2023.05.13-000071                               pkbeRV4uRCCTxqDbsUEuQg   1   1                                                  
green  open   .ds-filebeat-8.7.0-2023.05.14-000073                               TWqz4eJuTdaFDvCW4eQ4bw   1   1                                                  
green  open   .ds-filebeat-8.7.0-2023.05.15-000075                               VoAhQEePRoe_aOtROJqxgQ   1   1                                                  
green  open   .ds-filebeat-8.7.0-2023.05.16-000077                               53mgz04fQvSdwbWMWiF3dQ   1   1                                                  
green  open   .ds-filebeat-8.7.0-2023.05.17-000079                               W8NmgneDRki7xJyU-tu3LQ   1   1                                                  
green  open   .ds-filebeat-8.7.0-2023.05.18-000081                               W-wiM4kJTl2caxr77pUHXg   1   1                                                  
green  open   .ds-heartbeat-8.2.3-2023.05.12-000069                              TtxhOU5mRxilpEiD6PUMoQ   1   1                                                  
green  open   .ds-heartbeat-8.2.3-2023.05.13-000071                              XDRJNeN2Siuz6HU6wXGjvg   1   1                                                  
green  open   .ds-heartbeat-8.2.3-2023.05.14-000073                              1qVfd0OVTKSQ1VBgyC4kgA   1   1                                                  
green  open   .ds-heartbeat-8.2.3-2023.05.15-000075                              wVMt96qxTzO2vGNNIlgzlQ   1   1                                                  
green  open   .ds-heartbeat-8.2.3-2023.05.16-000077                              Mmy90Bf0TNWKFnpGtRH4YA   1   1                                                  
green  open   .ds-heartbeat-8.2.3-2023.05.17-000079                              e4MG1RbBS8GbjMpHpGutBQ   1   1                                                  
green  open   .ds-heartbeat-8.2.3-2023.05.18-000081                              aopIZsyoQ6yhnDf1xPx9Jg   1   1                                                  
green  open   .ds-heartbeat-8.7.0-2023.05.12-000069                              yFPh_tSuTzSMW_JaNFjCZg   1   1                                                  
green  open   .ds-heartbeat-8.7.0-2023.05.13-000071                              PZPDlm4SRXaxGj_cX5GTVw   1   1                                                  
green  open   .ds-heartbeat-8.7.0-2023.05.14-000073                              dvijjfnsQHaENOR5YcQzIw   1   1                                                  
green  open   .ds-heartbeat-8.7.0-2023.05.15-000075                              xZ-98BI2QyGBAh0yJusN5g   1   1                                                  
green  open   .ds-heartbeat-8.7.0-2023.05.16-000077                              0yORk-HdTlGW9hpgbm-Cfw   1   1                                                  
green  open   .ds-heartbeat-8.7.0-2023.05.17-000079                              X64QMBIaSlajO4uaPv3P-Q   1   1                                                  
green  open   .ds-heartbeat-8.7.0-2023.05.18-000081                              uGlqvpn7T_CXQrMOar4vwQ   1   1                                                  
green  open   .ds-kibana_sample_data_logs-2023.05.14-000001                      G02XWnehQ0Sq386o2jNOOQ   1   1                                                  
green  open   .ds-logs-apm.app-default-2023.05.03-000002                         ceg-FHSfQdWsfcs4-ujBOA   1   1     187971            0     78.1mb         37.2mb
green  open   .ds-logs-apm.error-default-2023.05.03-000002                       IcE8GZ5ERaOsUA38i4WxKg   1   1     852799            0      1.2gb        600.6mb
green  open   .ds-logs-app_search.analytics-default-2023.04.05-000001            c9RYdy9nR1SKfaXg9LiKIw   1   1                                                  
green  open   .ds-logs-app_search.analytics-default-2023.05.05-000002            GPENZ2HpRXmkKQorikN9kA   1   1                                                  
green  open   .ds-logs-cloud_security_posture.findings-default-2023.04.06-000001 OC5jtTLMS7SYv54ord0ALw   1   1                                                  
green  open   .ds-logs-cloud_security_posture.findings-default-2023.05.06-000002 I5RAddqHSN2Kh4RP1kTWxA   1   1                                                  
green  open   .ds-logs-elastic_agent-default-2023.04.06-000001                   j5BRhl9aTsSOX5tOUJyiOg   1   1                                                  
green  open   .ds-logs-elastic_agent-default-2023.05.06-000002                   0ExbkOfpSSi9BCAauZ628A   1   1                                                  
green  open   .ds-logs-elastic_agent.cloudbeat-default-2023.04.06-000001         Mf5gP3g_TzGOFcz8N0n68A   1   1                                                  
green  open   .ds-logs-elastic_agent.cloudbeat-default-2023.05.06-000002         klP3sxxkQH6IRCBdjUVE-g   1   1                                                  
green  open   .ds-logs-elastic_agent.filebeat-default-2023.04.06-000001          DxMUzNrdSDqKwc9j6d40-g   1   1                                                  
green  open   .ds-logs-elastic_agent.filebeat-default-2023.05.06-000002          7LCUf60MQSuxPNjQyXk1Fg   1   1                                                  
green  open   .ds-logs-elastic_agent.metricbeat-default-2023.04.06-000001        NwrInY2BTAiatOC7UEeJyg   1   1                                                  
green  open   .ds-logs-elastic_agent.metricbeat-default-2023.05.06-000002        _Rqymy07TJS2vyJkVz_2Rg   1   1                                                  
green  open   .ds-logs-endpoint.events.file-default-2023.04.06-000001            q6k9GecmQsymwJLDZ54IwQ   1   1                                                  
green  open   .ds-logs-endpoint.events.file-default-2023.05.06-000002            IpSafXRiTHGHBpbGTwo-eg   1   1                                                  
green  open   .ds-logs-endpoint.events.network-default-2023.04.06-000001         JzsOZUJgSU2KVz6VL-iuwg   1   1                                                  
green  open   .ds-logs-endpoint.events.network-default-2023.05.06-000002         oO4A3G8IQgCdjgrO4g9Txg   1   1                                                  
green  open   .ds-logs-endpoint.events.process-default-2023.04.06-000001         J39K_XsGSwi5AEz8KOCpWQ   1   1                                                  
green  open   .ds-logs-endpoint.events.process-default-2023.05.06-000002         nql_cc2cT6q7CqkwjnHwmw   1   1                                                  
green  open   .ds-logs-enterprise_search.api-default-2023.05.10-000010           z92_9ZWpS9muLB7bsCXvcQ   1   1                                                  
green  open   .ds-logs-enterprise_search.api-default-2023.05.17-000011           C-TN57RmRkCAwt_tHwx2Tg   1   1                                                  
green  open   .ds-logs-enterprise_search.audit-default-2023.04.05-000001         1w47zoMKR8WoyGzsB2s83w   1   1                                                  
green  open   .ds-logs-enterprise_search.audit-default-2023.05.05-000002         jlUHWRTPSTOVjPVfMapd_A   1   1                                                  
green  open   .ds-logs-kubernetes.container_logs-default-2023.04.06-000001       b4yWXC3mQIGyn5pO10Gu5A   1   1                                                  
green  open   .ds-logs-kubernetes.container_logs-default-2023.05.06-000002       lqlldkUUSveZvZaI5dytiA   1   1                                                  
green  open   .ds-logs-system.auth-default-2023.05.08-000001                     BPLUwWDNQeeABnufYnmmlQ   1   1                                                  
green  open   .ds-logs-system.syslog-default-2023.04.06-000001                   tevBOUUzSRuLy6lUAHsiAQ   1   1                                                  
green  open   .ds-logs-system.syslog-default-2023.05.06-000002                   8UgMxjWnSpOIyhZYC4wYHw   1   1                                                  
green  open   .ds-metrics-apm.app.frontend_node-default-2023.04.05-000001        YCl9wSEGRtq__TbWrbrBAQ   1   1      79869            0       26mb          9.6mb
green  open   .ds-metrics-apm.app.frontend_node-default-2023.05.03-000002        ym5bB4hITIG3VHjgLon3rQ   1   1      45891            0     24.1mb          5.8mb
green  open   .ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001      WhR8rNrISZeCu9wsUgL7mw   1   1     918466            0    124.8mb         50.3mb
green  open   .ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002      H7q4ud42QH-5WN02zBkdKg   1   1     527735            0    102.2mb           29mb
green  open   .ds-metrics-apm.internal-default-2023.04.05-000001                 SBsWfKp2SlqbNSJSZKShBQ   1   1   19462477            0      4.2gb            2gb
green  open   .ds-metrics-apm.internal-default-2023.05.03-000002                 hgsw5oq9TguF1X9aJ2BhpQ   1   1   10480731            0      2.3gb            1gb
green  open   .ds-metrics-apm.service_destination.1m-default-2023.04.05-000001   Ugil4q-KSxaTRciyr8fFjg   1   1    2735632            0    284.8mb        142.4mb
green  open   .ds-metrics-apm.service_destination.1m-default-2023.05.03-000002   Oe-VqIqNQF-8BOI5el-rgA   1   1    1344293            0    214.6mb         69.3mb
green  open   .ds-metrics-apm.service_summary.1m-default-2023.04.05-000001       rppZ-NEqSfK-cbh56vuGGw   1   1    2260896            0    192.3mb         86.7mb
green  open   .ds-metrics-apm.service_summary.1m-default-2023.05.03-000002       -klzLKCuSWKF3mCTk3VBog   1   1    1097407            0     99.4mb         41.3mb
green  open   .ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001   JrOFi6IlRImhGG4X736GYQ   1   1    2282650            0        1gb        518.8mb
green  open   .ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002   QJ6JYy8wTnefRNpgWM3otg   1   1    1155007            0      721mb        268.5mb
green  open   .ds-metrics-apm.transaction.1m-default-2023.04.05-000001           Tbmvq3olTnyCblgsK-WIUQ   1   1    5294664            0      1.7gb        962.7mb
green  open   .ds-metrics-apm.transaction.1m-default-2023.05.03-000002           4iGrWST8QnqD7NwMWczXUQ   1   1    2726140            0    998.4mb        413.6mb
green  open   .ds-metrics-elastic_agent.cloudbeat-default-2023.04.06-000001      f9KPRFMsTayQliX3D44obw   1   1                                                  
green  open   .ds-metrics-elastic_agent.cloudbeat-default-2023.05.06-000002      0BVG_G_wSxm6pd1eq1D-4Q   1   1                                                  
green  open   .ds-metrics-elastic_agent.elastic_agent-default-2023.04.06-000001  qlYoABYuSlSlLyxqYTtDjw   1   1                                                  
green  open   .ds-metrics-elastic_agent.elastic_agent-default-2023.05.06-000002  llH4dQiQRmarXx3UHiUcMQ   1   1                                                  
green  open   .ds-metrics-elastic_agent.filebeat-default-2023.04.06-000001       jIa9T3I5RMqBHYIUjrgLwQ   1   1                                                  
green  open   .ds-metrics-elastic_agent.filebeat-default-2023.05.06-000002       xUhYsc5UR9adpm4Bf6vpug   1   1                                                  
green  open   .ds-metrics-elastic_agent.filebeat_input-default-2023.04.06-000001 CRpLhASASw6BkGeO9_YnUA   1   1                                                  
green  open   .ds-metrics-elastic_agent.filebeat_input-default-2023.05.06-000002 A7EsRl4dTOKqO9nAAwKK0w   1   1                                                  
green  open   .ds-metrics-elastic_agent.metricbeat-default-2023.04.06-000001     FL-nAW_jR7CjO6yFIwdzRg   1   1                                                  
green  open   .ds-metrics-elastic_agent.metricbeat-default-2023.05.06-000002     9kb3gNEYR8iUo6yvnUvahA   1   1                                                  
green  open   .ds-metrics-endpoint.metadata-default-2023.04.06-000001            yTCCrfvpTamP8NBjIIQkyA   1   1                                                  
green  open   .ds-metrics-endpoint.metadata-default-2023.05.06-000002            0tbvwTbQTfS6Wzm6uIVGoQ   1   1                                                  
green  open   .ds-metrics-endpoint.metrics-default-2023.04.06-000001             c-NTXvTWRHCDHzHUK6TyDA   1   1                                                  
green  open   .ds-metrics-endpoint.metrics-default-2023.05.06-000002             y6TJ9k6FQvaIr_GjabV7dg   1   1                                                  
green  open   .ds-metrics-endpoint.policy-default-2023.04.06-000001              hkCA9IFuRcy50Tw1hkDztg   1   1                                                  
green  open   .ds-metrics-endpoint.policy-default-2023.05.06-000002              ECBUc2k3SvGazhJlM9FAAQ   1   1                                                  
green  open   .ds-metrics-kubernetes.apiserver-default-2023.04.06-000001         6pDEAVYUSVSOcdC0qkwwUA   1   1                                                  
green  open   .ds-metrics-kubernetes.apiserver-default-2023.05.06-000002         e_PSwUFGTZu6v8cNlD3gHw   1   1                                                  
green  open   .ds-metrics-kubernetes.container-default-2023.04.06-000001         njHcFGAIQCu2bOvEdMSXtA   1   1                                                  
green  open   .ds-metrics-kubernetes.container-default-2023.05.06-000002         B0Hgquq4SfWAOJ3IboMJSg   1   1                                                  
green  open   .ds-metrics-kubernetes.event-default-2023.04.06-000001             -0e5X5bGTGmvJ1r6D7Xa0Q   1   1                                                  
green  open   .ds-metrics-kubernetes.event-default-2023.05.06-000002             eZhFpowVRz6iG8QIyNDkLA   1   1                                                  
green  open   .ds-metrics-kubernetes.node-default-2023.04.06-000001              WxuTcMTuTK6ZisimHM-Tgw   1   1                                                  
green  open   .ds-metrics-kubernetes.node-default-2023.05.06-000002              5DWDAbwIQoefU2JPcJLiuw   1   1                                                  
green  open   .ds-metrics-kubernetes.pod-default-2023.04.06-000001               s2InKTfVRRajjtuUOfIHiA   1   1                                                  
green  open   .ds-metrics-kubernetes.pod-default-2023.05.06-000002               jZnMUg5PSfyr-SYKsEczMQ   1   1                                                  
green  open   .ds-metrics-kubernetes.proxy-default-2023.04.06-000001             1jZ9jMbwTRSK0J162T9jVA   1   1                                                  
green  open   .ds-metrics-kubernetes.proxy-default-2023.05.06-000002             cujkYnA1SqiaH49NJ6gGSQ   1   1                                                  
green  open   .ds-metrics-kubernetes.system-default-2023.04.06-000001            rWJosLSXTWKnD84Fjy2Eug   1   1                                                  
green  open   .ds-metrics-kubernetes.system-default-2023.05.06-000002            JT5dWWK5Rn-hRHiqX5TkDg   1   1                                                  
green  open   .ds-metrics-kubernetes.volume-default-2023.04.06-000001            M9UkamrbTCGV3-LIu1jeJg   1   1                                                  
green  open   .ds-metrics-kubernetes.volume-default-2023.05.06-000002            ad91cUzASZWmjRv9CZx59g   1   1                                                  
green  open   .ds-metrics-system.cpu-default-2023.04.06-000001                   9YV8zmt5Q0u0XoB5wqiigg   1   1                                                  
green  open   .ds-metrics-system.cpu-default-2023.05.06-000002                   mSnNdBVjRhCKEsUx_J1Bbw   1   1                                                  
green  open   .ds-metrics-system.diskio-default-2023.04.06-000001                azlkdm6yR9mkc7g6w0eGAw   1   1                                                  
green  open   .ds-metrics-system.diskio-default-2023.05.06-000002                N6HYPWhESQqxa3ro3Afklg   1   1                                                  
green  open   .ds-metrics-system.filesystem-default-2023.04.06-000001            B_l7YvP0SS6QGLUx7vnAYw   1   1                                                  
green  open   .ds-metrics-system.filesystem-default-2023.05.06-000002            8GhxWhiRTX2xOaZ-OeofUQ   1   1                                                  
green  open   .ds-metrics-system.fsstat-default-2023.04.06-000001                V3mxFhUVTpCr2--m7ahcHQ   1   1                                                  
green  open   .ds-metrics-system.fsstat-default-2023.05.06-000002                4__OfctQRMCUBS0dJiqk2Q   1   1                                                  
green  open   .ds-metrics-system.load-default-2023.04.06-000001                  cODwQxDbTn2DnM1OtgyBfA   1   1                                                  
green  open   .ds-metrics-system.load-default-2023.05.06-000002                  NRUGaUYbRFm0cO7tk14ZbQ   1   1                                                  
green  open   .ds-metrics-system.memory-default-2023.04.06-000001                l0CRJzPhRB2kK2R13kbKZA   1   1                                                  
green  open   .ds-metrics-system.memory-default-2023.05.06-000002                Tf5o5sjzT4q7Y8BSTRR0qg   1   1                                                  
green  open   .ds-metrics-system.network-default-2023.04.06-000001               SpPgLtu3SX2Qi0boLhEzRg   1   1                                                  
green  open   .ds-metrics-system.network-default-2023.05.06-000002               ZQmgeMHnRkiR131sY7L1XQ   1   1                                                  
green  open   .ds-metrics-system.process-default-2023.04.06-000001               cMFLHEzDRgeVq8mQbo8S1A   1   1                                                  
green  open   .ds-metrics-system.process-default-2023.05.06-000002               dxMzUF-ETRmwaNw_8pkWoQ   1   1                                                  
green  open   .ds-metrics-system.process.summary-default-2023.04.06-000001       NJMm2I5nTDq2r11LGPzA9g   1   1                                                  
green  open   .ds-metrics-system.process.summary-default-2023.05.06-000002       kVIuHlK3Q-2AYkA06vpqCA   1   1                                                  
green  open   .ds-metrics-system.socket_summary-default-2023.04.06-000001        Z1XrAx6aTnG78jXidaM-WA   1   1                                                  
green  open   .ds-metrics-system.socket_summary-default-2023.05.06-000002        0PynlGoURMmEEbb6X_v1Sw   1   1                                                  
green  open   .ds-metrics-system.uptime-default-2023.04.06-000001                V1kvB8ESQmOODkQFOKQXHQ   1   1                                                  
green  open   .ds-metrics-system.uptime-default-2023.05.06-000002                Tsj15Q2bTgeh-5MhYiSLoQ   1   1                                                  
green  open   .ds-packetbeat-8.7.0-2023.05.12-000069                             rZl1LrgUShGu16HsWHZ8oQ   3   1                                                  
green  open   .ds-packetbeat-8.7.0-2023.05.13-000071                             6iTy6A-8SAWdJnDJNKLvLA   3   1                                                  
green  open   .ds-packetbeat-8.7.0-2023.05.14-000073                             THla3n4OTCGGJz9e_HLSgQ   3   1                                                  
green  open   .ds-packetbeat-8.7.0-2023.05.15-000075                             X4NX8-d7TLes36dGPwKRSg   3   1                                                  
green  open   .ds-packetbeat-8.7.0-2023.05.16-000077                             bWHJENNnTcmq988ud0OIfw   3   1                                                  
green  open   .ds-packetbeat-8.7.0-2023.05.17-000079                             AKVP_PzAR2iN74nvgfqz4A   3   1                                                  
green  open   .ds-packetbeat-8.7.0-2023.05.18-000081                             aJERphb0TG67Y1yM0bFHng   3   1                                                  
green  open   .ds-synthetics-browser-default-2023.05.10-000001                   Ci2LQJYBST-ubniIYK8_XQ   1   1                                                  
green  open   .ds-synthetics-browser.network-default-2023.05.10-000001           btimN_ZdTGe1i2eShreaWQ   1   1                                                  
green  open   .ds-synthetics-browser.network-default-2023.05.11-000002           DGfQy0t-S1C9LAIMWoxtMQ   1   1                                                  
green  open   .ds-synthetics-browser.network-default-2023.05.12-000003           8XVp7iSsSBmfX6rBuo6TMg   1   1                                                  
green  open   .ds-synthetics-browser.network-default-2023.05.13-000004           Sj5IIS4jS2iCLlA3hLBvpQ   1   1                                                  
green  open   .ds-synthetics-browser.network-default-2023.05.14-000005           7_vCtRHZQJ65aBDUH_mA1g   1   1                                                  
green  open   .ds-synthetics-browser.network-default-2023.05.15-000006           Ut1-uhMtQLS4WcFR_LKXug   1   1                                                  
green  open   .ds-synthetics-browser.network-default-2023.05.16-000007           lEvxz0UfTRa_NBkUGAgEiA   1   1                                                  
green  open   .ds-synthetics-browser.network-default-2023.05.17-000008           N3RLa_JjSE67M8ZJfw6oyg   1   1                                                  
green  open   .ds-synthetics-browser.network-default-2023.05.18-000009           k_ucxXLVQKKNuvUTWa5YKg   1   1                                                  
green  open   .ds-synthetics-browser.screenshot-default-2023.05.10-000001        N7hHKfuDTaSjzSw_mecPIQ   1   1                                                  
green  open   .ds-synthetics-browser.screenshot-default-2023.05.11-000002        QjUNgH2hTC6JK32dMiZZ9A   1   1                                                  
green  open   .ds-synthetics-browser.screenshot-default-2023.05.12-000003        gM1sX5p9S1OOq9BfkLsW4g   1   1                                                  
green  open   .ds-synthetics-browser.screenshot-default-2023.05.13-000004        Y90wN3PKSJC91UieeeHWvQ   1   1                                                  
green  open   .ds-synthetics-browser.screenshot-default-2023.05.14-000005        f5Q_wJFlSEiyEG5uQmrXQQ   1   1                                                  
green  open   .ds-synthetics-browser.screenshot-default-2023.05.15-000006        UVHkB7w4Qsur2ZEGQkKG1Q   1   1                                                  
green  open   .ds-synthetics-browser.screenshot-default-2023.05.16-000007        tymssVlnSCSkApTfJsX3vQ   1   1                                                  
green  open   .ds-synthetics-browser.screenshot-default-2023.05.17-000008        AymFz2_FR9uryDxsO5EvMQ   1   1                                                  
green  open   .ds-synthetics-browser.screenshot-default-2023.05.18-000009        Pz9B5Pi9SYSOkXplBOWUDQ   1   1                                                  
green  open   .ds-traces-apm-default-2023.05.03-000002                           oufYR323T4OdoP5Qv5TGeQ   1   1   80746042            0     49.6gb         24.8gb
green  open   .ds-traces-apm.rum-default-2023.04.05-000001                       xyPz9KCJSo-__qP4kyCTGw   1   1   15985850            0       10gb            5gb
green  open   .ds-traces-apm.rum-default-2023.05.03-000002                       Uo3trkxZT9C0TuVw7E1uHQ   1   1    9173352            0      5.8gb          2.9gb
green  open   .ent-search-engine-documents-movies                                FAfudGqLSk-ZaFhvDHor6g   2   1                                                  
green  open   .ent-search-engine-documents-shadow-movies                         LkV5iAayTK2Myhbbw6V2Zg   2   1                                                  
green  open   .internal.alerts-observability.apm.alerts-default-000001           wlZi7cw2TeCSOvq7ESJ8kg   1   1                                                  
green  open   .internal.alerts-observability.apm.alerts-default-000002           -6thtGFyRWa3MutKAn6jhw   1   1                                                  
green  open   .internal.alerts-observability.uptime.alerts-default-000001        U-eNFO_tTxWiTEfTpM_gwg   1   1                                                  
green  open   .internal.alerts-security.alerts-default-000001                    x2PJHk9KRya4F3L0lL4hXQ   1   1                                                  
green  open   .internal.alerts-security.alerts-default-000002                    65-6VqJ8TZuaoLCdVs1FSA   1   1                                                  
green  open   .items-default-000001                                              kfevetTOSY2mzaVJ-4nhJg   1   1                                                  
green  open   .lists-default-000001                                              AGcvKQfvR6OHKsp4xjz9mA   1   1                                                  
green  open   auditbeat-8.7.0-siem-2023.05.13                                    w6iqgzyWTtCJZ1FTFkILMw   1   0                                                  
green  open   auditbeat-8.7.0-siem-2023.05.14                                    k1xniSB4TWCczHnnYswilw   1   0                                                  
green  open   auditbeat-8.7.0-siem-2023.05.15                                    dUEH1ObkQu2ChaQYKrN_yw   1   0                                                  
green  open   auditbeat-8.7.0-siem-2023.05.16                                    y8z8wB3aQPeOZIGsmAEMPQ   1   0                                                  
green  open   auditbeat-8.7.0-siem-2023.05.17                                    XOA7cU8ER6y0cILjR_u_eA   1   0                                                  
green  open   auditbeat-8.7.0-siem-2023.05.18                                    ge_iQMf8RAe2cPwmZNyvBA   1   0                                                  
green  open   auditbeat-8.7.0-siem-2023.05.19                                    0RAnSAx5QVef0kNcEtyB8Q   1   0                                                  
green  open   azure-2023.05.13                                                   HDHsBJ7PQPaJE9C8IVfx_Q   1   1                                                  
green  open   azure-2023.05.14                                                   UhEn71gXSZOozoS2wXGi8w   1   1                                                  
green  open   azure-2023.05.15                                                   grMMJXklSFm1PcUryi_-bQ   1   1                                                  
green  open   azure-2023.05.16                                                   bWkeC5hfSCe6psfSmGoS0Q   1   1                                                  
green  open   azure-2023.05.17                                                   b5ZTNKl8QTybmoITKf4saA   1   1                                                  
green  open   azure-2023.05.18                                                   VdFBo0v0SCWV5DmPqq9eUw   1   1                                                  
green  open   azure-2023.05.19                                                   XYSsVyiQRnO3UdPIkyqFGw   1   1                                                  
green  open   earthquakes                                                        X4wrFWVSRUC4_7DMSDu6Cw   1   1                                                  
green  open   eruptive_pits                                                      kEn1Pg-vRbyQpl-yTmRqEg   1   1                                                  
green  open   filebeat-8.7.0-siem-2023.05.13                                     iOOzggVERVWPUCfuTl1Oyw   1   0                                                  
green  open   filebeat-8.7.0-siem-2023.05.14                                     uZ9AcZWmSCmEC3UWQK_Tdg   1   0                                                  
green  open   filebeat-8.7.0-siem-2023.05.15                                     AfmQKWeRSIaagIpu-_kwjw   1   0                                                  
green  open   filebeat-8.7.0-siem-2023.05.16                                     o-NE5uwGTluceZBVMbkDGg   1   0                                                  
green  open   filebeat-8.7.0-siem-2023.05.17                                     DIq77sSUS2ie2RzSvJ2IIA   1   0                                                  
green  open   filebeat-8.7.0-siem-2023.05.18                                     Zmtgp9FcQUCW_g4z9viAjQ   1   0                                                  
green  open   filebeat-8.7.0-siem-2023.05.19                                     fsDefg0OQr2669Z12ZVUlQ   1   0                                                  
green  open   finance-demo-email-campaign-2019-02-19                             qjJfOvM6T6awlXhT0KiTfQ   1   1                                                  
green  open   finance-demo-order-tracking-2019-02-19                             clR5S__WS1G0Z73OFhVv1g   1   1                                                  
green  open   finance-demo-pages-viewed-2019-02-19                               uJL88k6jTD-ygZTWIocf8w   1   1                                                  
green  open   finance-demo-paid-subscriptions-2019-02-19                         0aoTdQZ1T-GaTE3h9BX3CA   1   1                                                  
green  open   finance-demo-revenue-2019-02-20                                    IkzJ0dm_TgOlvZjomYRQyA   1   1                                                  
green  open   finance-demo-social-media-2019-02-19                               CL2NZyrKTvOtQz53JIwdRQ   1   1                                                  
green  open   finance-demo-visitor-origin-2019-02-19                             jn7ocGYaRoSaB5diW32sPw   1   1                                                  
green  open   finance-demo-web-traffic-2019-02-19                                bQ6qFp95TcKRvg9EixsSYw   1   1                                                  
green  open   flights                                                            fmhupAx2Stuw-o3wYEeKgg   1   1                                                  
green  open   flights-2                                                          4vA6MSz_Q46TiIbIf6AZMA   1   1                                                  
green  open   kibana_sample_data_ecommerce                                       HMERQSLhRaGQ2h-1rji8lQ   1   1                                                  
green  open   kibana_sample_data_flights                                         sfmPKNw6TumeonPJk7i73A   1   1                                                  
green  open   lapalma                                                            x02Aa1BpT7OvyqttxLo3Ew   1   1                                                  
green  open   lapalma_buildings                                                  XRWv_p8GQiq7-4B_QQb7KQ   1   1                                                  
green  open   logs-cloud_security_posture.findings_latest-default                sDQgF7VnThKuLcxIS7iFwg   1   1                                                  
green  open   logs-cloud_security_posture.scores-default                         A5_io5qaQzyDh8pSxkbVzg   1   1                                                  
green  open   metrics-endpoint.metadata_current_default                          kZ3tFekjSrCB9OIqi1EyJg   1   1                                                  
green  open   mitre-2020-05-27                                                   uXUu0CexSs6reD_HYe5JTg   1   1                                                  
green  open   orders                                                             JnZrsv28TXmrJ6ZlttuKOQ   1   1                                                  
green  open   packetbeat-8.7.0-siem-2023.05.13                                   T3qSdsSXQxOx7Lr52Z7loQ   1   0                                                  
green  open   packetbeat-8.7.0-siem-2023.05.14                                   PP-dNH39R5uXHfHGieURlw   1   0                                                  
green  open   packetbeat-8.7.0-siem-2023.05.15                                   Tb1XXZWeT7iq_UL4ThaAKg   1   0                                                  
green  open   packetbeat-8.7.0-siem-2023.05.16                                   ZRuHZI53RWmYLrmvnpRe6g   1   0                                                  
green  open   packetbeat-8.7.0-siem-2023.05.17                                   qxnIfvx-Q0O7sTkvr4Gcbg   1   0                                                  
green  open   packetbeat-8.7.0-siem-2023.05.18                                   Rlv0Xh8gSOyMgqAE4zYprQ   1   0                                                  
green  open   packetbeat-8.7.0-siem-2023.05.19                                   tdss969wRKS9rfgW5u_hLA   1   0                                                  
green  open   reindex-kb-8.6                                                     YJvenftSTFuv_PDXPo1CcQ   1   1                                                  
green  open   reindex-kb-8.7                                                     7McBXzH9TOC3i2SBFLaz_w   1   1                                                  
green  open   winlogbeat-8.7.0-siem-2023.05.13                                   1lu6O6LZTQKx8uyaGBfj-A   1   0                                                  
green  open   winlogbeat-8.7.0-siem-2023.05.14                                   3plEsh4jQ7KBZz0Fe0sqeA   1   0                                                  
green  open   winlogbeat-8.7.0-siem-2023.05.15                                   SrbMbCuaRGeJe6Gl_h_4KA   1   0                                                  
green  open   winlogbeat-8.7.0-siem-2023.05.16                                   QPx8_RtwT0OWuRgunwxYRw   1   0                                                  
green  open   winlogbeat-8.7.0-siem-2023.05.17                                   ISXOsrJUQkCtO858mvcsOQ   1   0                                                  
green  open   winlogbeat-8.7.0-siem-2023.05.18                                   WDu9-tKHRGGVuEt1S2CMJg   1   0                                                  
green  open   winlogbeat-8.7.0-siem-2023.05.19                                   h0pxqgfDT9-HCpx0mE8Teg   1   0
GET _cat/master?v=true
id                     host        ip          node
XbrLKH0VQ5aNKx3oLoblYQ 10.46.65.83 10.46.65.83 instance-0000000001
GET _cat/nodes?v=true
ip          heap.percent ram.percent cpu load_1m load_5m load_15m node.role master name
10.46.65.59           64          50   4    0.90    0.75     0.81 lr        -      instance-0000000005
10.46.64.69           38          48   2    1.24    1.61     1.60 lr        -      instance-0000000003
10.46.65.83           48          94  17    1.94    1.79     1.79 himrst    *      instance-0000000001
10.46.64.7            17          76  12    3.29    2.58     2.14 himrst    -      instance-0000000000
10.46.65.82           52          97  10    1.39    1.10     0.98 himrst    -      instance-0000000002
GET _cat/nodeattrs?v=true
node                host        ip          attr                           value
instance-0000000000 10.46.64.7  10.46.64.7  instance_configuration         gcp.es.datahot.n2.68x16x45
instance-0000000000 10.46.64.7  10.46.64.7  region                         unknown-region
instance-0000000000 10.46.64.7  10.46.64.7  xpack.installed                true
instance-0000000000 10.46.64.7  10.46.64.7  server_name                    instance-0000000000.df460026c3bf42a2b600fb9e2d1007c3
instance-0000000000 10.46.64.7  10.46.64.7  availability_zone              us-east4-a
instance-0000000000 10.46.64.7  10.46.64.7  logical_availability_zone      zone-0
instance-0000000005 10.46.65.59 10.46.65.59 instance_configuration         gcp.es.ml.n2.68x32x45
instance-0000000005 10.46.65.59 10.46.65.59 xpack.installed                true
instance-0000000005 10.46.65.59 10.46.65.59 ml.allocated_processors_double 4.0
instance-0000000005 10.46.65.59 10.46.65.59 ml.machine_memory              8401190912
instance-0000000005 10.46.65.59 10.46.65.59 region                         unknown-region
instance-0000000005 10.46.65.59 10.46.65.59 ml.max_jvm_size                3359637504
instance-0000000005 10.46.65.59 10.46.65.59 logical_availability_zone      zone-1
instance-0000000005 10.46.65.59 10.46.65.59 server_name                    instance-0000000005.df460026c3bf42a2b600fb9e2d1007c3
instance-0000000005 10.46.65.59 10.46.65.59 availability_zone              us-east4-c
instance-0000000005 10.46.65.59 10.46.65.59 ml.allocated_processors        4
instance-0000000002 10.46.65.82 10.46.65.82 instance_configuration         gcp.es.datahot.n2.68x16x45
instance-0000000002 10.46.65.82 10.46.65.82 region                         unknown-region
instance-0000000002 10.46.65.82 10.46.65.82 xpack.installed                true
instance-0000000002 10.46.65.82 10.46.65.82 server_name                    instance-0000000002.df460026c3bf42a2b600fb9e2d1007c3
instance-0000000002 10.46.65.82 10.46.65.82 availability_zone              us-east4-b
instance-0000000002 10.46.65.82 10.46.65.82 logical_availability_zone      zone-2
instance-0000000003 10.46.64.69 10.46.64.69 ml.allocated_processors_double 4.0
instance-0000000003 10.46.64.69 10.46.64.69 xpack.installed                true
instance-0000000003 10.46.64.69 10.46.64.69 instance_configuration         gcp.es.ml.n2.68x32x45
instance-0000000003 10.46.64.69 10.46.64.69 ml.machine_memory              8401190912
instance-0000000003 10.46.64.69 10.46.64.69 region                         unknown-region
instance-0000000003 10.46.64.69 10.46.64.69 ml.max_jvm_size                3359637504
instance-0000000003 10.46.64.69 10.46.64.69 logical_availability_zone      zone-0
instance-0000000003 10.46.64.69 10.46.64.69 server_name                    instance-0000000003.df460026c3bf42a2b600fb9e2d1007c3
instance-0000000003 10.46.64.69 10.46.64.69 availability_zone              us-east4-b
instance-0000000003 10.46.64.69 10.46.64.69 ml.allocated_processors        4
instance-0000000001 10.46.65.83 10.46.65.83 instance_configuration         gcp.es.datahot.n2.68x16x45
instance-0000000001 10.46.65.83 10.46.65.83 region                         unknown-region
instance-0000000001 10.46.65.83 10.46.65.83 xpack.installed                true
instance-0000000001 10.46.65.83 10.46.65.83 server_name                    instance-0000000001.df460026c3bf42a2b600fb9e2d1007c3
instance-0000000001 10.46.65.83 10.46.65.83 availability_zone              us-east4-c
instance-0000000001 10.46.65.83 10.46.65.83 logical_availability_zone      zone-1
GET _cat/pending_tasks?v=true

クエリは通るがデータがない模様

insertOrder timeInQueue priority source
GET _cat/plugins?v=true

クエリは通るがデータがない模様

name component version
GET _cat/recovery?v=true
index                                                            shard time  type        stage source_host source_node         target_host target_node         repository snapshot files files_recovered files_percent files_total bytes   bytes_recovered bytes_percent bytes_total translog_ops translog_ops_recovered translog_ops_percent
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001      0     56ms  peer        done  10.46.64.7  instance-0000000000 10.46.65.83 instance-0000000001 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          2            2                      100.0%
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001      0     501ms peer        done  10.46.64.7  instance-0000000000 10.46.65.82 instance-0000000002 n/a        n/a      19    19              100.0%        19          9.6mb   9.6mb           100.0%        9.6mb       0            0                      100.0%
.ds-logs-apm.app-default-2023.05.03-000002                       0     12ms  empty_store done  n/a         n/a                 10.46.64.7  instance-0000000000 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          0            0                      100.0%
.ds-logs-apm.app-default-2023.05.03-000002                       0     28ms  peer        done  10.46.64.7  instance-0000000000 10.46.65.82 instance-0000000002 n/a        n/a      1     1               100.0%        1           225b    225b            100.0%        225b        0            0                      100.0%
.ds-traces-apm.rum-default-2023.04.05-000001                     0     18s   peer        done  10.46.64.7  instance-0000000000 10.46.65.83 instance-0000000001 n/a        n/a      119   119             100.0%        119         5gb     5gb             100.0%        5gb         0            0                      100.0%
.ds-traces-apm.rum-default-2023.04.05-000001                     0     886ms peer        done  10.46.65.83 instance-0000000001 10.46.65.82 instance-0000000002 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          427          427                    100.0%
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     27ms  peer        done  10.46.65.82 instance-0000000002 10.46.64.7  instance-0000000000 n/a        n/a      1     1               100.0%        1           225b    225b            100.0%        225b        0            0                      100.0%
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     14ms  empty_store done  n/a         n/a                 10.46.65.82 instance-0000000002 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          0            0                      100.0%
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     2.7s  peer        done  10.46.65.83 instance-0000000001 10.46.64.7  instance-0000000000 n/a        n/a      43    43              100.0%        43          518.8mb 518.8mb         100.0%        518.8mb     0            0                      100.0%
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     2.9s  peer        done  10.46.65.83 instance-0000000001 10.46.65.82 instance-0000000002 n/a        n/a      43    43              100.0%        43          518.8mb 518.8mb         100.0%        518.8mb     0            0                      100.0%
.ds-traces-apm.rum-default-2023.05.03-000002                     0     27ms  peer        done  10.46.65.82 instance-0000000002 10.46.65.83 instance-0000000001 n/a        n/a      1     1               100.0%        1           225b    225b            100.0%        225b        0            0                      100.0%
.ds-traces-apm.rum-default-2023.05.03-000002                     0     15ms  empty_store done  n/a         n/a                 10.46.65.82 instance-0000000002 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          0            0                      100.0%
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     59ms  peer        done  10.46.65.82 instance-0000000002 10.46.64.7  instance-0000000000 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          111          111                    100.0%
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     64ms  peer        done  10.46.64.7  instance-0000000000 10.46.65.82 instance-0000000002 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          86           86                     100.0%
.ds-logs-apm.error-default-2023.05.03-000002                     0     11ms  empty_store done  n/a         n/a                 10.46.65.83 instance-0000000001 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          0            0                      100.0%
.ds-logs-apm.error-default-2023.05.03-000002                     0     534ms peer        done  10.46.65.83 instance-0000000001 10.46.65.82 instance-0000000002 n/a        n/a      1     1               100.0%        1           225b    225b            100.0%        225b        0            0                      100.0%
.ds-metrics-apm.internal-default-2023.05.03-000002               0     12ms  empty_store done  n/a         n/a                 10.46.65.83 instance-0000000001 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          0            0                      100.0%
.ds-metrics-apm.internal-default-2023.05.03-000002               0     576ms peer        done  10.46.65.83 instance-0000000001 10.46.65.82 instance-0000000002 n/a        n/a      1     1               100.0%        1           225b    225b            100.0%        225b        10           10                     100.0%
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     29ms  peer        done  10.46.64.7  instance-0000000000 10.46.65.83 instance-0000000001 n/a        n/a      1     1               100.0%        1           225b    225b            100.0%        225b        0            0                      100.0%
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     14ms  empty_store done  n/a         n/a                 10.46.64.7  instance-0000000000 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          0            0                      100.0%
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     12ms  empty_store done  n/a         n/a                 10.46.65.83 instance-0000000001 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          0            0                      100.0%
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     528ms peer        done  10.46.65.83 instance-0000000001 10.46.64.7  instance-0000000000 n/a        n/a      1     1               100.0%        1           225b    225b            100.0%        225b        0            0                      100.0%
.ds-metrics-apm.internal-default-2023.04.05-000001               0     10.1s peer        done  10.46.64.7  instance-0000000000 10.46.65.83 instance-0000000001 n/a        n/a      76    76              100.0%        76          2gb     2gb             100.0%        2gb         0            0                      100.0%
.ds-metrics-apm.internal-default-2023.04.05-000001               0     410ms peer        done  10.46.64.7  instance-0000000000 10.46.65.82 instance-0000000002 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          490          490                    100.0%
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     82ms  peer        done  10.46.64.7  instance-0000000000 10.46.65.83 instance-0000000001 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          23           23                     100.0%
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     1.2s  peer        done  10.46.64.7  instance-0000000000 10.46.65.82 instance-0000000002 n/a        n/a      25    25              100.0%        25          50.3mb  50.3mb          100.0%        50.3mb      0            0                      100.0%
.ds-traces-apm-default-2023.05.03-000002                         0     22ms  peer        done  10.46.64.7  instance-0000000000 10.46.65.83 instance-0000000001 n/a        n/a      1     1               100.0%        1           225b    225b            100.0%        225b        0            0                      100.0%
.ds-traces-apm-default-2023.05.03-000002                         0     11ms  empty_store done  n/a         n/a                 10.46.64.7  instance-0000000000 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          0            0                      100.0%
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     15ms  empty_store done  n/a         n/a                 10.46.65.83 instance-0000000001 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          0            0                      100.0%
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     536ms peer        done  10.46.65.83 instance-0000000001 10.46.65.82 instance-0000000002 n/a        n/a      1     1               100.0%        1           225b    225b            100.0%        225b        0            0                      100.0%
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     665ms peer        done  10.46.65.82 instance-0000000002 10.46.65.83 instance-0000000001 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          177          177                    100.0%
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     627ms peer        done  10.46.65.83 instance-0000000001 10.46.65.82 instance-0000000002 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          187          187                    100.0%
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     12ms  empty_store done  n/a         n/a                 10.46.64.7  instance-0000000000 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          0            0                      100.0%
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     29ms  peer        done  10.46.64.7  instance-0000000000 10.46.65.82 instance-0000000002 n/a        n/a      1     1               100.0%        1           225b    225b            100.0%        225b        0            0                      100.0%
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     937ms peer        done  10.46.64.7  instance-0000000000 10.46.65.83 instance-0000000001 n/a        n/a      37    37              100.0%        37          142.4mb 142.4mb         100.0%        142.4mb     0            0                      100.0%
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     70ms  peer        done  10.46.65.82 instance-0000000002 10.46.64.7  instance-0000000000 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          138          138                    100.0%
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     78ms  peer        done  10.46.65.82 instance-0000000002 10.46.64.7  instance-0000000000 n/a        n/a      1     1               100.0%        1           225b    225b            100.0%        225b        0            0                      100.0%
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     14ms  empty_store done  n/a         n/a                 10.46.65.82 instance-0000000002 n/a        n/a      0     0               0.0%          0           0b      0b              0.0%          0b          0            0                      100.0%
GET _cat/segments?v=true
index                                                            shard prirep ip          segment generation docs.count docs.deleted     size size.memory committed searchable version compound
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001      0     p      10.46.65.82 _1c90        62532      61803            0    7.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001      0     p      10.46.65.82 _1qiv        81031      17516            0      2mb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001      0     p      10.46.65.82 _1qye        81590        547            0   98.5kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001      0     p      10.46.65.82 _1qyf        81591          1            0   20.4kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001      0     p      10.46.65.82 _1qyg        81592          1            0   20.4kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001      0     p      10.46.65.82 _1qyh        81593          1            0   20.4kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001      0     r      10.46.65.83 _1p9q        79406      78486            0   14.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001      0     r      10.46.65.83 _1q16        80394       1072            0    1.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001      0     r      10.46.65.83 _1q90        80676        295            0  454.7kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001      0     r      10.46.65.83 _1q99        80685         10            0   26.1kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001      0     r      10.46.65.83 _1q9a        80686          1            0   20.4kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001      0     r      10.46.65.83 _1q9b        80687          1            0   20.4kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001      0     r      10.46.65.83 _1q9c        80688          1            0   20.4kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001      0     r      10.46.65.83 _1q9d        80689          1            0   20.4kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001      0     r      10.46.65.83 _1q9e        80690          2            0   21.5kb           0 true      true       9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     p      10.46.64.7  _1ofa        78310     176693            0   31.9mb           0 true      true       9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     p      10.46.64.7  _1rzx        82941      10283            0    3.7mb           0 true      true       9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     p      10.46.64.7  _1s8p        83257        805            0  619.4kb           0 true      true       9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     p      10.46.64.7  _1s9q        83294        185            0  119.3kb           0 true      false      9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     p      10.46.64.7  _1s9r        83295          2            0   17.9kb           0 true      false      9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     p      10.46.64.7  _1s9s        83296          1            0   16.9kb           0 true      false      9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     p      10.46.64.7  _1s9t        83297          1            0   16.9kb           0 true      false      9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     p      10.46.64.7  _1s9u        83298          1            0   16.9kb           0 true      false      9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     p      10.46.64.7  _1s9v        83299          6            0   20.7kb           0 true      false      9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     p      10.46.64.7  _1s9w        83300          1            0   16.9kb           0 true      false      9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     p      10.46.64.7  _1s9x        83301          1            0   16.9kb           0 true      false      9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     p      10.46.64.7  _1s9z        83303        203            0  137.2kb           0 false     true       9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     p      10.46.64.7  _1sa0        83304          1            0   16.9kb           0 false     true       9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     p      10.46.64.7  _1sa1        83305          1            0   16.9kb           0 false     true       9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     r      10.46.65.82 _1756        55914     154162            0   31.5mb           0 false     true       9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     r      10.46.65.82 _1huw        69800      33074            0    8.6mb           0 false     true       9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     r      10.46.65.82 _1i24        70060        400            0  287.4kb           0 false     true       9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     r      10.46.65.82 _1i2e        70070        343            0  291.9kb           0 false     true       9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     r      10.46.65.82 _1i2f        70071          5            0   20.1kb           0 false     true       9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     r      10.46.65.82 _1i2g        70072          1            0   16.9kb           0 false     true       9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     r      10.46.65.82 _1i2h        70073          1            0   16.9kb           0 false     true       9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     r      10.46.65.82 _1i2i        70074          6            0   20.8kb           0 false     true       9.5.0   true
.ds-logs-apm.app-default-2023.05.03-000002                       0     r      10.46.65.82 _1i2j        70075          1            0   16.9kb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _11vj        49087    1639151            0  525.3mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _38n0       151164    4688220            0    1.4gb           0 true      true       9.5.0   false
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _4ozr       219015     861578            0    276mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _5hqi       256266    3362673            0      1gb           0 true      true       9.5.0   false
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _7b1m       340906     799544            0  259.4mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _7x7o       369636    3100278            0 1000.9mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _82hy       376486     265448            0   83.7mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8a3k       386336     129504            0     42mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8cjm       389506     351774            0  110.4mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8ixw       397796      14144            0    6.3mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8jgi       398466      15029            0    6.5mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8jmm       398686      16042            0    6.1mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8ju4       398956     422328            0    136mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8l3y       400606      61935            0   25.8mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8m8s       402076      67171            0   27.1mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8nby       403486      61455            0   24.9mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8oe0       404856      14788            0    6.3mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8ok4       405076      53754            0     20mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8p7g       405916       8100            0    3.4mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8pai       406026      27240            0   11.6mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8pnk       406496       7293            0    3.1mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8psk       406676      14066            0    5.4mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8pvm       406786       3919            0    1.8mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8pvw       406796        115            0  131.4kb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8pvx       406797         20            0   49.6kb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     r      10.46.65.82 _8pvy       406798        281            0  142.7kb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _unp         39733     990291            0    322mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _2523        99867    1946057            0  623.9mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _3dff       157371    3225004            0      1gb           0 true      true       9.5.0   false
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _5csw       249872    3012688            0  961.9mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _77lw       336452    3360937            0      1gb           0 true      true       9.5.0   false
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8u4b       412283      47267            0   18.9mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8uxh       413333      46222            0   18.1mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8vhh       414053      41459            0   15.5mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8vvx       414573      28442            0     11mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8w9j       415063      16017            0    6.5mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8wi5       415373      21598            0    8.3mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8wqh       415673      25551            0      8mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8wx6       415914      11737            0    3.9mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8wy9       415953    3115636            0 1004.6mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8y0v       417343      76375            0   26.8mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8y8x       417633       2344            0      1mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8ybf       417723       3076            0    1.2mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8ycj       417763       2466            0    1.1mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8yd3       417783       1726            0  965.2kb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8ydn       417803       1519            0  928.3kb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8ydx       417813       2138            0  927.2kb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8ye7       417823       2428            0    1.1mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8yeh       417833       3654            0    1.7mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8yf1       417853        603            0  351.5kb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8yf2       417854          7            0   43.6kb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8yf3       417855         31            0   58.2kb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8yf4       417856         15            0   48.6kb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8yf5       417857         14            0   49.6kb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8yf6       417858         23            0   52.7kb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.04.05-000001                     0     p      10.46.65.83 _8yf7       417859        525            0  227.4kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _4sh          6209     200417            0   66.6mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _8ad         10741     149369            0   48.1mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _fl0         20196     349897            0   89.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _hxr         23247      97496            0   30.9mb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _jo9         25497      85346            0   27.1mb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _lcj         27667      93109            0   30.1mb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _mt1         29557      52909            0   17.2mb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _nsl         30837      44061            0     14mb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _oif         31767      31513            0    9.9mb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _owv         32287      18877            0    6.1mb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p39         32517      22147            0    6.9mb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p3j         32527        431            0  169.3kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p3t         32537        471            0  172.5kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p3u         32538          4            0   11.6kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p3v         32539         41            0     29kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p3w         32540         84            0   44.1kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p3x         32541         45            0   29.3kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p3y         32542         26            0     23kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p3z         32543         20            0   20.6kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p40         32544         44            0     29kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p41         32545         43            0   29.2kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p42         32546         19            0     21kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p9a         32734         47            0   29.8kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p9d         32737     453961            0  104.5mb           0 false     true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p9j         32743         47            0   29.7kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p9k         32744         52            0   30.2kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p9n         32747        281            0  108.4kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p9s         32752         47            0   29.8kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p9x         32757        351            0  140.5kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p9z         32759         47            0   29.8kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _pa2         32762         50            0   30.1kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _pa7         32767        346            0  146.5kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _pa8         32768         95            0   46.4kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _pa9         32769         26            0   21.8kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _paa         32770         19            0   21.5kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _pab         32771         47            0   29.2kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     r      10.46.64.7  _pac         32772         47            0   29.2kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     p      10.46.65.82 _7jt          9785     311381            0   73.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     p      10.46.65.82 _bor         15147     190616            0   43.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     p      10.46.65.82 _dci         17298      83439            0   18.7mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     p      10.46.65.82 _iad         23701      85690            0   19.8mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     p      10.46.65.82 _lrp         28213     315945            0   71.2mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     p      10.46.65.82 _oa9         31473     115546            0   26.9mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     p      10.46.65.82 _oxb         32303       6401            0    1.6mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     p      10.46.65.82 _oz9         32373       6616            0    1.6mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     p      10.46.65.82 _p67         32623       7532            0    1.8mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     p      10.46.65.82 _p7l         32673       7853            0    1.8mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     p      10.46.65.82 _p99         32733      14571            0    3.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     p      10.46.65.82 _pfx         32973       8784            0      2mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     p      10.46.65.82 _pgh         32993        678            0  256.3kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     p      10.46.65.82 _pgi         32994         19            0   20.9kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     p      10.46.65.82 _pgj         32995         28            0   21.9kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002 0     p      10.46.65.82 _pgk         32996         47            0   29.2kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     r      10.46.64.7  _5xm          7690     218194            0   55.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     r      10.46.64.7  _ceh         16073     245453            0   59.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     r      10.46.64.7  _qwb         34859     555265            0    130mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     r      10.46.64.7  _1brp        61909     407270            0   85.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     r      10.46.64.7  _1n6k        76700     694657            0    152mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     r      10.46.64.7  _1q58        80540      57132            0   12.7mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     r      10.46.64.7  _1rk2        82370      20046            0    4.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     r      10.46.64.7  _1rrk        82640      78516            0   17.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     r      10.46.64.7  _1rx4        82840        943            0  261.3kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     r      10.46.64.7  _1rxe        82850        872            0  255.9kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     r      10.46.64.7  _1rxo        82860        910            0    261kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     r      10.46.64.7  _1rxy        82870       1121            0  304.4kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     r      10.46.64.7  _1ry8        82880       1072            0  297.8kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     r      10.46.64.7  _1ryi        82890       1199            0    312kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     p      10.46.65.82 _5xm          7690     218194            0   55.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     p      10.46.65.82 _ceh         16073     245453            0   59.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     p      10.46.65.82 _qwb         34859     555265            0    130mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     p      10.46.65.82 _1brp        61909     407270            0   85.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     p      10.46.65.82 _1n6k        76700     694657            0    152mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     p      10.46.65.82 _1q58        80540      57132            0   12.7mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     p      10.46.65.82 _1rk2        82370      20046            0    4.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     p      10.46.65.82 _1rrk        82640      78516            0   17.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     p      10.46.65.82 _1rx4        82840        943            0  261.3kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     p      10.46.65.82 _1rxe        82850        872            0  255.9kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     p      10.46.65.82 _1rxo        82860        910            0    261kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     p      10.46.65.82 _1rxy        82870       1121            0  304.4kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     p      10.46.65.82 _1ry8        82880       1072            0  297.8kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001 0     p      10.46.65.82 _1ryi        82890       1199            0    312kb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _1a8b        59915    1232420            0  397.9mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _378m       149350    2635354            0  846.8mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _56bb       241463      62723            0   23.7mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5c8x       249153      64393            0   22.7mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5dtv       251203     192232            0   61.7mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5etp       252493      35159            0   13.2mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5ffd       253273      48137            0   18.2mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5fzx       254013      18734            0    7.8mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5gbl       254433      13036            0    5.9mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5gh5       254633      21580            0    8.8mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5gtx       255093      13314            0    6.1mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5gzh       255293       8494            0    3.5mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5h1f       255363    4715473            0    1.4gb           0 true      true       9.5.0   false
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5iap       256993      63675            0   24.3mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5iyl       257853       4844            0      2mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5j2h       257993       5213            0    2.2mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5j45       258053       5971            0    2.8mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5j63       258123       5562            0    2.5mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5j7r       258183       5100            0    2.5mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5j9p       258253       7140            0      3mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5jbd       258313       7201            0    3.1mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5jdb       258383       7242            0    3.2mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5je5       258413        461            0  334.5kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5je6       258414          2            0   30.6kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5je7       258415          7            0     42kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5je8       258416         20            0   50.1kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5je9       258417          8            0   44.9kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5jef       258423        702            0  446.9kb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5jeg       258424         17            0   49.1kb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5jeh       258425         17            0   48.8kb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5jei       258426          7            0   43.6kb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5jej       258427          9            0   45.1kb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5jek       258428          2            0   30.6kb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     p      10.46.65.82 _5jel       258429         13            0   47.5kb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _eze         19418     805896            0  262.3mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _1j48        71432    1575262            0  507.6mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _2kpy       120166    3497826            0      1gb           0 true      true       9.5.0   false
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3b3q       154358     557346            0    178mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3ua0       179208      42319            0   16.2mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3uzk       180128      40125            0   14.9mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3vfe       180698      42996            0   15.9mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3w5i       181638      75634            0   24.7mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3woe       182318      17392            0      7mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3wvc       182568      28204            0   10.8mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xaw       183128      23665            0    7.7mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xfc       183288       8079            0    3.2mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xgq       183338       2481            0      1mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xgs       183340         20            0   49.8kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xgt       183341        158            0  100.3kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xgw       183344         15            0   48.7kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xgz       183347         28            0   57.2kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xh0       183348    2432296            0  781.9mb           0 true      true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xh3       183351         20            0   49.7kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xh4       183352        211            0  123.5kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xh5       183353         20            0     50kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xh6       183354         15            0   48.7kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xha       183358         17            0   49.1kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xhb       183359         94            0  126.5kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xhc       183360         31            0     58kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xhd       183361          7            0   43.6kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xhe       183362          7            0   43.3kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xhf       183363          2            0   30.6kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xhg       183364         16            0   49.8kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xhh       183365        575            0  236.6kb           0 true      false      9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xne       183578       2611            0  992.5kb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xoi       183618       2648            0  998.2kb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xqg       183688       2701            0    1.2mb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xra       183718       2742            0    1.1mb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xs4       183748       2943            0    1.3mb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xso       183768       2347            0  976.7kb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xsy       183778       2677            0    1.2mb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xt8       183788       3708            0    1.8mb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xuw       183848       1842            0  904.7kb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xux       183849          9            0   45.1kb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xuy       183850          2            0   30.6kb           0 false     true       9.5.0   true
.ds-traces-apm.rum-default-2023.05.03-000002                     0     r      10.46.65.83 _3xuz       183851         13            0   47.5kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     p      10.46.64.7  _12ez        49787    1658558            0   63.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     p      10.46.64.7  _1enb        65639     394452            0     15mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     p      10.46.64.7  _1jzk        72560     177072            0    6.9mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     p      10.46.64.7  _1kn6        73410      10972            0  461.9kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     p      10.46.64.7  _1kta        73630      15945            0  648.2kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     p      10.46.64.7  _1kxg        73780       3710            0  167.7kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     p      10.46.64.7  _1kxh        73781         31            0   13.4kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     p      10.46.64.7  _1kxi        73782         23            0   12.6kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     p      10.46.64.7  _1kxj        73783         32            0   13.3kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     p      10.46.64.7  _1kxk        73784         24            0   13.1kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     p      10.46.64.7  _1kxl        73785         30            0   13.7kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     p      10.46.64.7  _1kxm        73786         20            0   12.3kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     p      10.46.64.7  _1kxn        73787         27            0   12.6kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     r      10.46.65.82 _15t5        54185    1541701            0   68.8mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     r      10.46.65.82 _1j1k        71336     467656            0   22.9mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     r      10.46.65.82 _1mda        75646     129024            0    6.9mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     r      10.46.65.82 _1oqb        78707      49662            0    2.7mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     r      10.46.65.82 _1p97        79387      53544            0    2.9mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     r      10.46.65.82 _1po7        79927      15389            0  859.1kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     r      10.46.65.82 _1ps3        80067       3681            0  249.4kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     r      10.46.65.82 _1ps4        80068        106            0   17.9kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     r      10.46.65.82 _1ps5        80069         86            0   16.6kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     r      10.46.65.82 _1ps6        80070         20            0   12.3kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001     0     r      10.46.65.82 _1ps7        80071         27            0   12.6kb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _u54         39064     140291            0   99.3mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _1u4p        85705     478193            0  310.4mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _1yuz        91835      38235            0     46mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _22fl        96465      23139            0     30mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _28hd       104305      43383            0   36.6mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2fwm       113926      91891            0   61.4mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2j3v       118075      25535            0   34.1mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2jv4       119056       1135            0    1.4mb           0 true      false      9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2jx2       119126       1323            0    1.8mb           0 true      false      9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2jzk       119216       1509            0    2.1mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2k1i       119286       1505            0    1.9mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2k3g       119356       1595            0    2.1mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2k54       119416       1767            0      2mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2k72       119486       1544            0    2.1mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2k86       119526        157            0  335.7kb           0 true      false      9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2k87       119527          2            0   27.1kb           0 true      false      9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2k88       119528          2            0   27.1kb           0 true      false      9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2k89       119529          6            0   41.7kb           0 true      false      9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2k8a       119530          2            0   27.1kb           0 true      false      9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2k8b       119531          2            0   28.1kb           0 true      false      9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2k8c       119532          2            0     28kb           0 true      false      9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2k8d       119533          9            0   47.4kb           0 true      false      9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2k9u       119586       1648            0    2.2mb           0 false     true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2kcc       119676       2123            0    2.8mb           0 false     true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2kdq       119726        499            0  638.9kb           0 false     true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2kdr       119727          2            0   27.1kb           0 false     true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     r      10.46.65.82 _2kds       119728          3            0     38kb           0 false     true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _124n        49415     246784            0  161.1mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2a8q       106586       5375            0    7.5mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2c34       108976     547781            0  357.2mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2fek       113276       5615            0    8.3mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2gk8       114776      32583            0   42.7mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2hgq       115946       1506            0      2mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2hl6       116106       1525            0      2mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2hpm       116266       1839            0    2.2mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2hra       116326       1635            0      2mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2hum       116446       1900            0    2.5mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2hxo       116556       2098            0    2.7mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2hzc       116616       3578            0    4.5mb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2i10       116676        321            0  432.4kb           0 true      false      9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2i1a       116686        284            0  449.1kb           0 true      true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2i1b       116687          3            0     38kb           0 true      false      9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2i1c       116688          2            0   27.1kb           0 true      false      9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2i1d       116689          3            0   37.5kb           0 true      false      9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2i1e       116690          5            0   51.2kb           0 true      false      9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2i1k       116696        359            0  500.3kb           0 false     true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2i1l       116697         25            0   70.6kb           0 false     true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2i1m       116698          2            0   27.1kb           0 false     true       9.5.0   true
.ds-logs-apm.error-default-2023.05.03-000002                     0     p      10.46.65.83 _2i1n       116699          3            0     38kb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _2rk3       129027    1358327            0  141.7mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _7qms       361108    2453988            0  257.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _ckdu       586290    2477243            0  271.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _g7lq       756350    2135032            0  239.1mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _gzmw       792680     189362            0   38.8mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _ho6t       824501     587111            0   89.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _ijbx       864861     457561            0   50.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _ip99       872541      81873            0   19.6mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _jeun       905711     374409            0   54.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _jjif       911751      68280            0   16.3mb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _jnef       916791      49092            0   11.6mb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _jqbg       920572      60805            0   14.3mb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _jryv       922711       9000            0    3.3mb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _jse5       923261      11932            0    3.1mb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _jsqx       923721      15455            0      5mb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _jsut       923861        957            0  472.7kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _jsv3       923871        878            0  483.3kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _jsv4       923872          6            0   29.8kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _jsv5       923873          8            0   33.5kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _jsv6       923874          4            0   19.8kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _jsv7       923875         13            0   47.4kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _jsv8       923876         20            0   45.2kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _jsv9       923877          7            0   39.1kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _jsva       923878          6            0   21.1kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _k1ho       935052     343961            0   51.7mb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _k2dw       936212       2852            0    1.2mb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _k2j6       936402       2402            0    1.2mb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _k2oq       936602       3547            0    1.7mb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _k2s2       936722       3675            0    1.6mb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _k2v4       936832       4000            0    1.7mb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _k2yg       936952       3980            0    1.7mb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _k31s       937072       3563            0    1.7mb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _k336       937122        417            0  283.4kb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _k337       937123         15            0     35kb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _k338       937124          8            0   32.8kb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     r      10.46.65.82 _k339       937125          3            0   22.9kb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _2yb0       137772    1377298            0  144.2mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _5oh7       265003    2385033            0  248.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _8tdy       411334    3236425            0  335.2mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _9104       421204     178526            0   18.6mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _9r31       455005     315636            0   32.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _abbn       481235     789392            0   82.8mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _b5aj       520075     713505            0   74.9mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _bwp7       555595     459736            0   47.6mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cg2g       580696     607412            0   62.2mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _co1e       591026     144940            0   17.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _ctgy       598066     178954            0   19.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwwa       602506      93077            0     11mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwwf       602511        289            0  138.3kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwwu       602526         87            0  112.7kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwx4       602536         90            0  109.2kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwxe       602546        120            0  103.5kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwxo       602556        178            0  163.1kb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwxp       602557          6            0   34.3kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwxq       602558          5            0   31.3kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwxr       602559          3            0   19.3kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwxs       602560          4            0   29.2kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwxt       602561         14            0   43.6kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwxu       602562          1            0   24.2kb           0 true      false      9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwxv       602563       1795            0  545.1kb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwxy       602566        424            0  163.6kb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwys       602596        370            0  155.8kb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwz2       602606        344            0  160.4kb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwz3       602607          6            0   38.6kb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwz4       602608         11            0   41.4kb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwz5       602609         28            0   54.2kb           0 false     true       9.5.0   true
.ds-metrics-apm.internal-default-2023.05.03-000002               0     p      10.46.65.83 _cwz6       602610          8            0   39.5kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _9om         12550     516483            0   42.2mb           0 true      false      9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _ccq         16010     148674            0   12.1mb           0 true      false      9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _cki         16290      11894            0 1023.5kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _cl2         16310       1048            0  114.6kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _cl3         16311         73            0   20.3kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _cl4         16312         68            0   21.3kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _cl5         16313         30            0     18kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _cl6         16314         39            0   18.8kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _cl7         16315         73            0   22.4kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _cl8         16316         66            0   19.6kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _cl9         16317         43            0     18kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _gj3         21423     895230            0   52.4mb           0 false     true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _mh7         29131     317753            0   25.9mb           0 false     true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _ohg         31732     100930            0    8.4mb           0 false     true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _oz8         32372      14606            0    1.2mb           0 false     true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p20         32472      14620            0    1.2mb           0 false     true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p2u         32502         21            0   16.7kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p2v         32503       1079            0  119.1kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p2w         32504         20            0   16.2kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p2x         32505         34            0   18.3kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p2y         32506         21            0   16.4kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p2z         32507         31            0   16.7kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p30         32508         54            0     20kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     r      10.46.64.7  _p31         32509         54            0   19.7kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     p      10.46.65.83 _kpq         26846    1110422            0   56.8mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     p      10.46.65.83 _nx1         30997     181233            0    9.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     p      10.46.65.83 _os5         32117      47725            0    2.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     p      10.46.65.83 _oun         32207       2329            0  165.1kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     p      10.46.65.83 _ov7         32227       2530            0  181.5kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     p      10.46.65.83 _ov8         32228         54            0   20.1kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     p      10.46.65.83 _ov9         32229         52            0     20kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     p      10.46.65.83 _ova         32230         35            0   18.5kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     p      10.46.65.83 _ovb         32231         19            0   16.4kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002 0     p      10.46.65.83 _ovc         32232         54            0   19.7kb           0 false     true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     p      10.46.64.7  _dm1         17641     362204            0   19.1mb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     p      10.46.64.7  _i1t         23393     120681            0    6.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     p      10.46.64.7  _jdi         25110      36501            0      2mb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     p      10.46.64.7  _jo8         25496       8257            0  604.2kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     p      10.46.64.7  _jo9         25497         23            0   32.1kb           0 true      false      9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     p      10.46.64.7  _joa         25498         23            0   32.1kb           0 true      false      9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     p      10.46.64.7  _job         25499         14            0   26.5kb           0 true      false      9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     p      10.46.64.7  _joc         25500          9            0   27.4kb           0 true      false      9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     p      10.46.64.7  _jod         25501         23            0   32.1kb           0 true      false      9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     p      10.46.64.7  _joe         25502         23            0   32.1kb           0 true      false      9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     p      10.46.64.7  _joh         25505        161            0   46.5kb           0 false     true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     r      10.46.65.83 _cgk         16148     366298            0   35.9mb           0 true      false      9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     r      10.46.65.83 _cme         16358       4991            0    1.2mb           0 true      false      9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     r      10.46.65.83 _cns         16408       1173            0  330.3kb           0 true      false      9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     r      10.46.65.83 _cnt         16409         23            0   32.1kb           0 true      false      9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     r      10.46.65.83 _cnu         16410         23            0   32.2kb           0 true      false      9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     r      10.46.65.83 _cnv         16411         10            0   25.9kb           0 true      false      9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     r      10.46.65.83 _cnw         16412         13            0   30.1kb           0 true      false      9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     r      10.46.65.83 _cnx         16413         23            0   32.1kb           0 true      false      9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     r      10.46.65.83 _i8d         23629     527298            0   35.3mb           0 false     true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     r      10.46.65.83 _i8m         23638        230            0   94.3kb           0 false     true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     r      10.46.65.83 _i8w         23648        207            0   92.7kb           0 false     true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     r      10.46.65.83 _i8x         23649         23            0   32.1kb           0 false     true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     r      10.46.65.83 _i8y         23650         23            0   32.1kb           0 false     true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002    0     r      10.46.65.83 _i8z         23651         23            0   32.1kb           0 false     true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     p      10.46.65.82 _vlr         40959     908162            0   49.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     p      10.46.65.82 _vx5         41369       3266            0  262.6kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     p      10.46.65.82 _vxz         41399       3542            0  275.8kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     p      10.46.65.82 _vyj         41419       3381            0  218.9kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     p      10.46.65.82 _vyk         41420         23            0     32kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     p      10.46.65.82 _vyl         41421         46            0   33.4kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     p      10.46.65.82 _vym         41422         23            0     32kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     p      10.46.65.82 _vyn         41423         23            0   32.1kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     r      10.46.65.83 _nt8         30860     650585            0   47.7mb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     r      10.46.65.83 _wbc         41880     234646            0   22.2mb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     r      10.46.65.83 _xha         43390      31763            0    3.8mb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     r      10.46.65.83 _xio         43440        644            0  207.5kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     r      10.46.65.83 _xiy         43450        644            0  207.5kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     r      10.46.65.83 _xiz         43451         23            0   32.1kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     r      10.46.65.83 _xj0         43452         23            0   32.1kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     r      10.46.65.83 _xj1         43453         23            0   32.1kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     r      10.46.65.83 _xj2         43454         23            0     32kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     r      10.46.65.83 _xj3         43455         23            0   32.1kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     r      10.46.65.83 _xj4         43456         23            0   32.1kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     r      10.46.65.83 _xj5         43457         23            0     32kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001    0     r      10.46.65.83 _xj6         43458         23            0   32.1kb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _4av4       200704    2593647            0  295.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _8khz       399815    2192658            0  237.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _csmp       596977    2847983            0  318.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _inet       870149    4184481            0  439.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _kke5       959549     862735            0  106.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _onqn      1150511    3080013            0  321.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _p92f      1178151     378164            0   56.9mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _puqp      1206241     888901            0  119.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _qe7k      1231472     258967            0   37.9mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _qya2      1257482     767585            0  105.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _rsk2      1296722     386957            0   53.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _sh03      1328403     592283            0   81.9mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _sm8e      1335182      96368            0   22.8mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _st15      1343993     123869            0   19.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _sy9r      1350783      28146            0    7.1mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _sz5f      1351923      61176            0   13.9mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _t2f7      1356163      28867            0    6.7mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _t3id      1357573      69294            0   16.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _t4cx      1358673       4614            0    1.9mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _t4fp      1358773       4287            0    1.9mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _t4j1      1358893       4776            0    2.1mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _t4md      1359013       4988            0    2.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _t4ob      1359083       1439            0  357.7kb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     r      10.46.65.82 _t4oc      1359084        279            0  136.1kb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _4fqj       207019    2564004            0  272.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _d1bw       608252    4933657            0  522.6mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _nvgz      1113875    8655709            0  908.7mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _p6cs      1174636     983803            0  102.1mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _pkmy      1193146     209546            0   22.2mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _pxgm      1209766     188648            0   19.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _q64a      1220986     172475            0     18mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _qjva      1238806     220324            0   23.7mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _qvta      1254286     102046            0     12mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _r5gs      1266796     468936            0   48.1mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _rv30      1299996     519866            0   53.6mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _s58v      1313167     138552            0     16mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _sbud      1321717      33004            0    4.7mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _sdht      1323857     171225            0   18.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _sgxp      1328317      11683            0    2.1mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _shc5      1328837      19965            0    2.8mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _si3x      1329837      21749            0    2.9mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _siq5      1330637      16136            0    2.8mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _sj0f      1331007       4344            0      2mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _sj3r      1331127      22941            0      3mb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _sjc3      1331427       1759            0  506.4kb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _sjcn      1331447       1867            0  539.1kb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _sjco      1331448          3            0   19.2kb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _sjcp      1331449          4            0     29kb           0 true      true       9.5.0   true
.ds-metrics-apm.internal-default-2023.04.05-000001               0     p      10.46.65.83 _sjcq      1331450        231            0  123.1kb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _23g2        97778   16194099            0    4.9gb           0 true      true       9.5.0   false
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _4a2d       199669   16215159            0    4.9gb           0 true      true       9.5.0   false
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _6f2c       299460   16180014            0    4.9gb           0 true      true       9.5.0   false
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _8bsj       388531   16228391            0    4.9gb           0 true      true       9.5.0   false
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _8v70       413676    3420789            0      1gb           0 true      true       9.5.0   false
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _9pk7       453031    4670034            0    1.4gb           0 true      true       9.5.0   false
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _9tjt       458201     162620            0   53.5mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _agni       488142     104701            0   34.8mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _ah4g       488752      26142            0    9.2mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _aiju       490602      36320            0   12.6mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _aiq8       490832    6088388            0    1.8gb           0 true      true       9.5.0   false
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _ajvc       492312     137210            0   45.4mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _ak5m       492682      19002            0    6.9mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _akyi       493722     653840            0    206mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _alco       494232      92962            0   30.3mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _alpq       494702      18700            0    6.6mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _alss       494812     115869            0   38.9mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _am5a       495262      86461            0   29.2mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _amhi       495702      14501            0    5.1mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _amjq       495782      88774            0     30mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _amyq       496322      79887            0   26.5mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _an6s       496612      12448            0    4.5mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _an8q       496682      14278            0    5.3mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _an91       496693      50532            0   16.4mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _anb1       496765      10802            0    3.8mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _andg       496852      13388            0      5mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _aneu       496902      10911            0    4.1mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _anfo       496932       1515            0  817.8kb           0 true      false      9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _anfp       496933         72            0   69.8kb           0 true      false      9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _anfq       496934         71            0   64.1kb           0 true      false      9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _anfr       496935         68            0   79.1kb           0 true      false      9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _anfs       496936         93            0   78.6kb           0 true      false      9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _angi       496962       4497            0      2mb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _angj       496963         76            0   77.4kb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _angk       496964         30            0   50.2kb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _angl       496965         84            0   76.6kb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _angm       496966          3            0   37.6kb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _angn       496967         33            0   50.9kb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _ango       496968         66            0   74.7kb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     p      10.46.64.7  _angp       496969         39            0   58.4kb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _1g45        67541   15997740            0    4.9gb           0 true      true       9.5.0   false
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _2pf0       126252   16179920            0    4.9gb           0 true      true       9.5.0   false
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _3z55       185513   16268717            0    4.9gb           0 true      true       9.5.0   false
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _4z31       232093    1577129            0  497.6mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _582d       243733   15610248            0    4.7gb           0 true      true       9.5.0   false
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _5vhp       274093    6792676            0      2gb           0 true      true       9.5.0   false
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6133       281343    1018588            0    321mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6fwg       300544    1111330            0  352.3mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6imi       304074      26550            0    8.9mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6iqe       304214      72709            0   24.4mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6izb       304535      57921            0   19.1mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6j68       304784      37321            0   12.5mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6jg8       305144      78946            0   25.9mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6jn6       305394      51939            0   17.2mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6jq8       305504      50635            0   16.4mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6jue       305654      22937            0      8mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6jw2       305714      12532            0    4.7mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6jww       305744       3535            0    1.5mb           0 true      false      9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6jx6       305754    5693365            0    1.7gb           0 true      true       9.5.0   false
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6jxp       305773      10541            0    3.7mb           0 true      true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6jxr       305775        524            0  342.7kb           0 true      false      9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6jyb       305795        629            0  389.8kb           0 true      false      9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6jyl       305805        700            0  411.7kb           0 true      false      9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6jyv       305815        697            0  416.7kb           0 true      false      9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6jz5       305825        719            0  419.3kb           0 true      false      9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6jz6       305826       1790            0  765.3kb           0 true      false      9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6jzf       305835        960            0  503.6kb           0 true      false      9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6jzp       305845        854            0  545.1kb           0 true      false      9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6jzz       305855       1002            0  582.8kb           0 true      false      9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k00       305856         12            0   51.2kb           0 true      false      9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k01       305857       5735            0    2.1mb           0 true      false      9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k02       305858          3            0   34.1kb           0 true      false      9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k1q       305918      10860            0    3.8mb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k31       305965       7052            0    2.8mb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k3u       305994       5870            0    2.6mb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k40       306000      10953            0    3.8mb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k44       306004       6935            0    3.1mb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k58       306044       9535            0    3.8mb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k5s       306064      11604            0    4.3mb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k6w       306104       8827            0    3.4mb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k7q       306134       2548            0    1.1mb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k7r       306135        114            0   93.5kb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k7s       306136        116            0    108kb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k7t       306137         88            0     85kb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k7u       306138         27            0     50kb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k7v       306139        147            0  113.3kb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k7w       306140          6            0     39kb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k7x       306141        115            0   79.2kb           0 false     true       9.5.0   true
.ds-traces-apm-default-2023.05.03-000002                         0     r      10.46.65.83 _6k7y       306142         65            0   61.7kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     r      10.46.65.82 _jg6         25206     857143            0   43.8mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     r      10.46.65.82 _k56         26106      30239            0    1.5mb           0 true      false      9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     r      10.46.65.82 _ke2         26426      10991            0  622.8kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     r      10.46.65.82 _kg0         26496       2491            0  173.2kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     r      10.46.65.82 _kg1         26497         51            0   13.5kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     r      10.46.65.82 _kg2         26498         29            0   12.3kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     r      10.46.65.82 _kg3         26499         22            0   11.8kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     r      10.46.65.82 _kg4         26500         28            0   12.3kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     r      10.46.65.82 _odc         31584     215626            0   10.4mb           0 false     true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     r      10.46.65.82 _ou8         32192      20984            0    1.1mb           0 false     true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     r      10.46.65.82 _ox0         32292       3427            0  234.2kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     r      10.46.65.82 _oxa         32302        317            0   32.5kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     r      10.46.65.82 _oxb         32303         46            0     13kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     p      10.46.65.83 _m5m         28714     915996            0   34.2mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     p      10.46.65.83 _pbo         32820     134147            0      5mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     p      10.46.65.83 _q4g         33856      33888            0    1.2mb           0 true      false      9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     p      10.46.65.83 _qda         34174      11562            0    473kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     p      10.46.65.83 _qek         34220       1633            0   96.9kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     p      10.46.65.83 _qel         34221         45            0   13.2kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     p      10.46.65.83 _qem         34222         21            0   11.9kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     p      10.46.65.83 _qen         34223         22            0   11.9kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     p      10.46.65.83 _qeo         34224         93            0     16kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     p      10.46.65.83 _qep         34225         44            0   13.2kb           0 true      false      9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     p      10.46.65.83 _qeq         34226         18            0   11.8kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002     0     p      10.46.65.83 _qet         34229      47382            0    1.7mb           0 false     true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     r      10.46.65.82 _io3         24195     926577            0  141.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     r      10.46.65.82 _od3         31575     647317            0   97.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     r      10.46.65.82 _xoo         43656    2033176            0  304.6mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     r      10.46.65.82 _10fa        47206     143121            0   21.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     r      10.46.65.82 _14rz        52847     345444            0   52.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     r      10.46.65.82 _19bv        58747     644482            0   96.8mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     r      10.46.65.82 _1bob        61787     133426            0   20.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     r      10.46.65.82 _1d0n        63527      65400            0   10.2mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     r      10.46.65.82 _1dxf        64707     267634            0   40.8mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     r      10.46.65.82 _1ekr        65547      18291            0    3.2mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     r      10.46.65.82 _1em5        65597      15135            0    2.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     r      10.46.65.82 _1eo3        65667      18493            0    2.9mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     r      10.46.65.82 _1eq1        65737      16705            0    2.9mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     r      10.46.65.82 _1erz        65807      18740            0    3.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     r      10.46.65.82 _1es9        65817        723            0  178.9kb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _dwp         18025     831113            0  160.6mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _zmf         46167    2405053            0  392.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _16qj        55387     227536            0   46.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1a29        59697     623102            0   97.6mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1ir2        70958     580398            0  110.8mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1k2a        72658      99495            0   26.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1o6w        78008     296235            0   64.6mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1pde        79538      79200            0   21.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1qem        80878      31035            0    8.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1qqk        81308      64667            0     17mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1rc8        82088       9375            0    2.7mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1rdw        82148       9302            0    2.6mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1rfu        82218       9780            0    2.8mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1rhi        82278      21311            0    5.9mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1rku        82398       5967            0    1.7mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1rl4        82408        579            0  208.1kb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1rl5        82409        177            0   85.7kb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1rl6        82410         53            0   44.9kb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1rl7        82411         70            0   47.7kb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1rl8        82412         49            0   43.8kb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1rl9        82413         68            0   47.7kb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1rla        82414         42            0   39.9kb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001         0     p      10.46.65.83 _1rlb        82415         57            0   45.2kb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     p      10.46.64.7  _3hf          4515     365044            0   55.8mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     p      10.46.64.7  _fw2         20594    1294368            0    192mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     p      10.46.64.7  _mum         29614     203214            0     31mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     p      10.46.64.7  _oly         31894     743951            0  110.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     p      10.46.64.7  _p8q         32714      12276            0    2.1mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     p      10.46.64.7  _pc2         32834      10940            0      2mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     p      10.46.64.7  _phm         33034      15064            0    2.6mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     p      10.46.64.7  _pjk         33104      15632            0    2.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     p      10.46.64.7  _pls         33184      16816            0      3mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     p      10.46.64.7  _pnq         33254      16251            0    2.9mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     p      10.46.64.7  _pp4         33304      16036            0    2.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     p      10.46.64.7  _pr2         33374      15771            0    2.7mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     p      10.46.64.7  _prc         33384        727            0  263.1kb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     p      10.46.64.7  _prd         33385         50            0   45.8kb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     p      10.46.64.7  _pre         33386         54            0   47.2kb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     p      10.46.64.7  _prf         33387         55            0   45.6kb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     p      10.46.64.7  _prg         33388        108            0   65.8kb           0 false     true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     p      10.46.64.7  _prh         33389        110            0   66.6kb           0 false     true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _1zt          2585     195180            0     52mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _abs         13384     389645            0   80.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _e28         18224     852980            0  149.3mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _gvw         21884     385879            0   76.4mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _kf5         26465     529638            0  111.5mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _kv9         27045       9633            0    2.7mb           0 true      false      9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _kwx         27105       9832            0    2.8mb           0 true      false      9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _kzz         27215      10764            0      3mb           0 true      false      9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _l1n         27275      13287            0    3.7mb           0 true      false      9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _l3b         27335      14913            0      4mb           0 true      false      9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _l4z         27395      14742            0      4mb           0 true      false      9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _l6d         27445      24213            0    6.6mb           0 true      true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _laj         27595      14295            0    3.9mb           0 true      false      9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _lb3         27615       2299            0  718.1kb           0 true      false      9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _lb4         27616        374            0  141.4kb           0 true      false      9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _lb5         27617         66            0     48kb           0 true      false      9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _lgd         27805     108602            0   18.6mb           0 false     true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _m35         28625      29289            0    7.7mb           0 false     true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _m8p         28825      83850            0   22.2mb           0 false     true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _mqh         29465      59193            0   15.6mb           0 false     true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _n3t         29945      20161            0    5.4mb           0 false     true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _n57         29995      39496            0   10.3mb           0 false     true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _n6x         30057         53            0   45.8kb           0 false     true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _n75         30065       8070            0    2.3mb           0 false     true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _n76         30066         49            0   44.6kb           0 false     true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _n77         30067         59            0   48.4kb           0 false     true       9.5.0   true
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002         0     r      10.46.65.82 _n78         30068        110            0   66.6kb           0 false     true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     p      10.46.64.7  _wr9         42453    1457303            0   75.7mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     p      10.46.64.7  _1d83        63795     447002            0   23.2mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     p      10.46.64.7  _1olu        78546     757718            0   39.2mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     p      10.46.64.7  _1por        79947      11774            0  668.6kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     p      10.46.64.7  _1pxx        80277      10919            0  651.3kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     p      10.46.64.7  _1q2x        80457      15262            0  883.3kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     p      10.46.64.7  _1q87        80647      15137            0    860kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     p      10.46.64.7  _1qd7        80827      16451            0  967.6kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     p      10.46.64.7  _1qh3        80967       3963            0  245.9kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     p      10.46.64.7  _1qh4        80968         44            0   20.3kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     p      10.46.64.7  _1qh5        80969         20            0   15.7kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     p      10.46.64.7  _1qh6        80970         39            0   19.6kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     r      10.46.65.83 _wr9         42453    1457303            0   75.7mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     r      10.46.65.83 _1d83        63795     447002            0   23.2mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     r      10.46.65.83 _1olu        78546     757718            0   39.2mb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     r      10.46.65.83 _1por        79947      11774            0  668.6kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     r      10.46.65.83 _1pxx        80277      10919            0  651.3kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     r      10.46.65.83 _1q2x        80457      15262            0  883.3kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     r      10.46.65.83 _1q87        80647      15137            0    860kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     r      10.46.65.83 _1qd7        80827      16451            0  967.6kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     r      10.46.65.83 _1qh3        80967       3963            0  245.9kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     r      10.46.65.83 _1qh4        80968         44            0   20.3kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     r      10.46.65.83 _1qh5        80969         20            0   15.7kb           0 true      true       9.5.0   true
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001 0     r      10.46.65.83 _1qh6        80970         39            0   19.6kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     r      10.46.64.7  _wm5         42269      44697            0   16.5mb           0 false     true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     r      10.46.64.7  _x7n         43043        903            0    1.2mb           0 false     true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     r      10.46.64.7  _xe3         43275        266            0  398.7kb           0 false     true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     r      10.46.64.7  _xek         43292         24            0   52.2kb           0 false     true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     r      10.46.64.7  _xel         43293          1            0   20.4kb           0 false     true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     r      10.46.64.7  _xem         43294          1            0   20.4kb           0 false     true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     r      10.46.64.7  _xen         43295          1            0   20.4kb           0 false     true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     r      10.46.64.7  _xeo         43296          1            0   20.4kb           0 false     true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     r      10.46.64.7  _xep         43297          1            0   20.4kb           0 false     true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     p      10.46.65.82 _xwj         43939      41982            0    4.9mb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     p      10.46.65.82 _110j        47971       3764            0  489.8kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     p      10.46.65.82 _114k        48116        143            0   67.8kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     p      10.46.65.82 _114l        48117          2            0   21.5kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     p      10.46.65.82 _114m        48118          1            0   20.4kb           0 true      true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     p      10.46.65.82 _114n        48119          1            0   20.4kb           0 false     true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     p      10.46.65.82 _114o        48120          1            0   20.4kb           0 false     true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     p      10.46.65.82 _114p        48121          1            0   20.4kb           0 false     true       9.5.0   true
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002      0     p      10.46.65.82 _114q        48122          1            0   20.4kb           0 false     true       9.5.0   true
GET _cat/shards?v=true
index                                                                                                                           shard prirep state       docs   store ip          node
finance-demo-email-campaign-2019-02-19                                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
finance-demo-email-campaign-2019-02-19                                                                                          0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-endpoint.events.process-default-2023.04.06-000001                                                                      0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-logs-endpoint.events.process-default-2023.04.06-000001                                                                      0     r      STARTED                  10.46.65.82 instance-0000000002
flights-2                                                                                                                       0     r      STARTED                  10.46.65.83 instance-0000000001
flights-2                                                                                                                       0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-app_search.analytics-default-2023.04.05-000001                                                                         0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-logs-app_search.analytics-default-2023.04.05-000001                                                                         0     p      STARTED                  10.46.64.7  instance-0000000000
filebeat-8.7.0-siem-2023.05.17                                                                                                  0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-metricbeat-8.7.0-2023.05.13-000071                                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metricbeat-8.7.0-2023.05.13-000071                                                                                          0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-system.uptime-default-2023.04.06-000001                                                                             0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-system.uptime-default-2023.04.06-000001                                                                             0     p      STARTED                  10.46.65.82 instance-0000000002
.internal.alerts-observability.uptime.alerts-default-000001                                                                     0     r      STARTED                  10.46.65.83 instance-0000000001
.internal.alerts-observability.uptime.alerts-default-000001                                                                     0     p      STARTED                  10.46.65.82 instance-0000000002
.kibana-event-log-8.7.0-000002                                                                                                  0     r      STARTED                  10.46.65.83 instance-0000000001
.kibana-event-log-8.7.0-000002                                                                                                  0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-heartbeat-8.2.3-2023.05.14-000073                                                                                           0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-heartbeat-8.2.3-2023.05.14-000073                                                                                           0     r      STARTED                  10.46.64.7  instance-0000000000
packetbeat-8.7.0-siem-2023.05.17                                                                                                0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-.monitoring-kibana-8-mb-2023.05.14-000026                                                                                   0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-.monitoring-kibana-8-mb-2023.05.14-000026                                                                                   0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-crawler2_domains-configuration_oid-name-unique-constraint                                                  0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-crawler2_domains-configuration_oid-name-unique-constraint                                                  0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler2_domains-configuration_oid-name-unique-constraint                                                  0     r      STARTED                  10.46.65.82 instance-0000000002
.transform-notifications-000002                                                                                                 0     r      STARTED                  10.46.65.83 instance-0000000001
.transform-notifications-000002                                                                                                 0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-apm.transaction.10m-default-2023.04.05-000001                                                                       0     p      STARTED  1364379 480.1mb 10.46.65.83 instance-0000000001
.ds-metrics-apm.transaction.10m-default-2023.04.05-000001                                                                       0     r      STARTED  1364379 480.4mb 10.46.64.7  instance-0000000000
.ds-metricbeat-8.7.0-2023.05.17-000079                                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metricbeat-8.7.0-2023.05.17-000079                                                                                          0     p      STARTED                  10.46.65.82 instance-0000000002
.fleet-policies-7                                                                                                               0     p      STARTED                  10.46.65.83 instance-0000000001
.fleet-policies-7                                                                                                               0     r      STARTED                  10.46.65.82 instance-0000000002
.metrics-endpoint.metadata_united_default                                                                                       0     r      STARTED                  10.46.65.83 instance-0000000001
.metrics-endpoint.metadata_united_default                                                                                       0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-system.process.summary-default-2023.04.06-000001                                                                    0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-system.process.summary-default-2023.04.06-000001                                                                    0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-synthetics-browser.screenshot-default-2023.05.17-000008                                                                     0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-synthetics-browser.screenshot-default-2023.05.17-000008                                                                     0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-system.process.summary-default-2023.05.06-000002                                                                    0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-system.process.summary-default-2023.05.06-000002                                                                    0     r      STARTED                  10.46.65.82 instance-0000000002
earthquakes                                                                                                                     0     r      STARTED                  10.46.65.83 instance-0000000001
earthquakes                                                                                                                     0     p      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-workplace_search_pre_content_sources_v3-context-workplace_search_account_id-service_type-unique-constraint 0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-workplace_search_pre_content_sources_v3-context-workplace_search_account_id-service_type-unique-constraint 0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-workplace_search_pre_content_sources_v3-context-workplace_search_account_id-service_type-unique-constraint 0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-elastic_agent.metricbeat-default-2023.04.06-000001                                                                  0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-elastic_agent.metricbeat-default-2023.04.06-000001                                                                  0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler2_extraction_rules                                                                                  0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-crawler2_extraction_rules                                                                                  0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler2_extraction_rules                                                                                  0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-filebeat-8.7.0-2023.05.13-000071                                                                                            0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-filebeat-8.7.0-2023.05.13-000071                                                                                            0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-elastic_agent.filebeat-default-2023.05.06-000002                                                                    0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-elastic_agent.filebeat-default-2023.05.06-000002                                                                    0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-system.filesystem-default-2023.04.06-000001                                                                         0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-system.filesystem-default-2023.04.06-000001                                                                         0     r      STARTED                  10.46.65.82 instance-0000000002
filebeat-8.7.0-siem-2023.05.15                                                                                                  0     p      STARTED                  10.46.64.7  instance-0000000000
winlogbeat-8.7.0-siem-2023.05.18                                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-synthetics-browser.screenshot-default-2023.05.12-000003                                                                     0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-synthetics-browser.screenshot-default-2023.05.12-000003                                                                     0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-elastic_agent.filebeat_input-default-2023.05.06-000002                                                              0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-elastic_agent.filebeat_input-default-2023.05.06-000002                                                              0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-elastic_agent.cloudbeat-default-2023.04.06-000001                                                                      0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-logs-elastic_agent.cloudbeat-default-2023.04.06-000001                                                                      0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-synthetics-browser.network-default-2023.05.13-000004                                                                        0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-synthetics-browser.network-default-2023.05.13-000004                                                                        0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-elastic_agent.filebeat-default-2023.05.06-000002                                                                       0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-elastic_agent.filebeat-default-2023.05.06-000002                                                                       0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-apm.transaction.60m-default-2023.04.05-000001                                                                       0     p      STARTED   453967   199mb 10.46.64.7  instance-0000000000
.ds-metrics-apm.transaction.60m-default-2023.04.05-000001                                                                       0     r      STARTED   453967 198.4mb 10.46.65.82 instance-0000000002
auditbeat-8.7.0-siem-2023.05.18                                                                                                 0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-.monitoring-es-8-mb-2023.05.17-000028                                                                                       0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-.monitoring-es-8-mb-2023.05.17-000028                                                                                       0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-.monitoring-kibana-8-mb-2023.05.17-000028                                                                                   0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-.monitoring-kibana-8-mb-2023.05.17-000028                                                                                   0     r      STARTED                  10.46.65.82 instance-0000000002
orders                                                                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
orders                                                                                                                          0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-telemetry_status_v3                                                                                        0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-telemetry_status_v3                                                                                        0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-telemetry_status_v3                                                                                        0     r      STARTED                  10.46.65.82 instance-0000000002
.apm-source-map                                                                                                                 0     r      STARTED                  10.46.65.83 instance-0000000001
.apm-source-map                                                                                                                 0     p      STARTED                  10.46.64.7  instance-0000000000
.apm-source-map                                                                                                                 0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-system.socket_summary-default-2023.05.06-000002                                                                     0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-system.socket_summary-default-2023.05.06-000002                                                                     0     r      STARTED                  10.46.64.7  instance-0000000000
azure-2023.05.15                                                                                                                0     r      STARTED                  10.46.64.7  instance-0000000000
azure-2023.05.15                                                                                                                0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-endpoint.metadata-default-2023.05.06-000002                                                                         0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-endpoint.metadata-default-2023.05.06-000002                                                                         0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-elastic_agent.filebeat_input-default-2023.04.06-000001                                                              0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-elastic_agent.filebeat_input-default-2023.04.06-000001                                                              0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-oauth_applications_v2-uid-unique-constraint                                                                0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-oauth_applications_v2-uid-unique-constraint                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-oauth_applications_v2-uid-unique-constraint                                                                0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metricbeat-8.7.1-2023.05.12-000013                                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metricbeat-8.7.1-2023.05.12-000013                                                                                          0     p      STARTED                  10.46.64.7  instance-0000000000
.elastic-connectors-v1                                                                                                          0     p      STARTED                  10.46.65.83 instance-0000000001
.elastic-connectors-v1                                                                                                          0     r      STARTED                  10.46.64.7  instance-0000000000
.elastic-connectors-v1                                                                                                          0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-crawler2_process_crawls                                                                                    0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-crawler2_process_crawls                                                                                    0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler2_process_crawls                                                                                    0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-heartbeat-8.2.3-2023.05.13-000071                                                                                           0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-heartbeat-8.2.3-2023.05.13-000071                                                                                           0     p      STARTED                  10.46.64.7  instance-0000000000
metrics-endpoint.metadata_current_default                                                                                       0     p      STARTED                  10.46.64.7  instance-0000000000
metrics-endpoint.metadata_current_default                                                                                       0     r      STARTED                  10.46.65.82 instance-0000000002
.security-7                                                                                                                     0     p      STARTED                  10.46.64.7  instance-0000000000
.security-7                                                                                                                     0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-kubernetes.apiserver-default-2023.05.06-000002                                                                      0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-kubernetes.apiserver-default-2023.05.06-000002                                                                      0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-users_v7-auth_source-elasticsearch_username-unique-constraint                                              0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-users_v7-auth_source-elasticsearch_username-unique-constraint                                              0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-users_v7-auth_source-elasticsearch_username-unique-constraint                                              0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-app_search_role_mapping_engines_v4                                                                         0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-app_search_role_mapping_engines_v4                                                                         0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-app_search_role_mapping_engines_v4                                                                         0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-filebeat-8.7.0-2023.05.14-000073                                                                                            0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-filebeat-8.7.0-2023.05.14-000073                                                                                            0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metricbeat-8.7.0-2023.05.15-000075                                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metricbeat-8.7.0-2023.05.15-000075                                                                                          0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001                                                                     0     r      STARTED    79869  16.4mb 10.46.65.83 instance-0000000001
.ds-metrics-apm.app.frontend_node-default-2023.04.05-000001                                                                     0     p      STARTED    79869   9.6mb 10.46.65.82 instance-0000000002
lapalma_buildings                                                                                                               0     p      STARTED                  10.46.65.83 instance-0000000001
lapalma_buildings                                                                                                               0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-heartbeat-8.2.3-2023.05.16-000077                                                                                           0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-heartbeat-8.2.3-2023.05.16-000077                                                                                           0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-system.socket_summary-default-2023.04.06-000001                                                                     0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-system.socket_summary-default-2023.04.06-000001                                                                     0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-kubernetes.event-default-2023.05.06-000002                                                                          0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-kubernetes.event-default-2023.05.06-000002                                                                          0     p      STARTED                  10.46.65.82 instance-0000000002
auditbeat-8.7.0-siem-2023.05.19                                                                                                 0     p      STARTED                  10.46.64.7  instance-0000000000
.geoip_databases                                                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
.geoip_databases                                                                                                                0     r      STARTED                  10.46.65.82 instance-0000000002
.internal.alerts-observability.apm.alerts-default-000001                                                                        0     r      STARTED                  10.46.65.83 instance-0000000001
.internal.alerts-observability.apm.alerts-default-000001                                                                        0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metricbeat-8.7.0-2023.05.12-000069                                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metricbeat-8.7.0-2023.05.12-000069                                                                                          0     p      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-app_search_document_position_queries_v4                                                                    0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-app_search_document_position_queries_v4                                                                    0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-app_search_document_position_queries_v4                                                                    0     r      STARTED                  10.46.65.82 instance-0000000002
filebeat-8.7.0-siem-2023.05.19                                                                                                  0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-app_search_crawler_content_metadata                                                                        0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-app_search_crawler_content_metadata                                                                        0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-app_search_crawler_content_metadata                                                                        0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-system.process-default-2023.04.06-000001                                                                            0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-system.process-default-2023.04.06-000001                                                                            0     r      STARTED                  10.46.65.82 instance-0000000002
azure-2023.05.18                                                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
azure-2023.05.18                                                                                                                0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-engine-documents-movies                                                                                             0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-engine-documents-movies                                                                                             0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-engine-documents-movies                                                                                             1     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-engine-documents-movies                                                                                             1     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-crawler_robots_txts_v3                                                                                     0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-crawler_robots_txts_v3                                                                                     0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler_robots_txts_v3                                                                                     0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-system.diskio-default-2023.04.06-000001                                                                             0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-system.diskio-default-2023.04.06-000001                                                                             0     r      STARTED                  10.46.65.82 instance-0000000002
.internal.alerts-observability.apm.alerts-default-000002                                                                        0     p      STARTED                  10.46.65.83 instance-0000000001
.internal.alerts-observability.apm.alerts-default-000002                                                                        0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-workplace_search_organizations_v16                                                                         0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-workplace_search_organizations_v16                                                                         0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-workplace_search_organizations_v16                                                                         0     r      STARTED                  10.46.65.82 instance-0000000002
filebeat-8.7.0-siem-2023.05.18                                                                                                  0     p      STARTED                  10.46.64.7  instance-0000000000
reindex-kb-8.6                                                                                                                  0     r      STARTED                  10.46.65.83 instance-0000000001
reindex-kb-8.6                                                                                                                  0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-apm.internal-default-2023.04.05-000001                                                                              0     p      STARTED 19462477     2gb 10.46.65.83 instance-0000000001
.ds-metrics-apm.internal-default-2023.04.05-000001                                                                              0     r      STARTED 19462477   2.2gb 10.46.65.82 instance-0000000002
.ds-.slm-history-5-2023.04.05-000001                                                                                            0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-.slm-history-5-2023.04.05-000001                                                                                            0     r      STARTED                  10.46.65.82 instance-0000000002
.fleet-file-data-endpoint-000001                                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
.fleet-file-data-endpoint-000001                                                                                                0     r      STARTED                  10.46.65.82 instance-0000000002
reindex-kb-8.7                                                                                                                  0     p      STARTED                  10.46.64.7  instance-0000000000
reindex-kb-8.7                                                                                                                  0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-elastic_agent-default-2023.04.06-000001                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-elastic_agent-default-2023.04.06-000001                                                                                0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-system.syslog-default-2023.04.06-000001                                                                                0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-logs-system.syslog-default-2023.04.06-000001                                                                                0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-heartbeat-8.2.3-2023.05.18-000081                                                                                           0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-heartbeat-8.2.3-2023.05.18-000081                                                                                           0     r      STARTED                  10.46.64.7  instance-0000000000
packetbeat-8.7.0-siem-2023.05.13                                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-engines_v26                                                                                                0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-engines_v26                                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-engines_v26                                                                                                0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-.monitoring-ent-search-8-mb-2023.05.17-000028                                                                               0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-.monitoring-ent-search-8-mb-2023.05.17-000028                                                                               0     p      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-crawler2_domains                                                                                           0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-crawler2_domains                                                                                           0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler2_domains                                                                                           0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-system.uptime-default-2023.05.06-000002                                                                             0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-system.uptime-default-2023.05.06-000002                                                                             0     r      STARTED                  10.46.65.82 instance-0000000002
azure-2023.05.14                                                                                                                0     p      STARTED                  10.46.65.83 instance-0000000001
azure-2023.05.14                                                                                                                0     r      STARTED                  10.46.65.82 instance-0000000002
packetbeat-8.7.0-siem-2023.05.19                                                                                                0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-kubernetes.volume-default-2023.04.06-000001                                                                         0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-kubernetes.volume-default-2023.04.06-000001                                                                         0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-search_relevance_suggestion_update_process_v1                                                              0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-search_relevance_suggestion_update_process_v1                                                              0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-search_relevance_suggestion_update_process_v1                                                              0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-synthetics-browser.network-default-2023.05.17-000008                                                                        0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-synthetics-browser.network-default-2023.05.17-000008                                                                        0     r      STARTED                  10.46.65.82 instance-0000000002
.kibana_security_session_1                                                                                                      0     p      STARTED                  10.46.64.7  instance-0000000000
.kibana_security_session_1                                                                                                      0     r      STARTED                  10.46.65.82 instance-0000000002
filebeat-8.7.0-siem-2023.05.16                                                                                                  0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-endpoint.metadata-default-2023.04.06-000001                                                                         0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-endpoint.metadata-default-2023.04.06-000001                                                                         0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-engines_v26-loco_moco_account_id-slug-unique-constraint                                                    0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-engines_v26-loco_moco_account_id-slug-unique-constraint                                                    0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-engines_v26-loco_moco_account_id-slug-unique-constraint                                                    0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-heartbeat-8.7.0-2023.05.17-000079                                                                                           0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-heartbeat-8.7.0-2023.05.17-000079                                                                                           0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-synthetics-browser.screenshot-default-2023.05.11-000002                                                                     0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-synthetics-browser.screenshot-default-2023.05.11-000002                                                                     0     p      STARTED                  10.46.65.82 instance-0000000002
winlogbeat-8.7.0-siem-2023.05.14                                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
auditbeat-8.7.0-siem-2023.05.16                                                                                                 0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-heartbeat-8.7.0-2023.05.18-000081                                                                                           0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-heartbeat-8.7.0-2023.05.18-000081                                                                                           0     r      STARTED                  10.46.64.7  instance-0000000000
finance-demo-order-tracking-2019-02-19                                                                                          0     p      STARTED                  10.46.65.83 instance-0000000001
finance-demo-order-tracking-2019-02-19                                                                                          0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001                                                                   0     r      STARTED   918466  74.4mb 10.46.65.83 instance-0000000001
.ds-metrics-apm.app.newsletter_otel-default-2023.04.05-000001                                                                   0     p      STARTED   918466  50.3mb 10.46.65.82 instance-0000000002
.ds-metrics-system.diskio-default-2023.05.06-000002                                                                             0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-system.diskio-default-2023.05.06-000002                                                                             0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-synthetics-browser.network-default-2023.05.11-000002                                                                        0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-synthetics-browser.network-default-2023.05.11-000002                                                                        0     r      STARTED                  10.46.65.82 instance-0000000002
.fleet-enrollment-api-keys-7                                                                                                    0     p      STARTED                  10.46.64.7  instance-0000000000
.fleet-enrollment-api-keys-7                                                                                                    0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-heartbeat-8.7.0-2023.05.12-000069                                                                                           0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-heartbeat-8.7.0-2023.05.12-000069                                                                                           0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-system.memory-default-2023.05.06-000002                                                                             0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-system.memory-default-2023.05.06-000002                                                                             0     p      STARTED                  10.46.65.82 instance-0000000002
.security-tokens-7                                                                                                              0     p      STARTED                  10.46.64.7  instance-0000000000
.security-tokens-7                                                                                                              0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-oauth_access_tokens_v2-refresh_token-unique-constraint                                                     0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-oauth_access_tokens_v2-refresh_token-unique-constraint                                                     0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-oauth_access_tokens_v2-refresh_token-unique-constraint                                                     0     r      STARTED                  10.46.65.82 instance-0000000002
azure-2023.05.17                                                                                                                0     r      STARTED                  10.46.65.83 instance-0000000001
azure-2023.05.17                                                                                                                0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-system.auth-default-2023.05.08-000001                                                                                  0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-system.auth-default-2023.05.08-000001                                                                                  0     p      STARTED                  10.46.65.82 instance-0000000002
kibana_sample_data_ecommerce                                                                                                    0     p      STARTED                  10.46.65.83 instance-0000000001
kibana_sample_data_ecommerce                                                                                                    0     r      STARTED                  10.46.64.7  instance-0000000000
packetbeat-8.7.0-siem-2023.05.18                                                                                                0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-packetbeat-8.7.0-2023.05.15-000075                                                                                          0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-packetbeat-8.7.0-2023.05.15-000075                                                                                          0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-packetbeat-8.7.0-2023.05.15-000075                                                                                          1     p      STARTED                  10.46.65.83 instance-0000000001
.ds-packetbeat-8.7.0-2023.05.15-000075                                                                                          1     r      STARTED                  10.46.64.7  instance-0000000000
.ds-packetbeat-8.7.0-2023.05.15-000075                                                                                          2     r      STARTED                  10.46.65.83 instance-0000000001
.ds-packetbeat-8.7.0-2023.05.15-000075                                                                                          2     p      STARTED                  10.46.65.82 instance-0000000002
.ds-packetbeat-8.7.0-2023.05.14-000073                                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-packetbeat-8.7.0-2023.05.14-000073                                                                                          0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-packetbeat-8.7.0-2023.05.14-000073                                                                                          1     r      STARTED                  10.46.65.83 instance-0000000001
.ds-packetbeat-8.7.0-2023.05.14-000073                                                                                          1     p      STARTED                  10.46.65.82 instance-0000000002
.ds-packetbeat-8.7.0-2023.05.14-000073                                                                                          2     p      STARTED                  10.46.64.7  instance-0000000000
.ds-packetbeat-8.7.0-2023.05.14-000073                                                                                          2     r      STARTED                  10.46.65.82 instance-0000000002
eruptive_pits                                                                                                                   0     p      STARTED                  10.46.65.83 instance-0000000001
eruptive_pits                                                                                                                   0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-elastic_agent.filebeat-default-2023.04.06-000001                                                                       0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-logs-elastic_agent.filebeat-default-2023.04.06-000001                                                                       0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-packetbeat-8.7.0-2023.05.16-000077                                                                                          0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-packetbeat-8.7.0-2023.05.16-000077                                                                                          0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-packetbeat-8.7.0-2023.05.16-000077                                                                                          1     p      STARTED                  10.46.65.83 instance-0000000001
.ds-packetbeat-8.7.0-2023.05.16-000077                                                                                          1     r      STARTED                  10.46.64.7  instance-0000000000
.ds-packetbeat-8.7.0-2023.05.16-000077                                                                                          2     r      STARTED                  10.46.65.83 instance-0000000001
.ds-packetbeat-8.7.0-2023.05.16-000077                                                                                          2     p      STARTED                  10.46.65.82 instance-0000000002
.transform-internal-007                                                                                                         0     p      STARTED                  10.46.64.7  instance-0000000000
.transform-internal-007                                                                                                         0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-crawler2_configurations_v2-index_name-unique-constraint                                                    0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-crawler2_configurations_v2-index_name-unique-constraint                                                    0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler2_configurations_v2-index_name-unique-constraint                                                    0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metricbeat-8.7.1-2023.05.14-000017                                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metricbeat-8.7.1-2023.05.14-000017                                                                                          0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-synonyms                                                                                                   0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-synonyms                                                                                                   0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-synonyms                                                                                                   0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-workplace_search_invitations_v3                                                                            0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-workplace_search_invitations_v3                                                                            0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-workplace_search_invitations_v3                                                                            0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-kubernetes.pod-default-2023.05.06-000002                                                                            0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-kubernetes.pod-default-2023.05.06-000002                                                                            0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-packetbeat-8.7.0-2023.05.18-000081                                                                                          0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-packetbeat-8.7.0-2023.05.18-000081                                                                                          0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-packetbeat-8.7.0-2023.05.18-000081                                                                                          1     r      STARTED                  10.46.65.83 instance-0000000001
.ds-packetbeat-8.7.0-2023.05.18-000081                                                                                          1     p      STARTED                  10.46.65.82 instance-0000000002
.ds-packetbeat-8.7.0-2023.05.18-000081                                                                                          2     p      STARTED                  10.46.64.7  instance-0000000000
.ds-packetbeat-8.7.0-2023.05.18-000081                                                                                          2     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-system.cpu-default-2023.05.06-000002                                                                                0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-system.cpu-default-2023.05.06-000002                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler2_content_metadata-configuration_oid-content_hash-unique-constraint                                 0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-crawler2_content_metadata-configuration_oid-content_hash-unique-constraint                                 0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler2_content_metadata-configuration_oid-content_hash-unique-constraint                                 0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-endpoint.metrics-default-2023.05.06-000002                                                                          0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-endpoint.metrics-default-2023.05.06-000002                                                                          0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-heartbeat-8.7.0-2023.05.14-000073                                                                                           0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-heartbeat-8.7.0-2023.05.14-000073                                                                                           0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-packetbeat-8.7.0-2023.05.12-000069                                                                                          0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-packetbeat-8.7.0-2023.05.12-000069                                                                                          0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-packetbeat-8.7.0-2023.05.12-000069                                                                                          1     r      STARTED                  10.46.64.7  instance-0000000000
.ds-packetbeat-8.7.0-2023.05.12-000069                                                                                          1     p      STARTED                  10.46.65.82 instance-0000000002
.ds-packetbeat-8.7.0-2023.05.12-000069                                                                                          2     r      STARTED                  10.46.65.83 instance-0000000001
.ds-packetbeat-8.7.0-2023.05.12-000069                                                                                          2     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler2_content_metadata                                                                                  0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-crawler2_content_metadata                                                                                  0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler2_content_metadata                                                                                  0     r      STARTED                  10.46.65.82 instance-0000000002
.watches                                                                                                                        0     r      STARTED                  10.46.65.83 instance-0000000001
.watches                                                                                                                        0     p      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-search_relevance_suggestions-document_position_id-unique-constraint                                        0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-search_relevance_suggestions-document_position_id-unique-constraint                                        0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-search_relevance_suggestions-document_position_id-unique-constraint                                        0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002                                                                        0     p      STARTED  2726467 410.6mb 10.46.64.7  instance-0000000000
.ds-metrics-apm.transaction.1m-default-2023.05.03-000002                                                                        0     r      STARTED  2726467 584.6mb 10.46.65.82 instance-0000000002
packetbeat-8.7.0-siem-2023.05.16                                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-filebeat-8.2.0-2022.06.07-000082                                                                                            0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-filebeat-8.2.0-2022.06.07-000082                                                                                            0     r      STARTED                  10.46.65.82 instance-0000000002
finance-demo-web-traffic-2019-02-19                                                                                             0     p      STARTED                  10.46.64.7  instance-0000000000
finance-demo-web-traffic-2019-02-19                                                                                             0     r      STARTED                  10.46.65.82 instance-0000000002
.ml-notifications-000002                                                                                                        0     p      STARTED                  10.46.64.7  instance-0000000000
.ml-notifications-000002                                                                                                        0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metricbeat-8.7.1-2023.05.15-000019                                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metricbeat-8.7.1-2023.05.15-000019                                                                                          0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002                                                                    0     p      STARTED  1097543    43mb 10.46.65.83 instance-0000000001
.ds-metrics-apm.service_summary.1m-default-2023.05.03-000002                                                                    0     r      STARTED  1097543    58mb 10.46.65.82 instance-0000000002
.ds-metrics-elastic_agent.elastic_agent-default-2023.04.06-000001                                                               0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-elastic_agent.elastic_agent-default-2023.04.06-000001                                                               0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-synthetics-browser-default-2023.05.10-000001                                                                                0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-synthetics-browser-default-2023.05.10-000001                                                                                0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-enterprise_search.audit-default-2023.05.05-000002                                                                      0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-logs-enterprise_search.audit-default-2023.05.05-000002                                                                      0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-oauth_access_tokens_v2-token-unique-constraint                                                             0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-oauth_access_tokens_v2-token-unique-constraint                                                             0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-oauth_access_tokens_v2-token-unique-constraint                                                             0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-connectors_jobs_v5                                                                                         0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-connectors_jobs_v5                                                                                         0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-connectors_jobs_v5                                                                                         0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-ilm-history-5-2023.05.05-000002                                                                                             0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-ilm-history-5-2023.05.05-000002                                                                                             0     p      STARTED                  10.46.65.82 instance-0000000002
.ml-anomalies-shared                                                                                                            0     p      STARTED                  10.46.65.83 instance-0000000001
.ml-anomalies-shared                                                                                                            0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-system.load-default-2023.04.06-000001                                                                               0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-system.load-default-2023.04.06-000001                                                                               0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-kubernetes.container_logs-default-2023.04.06-000001                                                                    0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-logs-kubernetes.container_logs-default-2023.04.06-000001                                                                    0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-traces-apm.rum-default-2023.04.05-000001                                                                                    0     p      STARTED 15985850     5gb 10.46.65.83 instance-0000000001
.ds-traces-apm.rum-default-2023.04.05-000001                                                                                    0     r      STARTED 15985850     5gb 10.46.65.82 instance-0000000002
.ds-ilm-history-5-2023.04.05-000001                                                                                             0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-ilm-history-5-2023.04.05-000001                                                                                             0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-workplace_search_pre_content_sources_v3                                                                    0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-workplace_search_pre_content_sources_v3                                                                    0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-workplace_search_pre_content_sources_v3                                                                    0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-.slm-history-5-2023.05.05-000002                                                                                            0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-.slm-history-5-2023.05.05-000002                                                                                            0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-apm.service_transaction.60m-default-2023.04.05-000001                                                               0     p      STARTED   218325 123.8mb 10.46.64.7  instance-0000000000
.ds-metrics-apm.service_transaction.60m-default-2023.04.05-000001                                                               0     r      STARTED   218325 123.8mb 10.46.65.82 instance-0000000002
.ds-logs-endpoint.events.file-default-2023.04.06-000001                                                                         0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-logs-endpoint.events.file-default-2023.04.06-000001                                                                         0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-heartbeat-8.2.3-2023.05.15-000075                                                                                           0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-heartbeat-8.2.3-2023.05.15-000075                                                                                           0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-kubernetes.container-default-2023.04.06-000001                                                                      0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-kubernetes.container-default-2023.04.06-000001                                                                      0     p      STARTED                  10.46.64.7  instance-0000000000
winlogbeat-8.7.0-siem-2023.05.16                                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-system.network-default-2023.05.06-000002                                                                            0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-system.network-default-2023.05.06-000002                                                                            0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-synthetics-browser.screenshot-default-2023.05.18-000009                                                                     0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-synthetics-browser.screenshot-default-2023.05.18-000009                                                                     0     p      STARTED                  10.46.64.7  instance-0000000000
.ml-annotations-000001                                                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
.ml-annotations-000001                                                                                                          0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-kubernetes.container_logs-default-2023.05.06-000002                                                                    0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-kubernetes.container_logs-default-2023.05.06-000002                                                                    0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-system.filesystem-default-2023.05.06-000002                                                                         0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-system.filesystem-default-2023.05.06-000002                                                                         0     p      STARTED                  10.46.65.82 instance-0000000002
logs-cloud_security_posture.findings_latest-default                                                                             0     r      STARTED                  10.46.65.83 instance-0000000001
logs-cloud_security_posture.findings_latest-default                                                                             0     p      STARTED                  10.46.64.7  instance-0000000000
packetbeat-8.7.0-siem-2023.05.14                                                                                                0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-heartbeat-8.7.0-2023.05.15-000075                                                                                           0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-heartbeat-8.7.0-2023.05.15-000075                                                                                           0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metricbeat-8.7.1-2023.05.17-000023                                                                                          0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metricbeat-8.7.1-2023.05.17-000023                                                                                          0     r      STARTED                  10.46.65.82 instance-0000000002
.lists-default-000001                                                                                                           0     p      STARTED                  10.46.64.7  instance-0000000000
.lists-default-000001                                                                                                           0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-crawler2_content_url_metadata                                                                              0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-crawler2_content_url_metadata                                                                              0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler2_content_url_metadata                                                                              0     r      STARTED                  10.46.65.82 instance-0000000002
.kibana-event-log-8.7.1-000001                                                                                                  0     p      STARTED                  10.46.65.83 instance-0000000001
.kibana-event-log-8.7.1-000001                                                                                                  0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-apm.service_summary.60m-default-2023.04.05-000001                                                                   0     p      STARTED   130714   6.6mb 10.46.64.7  instance-0000000000
.ds-metrics-apm.service_summary.60m-default-2023.04.05-000001                                                                   0     r      STARTED   130714   6.6mb 10.46.65.82 instance-0000000002
.ent-search-actastic-workplace_search_search_groups_v4-name-unique-constraint                                                   0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-workplace_search_search_groups_v4-name-unique-constraint                                                   0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-workplace_search_search_groups_v4-name-unique-constraint                                                   0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-kubernetes.pod-default-2023.04.06-000001                                                                            0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-kubernetes.pod-default-2023.04.06-000001                                                                            0     r      STARTED                  10.46.65.82 instance-0000000002
.internal.alerts-security.alerts-default-000001                                                                                 0     p      STARTED                  10.46.64.7  instance-0000000000
.internal.alerts-security.alerts-default-000001                                                                                 0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-system.load-default-2023.05.06-000002                                                                               0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-system.load-default-2023.05.06-000002                                                                               0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-elastic_agent.elastic_agent-default-2023.05.06-000002                                                               0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-elastic_agent.elastic_agent-default-2023.05.06-000002                                                               0     p      STARTED                  10.46.65.82 instance-0000000002
azure-2023.05.19                                                                                                                0     p      STARTED                  10.46.65.83 instance-0000000001
azure-2023.05.19                                                                                                                0     r      STARTED                  10.46.65.82 instance-0000000002
.monitoring-beats-7-2023.05.18                                                                                                  0     r      STARTED                  10.46.65.83 instance-0000000001
.monitoring-beats-7-2023.05.18                                                                                                  0     p      STARTED                  10.46.65.82 instance-0000000002
.ent-search-engine-documents-shadow-movies                                                                                      0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-engine-documents-shadow-movies                                                                                      0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-engine-documents-shadow-movies                                                                                      1     p      STARTED                  10.46.65.83 instance-0000000001
.ent-search-engine-documents-shadow-movies                                                                                      1     r      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-endpoint.events.network-default-2023.04.06-000001                                                                      0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-endpoint.events.network-default-2023.04.06-000001                                                                      0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-elastic_agent.cloudbeat-default-2023.05.06-000002                                                                   0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-elastic_agent.cloudbeat-default-2023.05.06-000002                                                                   0     r      STARTED                  10.46.64.7  instance-0000000000
finance-demo-pages-viewed-2019-02-19                                                                                            0     p      STARTED                  10.46.64.7  instance-0000000000
finance-demo-pages-viewed-2019-02-19                                                                                            0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-endpoint.events.file-default-2023.05.06-000002                                                                         0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-endpoint.events.file-default-2023.05.06-000002                                                                         0     p      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-crawler_domains_v6-engine_oid-name-unique-constraint                                                       0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-crawler_domains_v6-engine_oid-name-unique-constraint                                                       0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler_domains_v6-engine_oid-name-unique-constraint                                                       0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-packetbeat-8.7.0-2023.05.17-000079                                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-packetbeat-8.7.0-2023.05.17-000079                                                                                          0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-packetbeat-8.7.0-2023.05.17-000079                                                                                          1     r      STARTED                  10.46.64.7  instance-0000000000
.ds-packetbeat-8.7.0-2023.05.17-000079                                                                                          1     p      STARTED                  10.46.65.82 instance-0000000002
.ds-packetbeat-8.7.0-2023.05.17-000079                                                                                          2     p      STARTED                  10.46.65.83 instance-0000000001
.ds-packetbeat-8.7.0-2023.05.17-000079                                                                                          2     r      STARTED                  10.46.65.82 instance-0000000002
.fleet-policies-leader-7                                                                                                        0     p      STARTED                  10.46.65.83 instance-0000000001
.fleet-policies-leader-7                                                                                                        0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-heartbeat-8.7.0-2023.05.16-000077                                                                                           0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-heartbeat-8.7.0-2023.05.16-000077                                                                                           0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-crawler_crawl_requests_v7                                                                                  0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-crawler_crawl_requests_v7                                                                                  0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler_crawl_requests_v7                                                                                  0     r      STARTED                  10.46.65.82 instance-0000000002
.fleet-file-data-agent-000001                                                                                                   0     p      STARTED                  10.46.65.83 instance-0000000001
.fleet-file-data-agent-000001                                                                                                   0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-synthetics-browser.network-default-2023.05.16-000007                                                                        0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-synthetics-browser.network-default-2023.05.16-000007                                                                        0     r      STARTED                  10.46.65.82 instance-0000000002
.fleet-artifacts-7                                                                                                              0     p      STARTED                  10.46.65.83 instance-0000000001
.fleet-artifacts-7                                                                                                              0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-app_search.analytics-default-2023.05.05-000002                                                                         0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-app_search.analytics-default-2023.05.05-000002                                                                         0     p      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-workplace_search_content_source_user_identities_v4                                                         0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-workplace_search_content_source_user_identities_v4                                                         0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-workplace_search_content_source_user_identities_v4                                                         0     r      STARTED                  10.46.65.82 instance-0000000002
filebeat-8.7.0-siem-2023.05.13                                                                                                  0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-filebeat-8.7.0-2023.05.17-000079                                                                                            0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-filebeat-8.7.0-2023.05.17-000079                                                                                            0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-app_search_crawler_content_url_metadata                                                                    0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-app_search_crawler_content_url_metadata                                                                    0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-app_search_crawler_content_url_metadata                                                                    0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-endpoint.metrics-default-2023.04.06-000001                                                                          0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-endpoint.metrics-default-2023.04.06-000001                                                                          0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-enterprise_search.audit-default-2023.04.05-000001                                                                      0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-enterprise_search.audit-default-2023.04.05-000001                                                                      0     r      STARTED                  10.46.65.82 instance-0000000002
.async-search                                                                                                                   0     p      STARTED                  10.46.65.83 instance-0000000001
.async-search                                                                                                                   0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-enterprise_search.api-default-2023.05.17-000011                                                                        0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-logs-enterprise_search.api-default-2023.05.17-000011                                                                        0     r      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-app_search_api_token_engines                                                                               0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-app_search_api_token_engines                                                                               0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-app_search_api_token_engines                                                                               0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-kibana_sample_data_logs-2023.05.14-000001                                                                                   0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-kibana_sample_data_logs-2023.05.14-000001                                                                                   0     p      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-app_search_invitations_v3                                                                                  0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-app_search_invitations_v3                                                                                  0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-app_search_invitations_v3                                                                                  0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metricbeat-8.7.1-2023.05.16-000021                                                                                          0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metricbeat-8.7.1-2023.05.16-000021                                                                                          0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-esqueues-me_queue_v1_failed                                                                                         0     p      STARTED                  10.46.65.83 instance-0000000001
.ent-search-esqueues-me_queue_v1_failed                                                                                         0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-metricbeat-8.7.0-2023.05.14-000073                                                                                          0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metricbeat-8.7.0-2023.05.14-000073                                                                                          0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-crawler2_configurations_v2                                                                                 0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-crawler2_configurations_v2                                                                                 0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler2_configurations_v2                                                                                 0     r      STARTED                  10.46.65.82 instance-0000000002
winlogbeat-8.7.0-siem-2023.05.13                                                                                                0     p      STARTED                  10.46.65.83 instance-0000000001
.ent-search-esqueues-me_queue_v1_process_crawl2                                                                                 0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-esqueues-me_queue_v1_process_crawl2                                                                                 0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-traces-apm-default-2023.05.03-000002                                                                                        0     r      STARTED 80746606  24.7gb 10.46.65.83 instance-0000000001
.ds-traces-apm-default-2023.05.03-000002                                                                                        0     p      STARTED 80751050  24.8gb 10.46.64.7  instance-0000000000
.ds-filebeat-8.7.0-2023.05.15-000075                                                                                            0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-filebeat-8.7.0-2023.05.15-000075                                                                                            0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-kubernetes.volume-default-2023.05.06-000002                                                                         0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-kubernetes.volume-default-2023.05.06-000002                                                                         0     p      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-app_search_crawler_content_metadata-content_hash-engine_oid-unique-constraint                              0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-app_search_crawler_content_metadata-content_hash-engine_oid-unique-constraint                              0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-app_search_crawler_content_metadata-content_hash-engine_oid-unique-constraint                              0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001                                                                        0     p      STARTED  5294664 962.7mb 10.46.65.83 instance-0000000001
.ds-metrics-apm.transaction.1m-default-2023.04.05-000001                                                                        0     r      STARTED  5294664   801mb 10.46.65.82 instance-0000000002
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001                                                                0     r      STARTED  2282650 518.8mb 10.46.64.7  instance-0000000000
.ds-metrics-apm.service_transaction.1m-default-2023.04.05-000001                                                                0     p      STARTED  2282650 518.8mb 10.46.65.82 instance-0000000002
.ds-heartbeat-8.2.3-2023.05.12-000069                                                                                           0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-heartbeat-8.2.3-2023.05.12-000069                                                                                           0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-.watcher-history-16-2023.05.17-000027                                                                                       0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-.watcher-history-16-2023.05.17-000027                                                                                       0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002                                                                0     p      STARTED  1344453  69.1mb 10.46.65.83 instance-0000000001
.ds-metrics-apm.service_destination.1m-default-2023.05.03-000002                                                                0     r      STARTED  1344453 145.3mb 10.46.64.7  instance-0000000000
.ent-search-esqueues-me_queue_v1_process_crawl                                                                                  0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-esqueues-me_queue_v1_process_crawl                                                                                  0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-synthetics-browser.screenshot-default-2023.05.16-000007                                                                     0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-synthetics-browser.screenshot-default-2023.05.16-000007                                                                     0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-endpoint.events.process-default-2023.05.06-000002                                                                      0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-logs-endpoint.events.process-default-2023.05.06-000002                                                                      0     p      STARTED                  10.46.65.82 instance-0000000002
auditbeat-8.7.0-siem-2023.05.15                                                                                                 0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-apm.internal-default-2023.05.03-000002                                                                              0     p      STARTED 10483098     1gb 10.46.65.83 instance-0000000001
.ds-metrics-apm.internal-default-2023.05.03-000002                                                                              0     r      STARTED 10483522   1.2gb 10.46.65.82 instance-0000000002
.ds-filebeat-8.7.0-2023.05.16-000077                                                                                            0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-filebeat-8.7.0-2023.05.16-000077                                                                                            0     p      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-search_indices_v1                                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-search_indices_v1                                                                                          0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-search_indices_v1                                                                                          0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-endpoint.events.network-default-2023.05.06-000002                                                                      0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-logs-endpoint.events.network-default-2023.05.06-000002                                                                      0     p      STARTED                  10.46.64.7  instance-0000000000
filebeat-8.7.0-siem-2023.05.14                                                                                                  0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-logs-elastic_agent-default-2023.05.06-000002                                                                                0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-logs-elastic_agent-default-2023.05.06-000002                                                                                0     r      STARTED                  10.46.64.7  instance-0000000000
.ml-state-000001                                                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
.ml-state-000001                                                                                                                0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-workplace_search_accounts_v16-user_oid-unique-constraint                                                   0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-workplace_search_accounts_v16-user_oid-unique-constraint                                                   0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-workplace_search_accounts_v16-user_oid-unique-constraint                                                   0     r      STARTED                  10.46.65.82 instance-0000000002
azure-2023.05.13                                                                                                                0     p      STARTED                  10.46.65.83 instance-0000000001
azure-2023.05.13                                                                                                                0     r      STARTED                  10.46.65.82 instance-0000000002
.fleet-servers-7                                                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
.fleet-servers-7                                                                                                                0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-cloud_security_posture.findings-default-2023.04.06-000001                                                              0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-cloud_security_posture.findings-default-2023.04.06-000001                                                              0     r      STARTED                  10.46.65.82 instance-0000000002
.internal.alerts-security.alerts-default-000002                                                                                 0     r      STARTED                  10.46.65.83 instance-0000000001
.internal.alerts-security.alerts-default-000002                                                                                 0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-apm.service_summary.10m-default-2023.04.05-000001                                                                   0     p      STARTED   447291  18.3mb 10.46.65.83 instance-0000000001
.ds-metrics-apm.service_summary.10m-default-2023.04.05-000001                                                                   0     r      STARTED   447291  18.4mb 10.46.65.82 instance-0000000002
.ent-search-actastic-workplace_search_role_mappings_v8                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-workplace_search_role_mappings_v8                                                                          0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-workplace_search_role_mappings_v8                                                                          0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-kubernetes.system-default-2023.05.06-000002                                                                         0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-kubernetes.system-default-2023.05.06-000002                                                                         0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-kubernetes.node-default-2023.04.06-000001                                                                           0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-kubernetes.node-default-2023.04.06-000001                                                                           0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-workplace_search_search_groups_v4                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-workplace_search_search_groups_v4                                                                          0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-workplace_search_search_groups_v4                                                                          0     r      STARTED                  10.46.65.82 instance-0000000002
lapalma                                                                                                                         0     p      STARTED                  10.46.65.83 instance-0000000001
lapalma                                                                                                                         0     r      STARTED                  10.46.65.82 instance-0000000002
.apm-agent-configuration                                                                                                        0     p      STARTED                  10.46.65.83 instance-0000000001
.apm-agent-configuration                                                                                                        0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-elastic_agent.metricbeat-default-2023.04.06-000001                                                                     0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-logs-elastic_agent.metricbeat-default-2023.04.06-000001                                                                     0     p      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-workplace_search_api_tokens                                                                                0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-workplace_search_api_tokens                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-workplace_search_api_tokens                                                                                0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-cloud_security_posture.findings-default-2023.05.06-000002                                                              0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-cloud_security_posture.findings-default-2023.05.06-000002                                                              0     p      STARTED                  10.46.65.82 instance-0000000002
.fleet-agents-7                                                                                                                 0     p      STARTED                  10.46.64.7  instance-0000000000
.fleet-agents-7                                                                                                                 0     r      STARTED                  10.46.65.82 instance-0000000002
mitre-2020-05-27                                                                                                                0     r      STARTED                  10.46.65.83 instance-0000000001
mitre-2020-05-27                                                                                                                0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-.logs-deprecation.elasticsearch-default-2023.04.05-000001                                                                   0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-.logs-deprecation.elasticsearch-default-2023.04.05-000001                                                                   0     p      STARTED                  10.46.64.7  instance-0000000000
finance-demo-revenue-2019-02-20                                                                                                 0     p      STARTED                  10.46.65.83 instance-0000000001
finance-demo-revenue-2019-02-20                                                                                                 0     r      STARTED                  10.46.64.7  instance-0000000000
flights                                                                                                                         0     p      STARTED                  10.46.64.7  instance-0000000000
flights                                                                                                                         0     r      STARTED                  10.46.65.82 instance-0000000002
.ml-anomalies-custom-kibana-logs-ui-default-default-log-entry-rate                                                              0     p      STARTED                  10.46.64.7  instance-0000000000
.ml-anomalies-custom-kibana-logs-ui-default-default-log-entry-rate                                                              0     r      STARTED                  10.46.65.82 instance-0000000002
.elastic-connectors-sync-jobs-v1                                                                                                0     p      STARTED                  10.46.65.83 instance-0000000001
.elastic-connectors-sync-jobs-v1                                                                                                0     r      STARTED                  10.46.64.7  instance-0000000000
.elastic-connectors-sync-jobs-v1                                                                                                0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-esqueues-me_worker_v1                                                                                               0     p      STARTED                  10.46.65.83 instance-0000000001
.ent-search-esqueues-me_worker_v1                                                                                               0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-traces-apm.rum-default-2023.05.03-000002                                                                                    0     r      STARTED  9173764   2.8gb 10.46.65.83 instance-0000000001
.ds-traces-apm.rum-default-2023.05.03-000002                                                                                    0     p      STARTED  9173764   2.9gb 10.46.65.82 instance-0000000002
.monitoring-beats-7-2023.05.19                                                                                                  0     r      STARTED                  10.46.64.7  instance-0000000000
.monitoring-beats-7-2023.05.19                                                                                                  0     p      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-workplace_search_content_sources_v23                                                                       0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-workplace_search_content_sources_v23                                                                       0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-workplace_search_content_sources_v23                                                                       0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-elastic_agent.metricbeat-default-2023.05.06-000002                                                                     0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-elastic_agent.metricbeat-default-2023.05.06-000002                                                                     0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-system.network-default-2023.04.06-000001                                                                            0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-system.network-default-2023.04.06-000001                                                                            0     r      STARTED                  10.46.65.82 instance-0000000002
.ml-anomalies-custom-kibana-logs-ui-default-default-log-entry-categories-count                                                  0     p      STARTED                  10.46.65.83 instance-0000000001
.ml-anomalies-custom-kibana-logs-ui-default-default-log-entry-categories-count                                                  0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-synthetics-browser.screenshot-default-2023.05.14-000005                                                                     0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-synthetics-browser.screenshot-default-2023.05.14-000005                                                                     0     p      STARTED                  10.46.64.7  instance-0000000000
.kibana-event-log-8.7.0-000001                                                                                                  0     p      STARTED                  10.46.65.83 instance-0000000001
.kibana-event-log-8.7.0-000001                                                                                                  0     r      STARTED                  10.46.65.82 instance-0000000002
.items-default-000001                                                                                                           0     r      STARTED                  10.46.65.83 instance-0000000001
.items-default-000001                                                                                                           0     p      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-oauth_access_grants_v2                                                                                     0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-oauth_access_grants_v2                                                                                     0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-oauth_access_grants_v2                                                                                     0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-system.cpu-default-2023.04.06-000001                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-system.cpu-default-2023.04.06-000001                                                                                0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-app_search_accounts_v11                                                                                    0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-app_search_accounts_v11                                                                                    0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-app_search_accounts_v11                                                                                    0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metricbeat-8.7.0-2023.05.18-000081                                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metricbeat-8.7.0-2023.05.18-000081                                                                                          0     p      STARTED                  10.46.65.82 instance-0000000002
.monitoring-beats-7-2023.05.17                                                                                                  0     p      STARTED                  10.46.64.7  instance-0000000000
.monitoring-beats-7-2023.05.17                                                                                                  0     r      STARTED                  10.46.65.82 instance-0000000002
.kibana_8.7.0_001                                                                                                               0     p      STARTED                  10.46.65.83 instance-0000000001
.kibana_8.7.0_001                                                                                                               0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-synthetics-browser.screenshot-default-2023.05.13-000004                                                                     0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-synthetics-browser.screenshot-default-2023.05.13-000004                                                                     0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-esqueues-me_queue_v1_engine_destroyer                                                                               0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-esqueues-me_queue_v1_engine_destroyer                                                                               0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-kubernetes.apiserver-default-2023.04.06-000001                                                                      0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-kubernetes.apiserver-default-2023.04.06-000001                                                                      0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-system.process-default-2023.05.06-000002                                                                            0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-system.process-default-2023.05.06-000002                                                                            0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-synthetics-browser.network-default-2023.05.10-000001                                                                        0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-synthetics-browser.network-default-2023.05.10-000001                                                                        0     r      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-app_search_document_positions_v3                                                                           0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-app_search_document_positions_v3                                                                           0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-app_search_document_positions_v3                                                                           0     r      STARTED                  10.46.65.82 instance-0000000002
winlogbeat-8.7.0-siem-2023.05.15                                                                                                0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-kubernetes.event-default-2023.04.06-000001                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-kubernetes.event-default-2023.04.06-000001                                                                          0     p      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-users_v7                                                                                                   0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-users_v7                                                                                                   0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-users_v7                                                                                                   0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-.watcher-history-16-2023.05.14-000025                                                                                       0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-.watcher-history-16-2023.05.14-000025                                                                                       0     r      STARTED                  10.46.65.82 instance-0000000002
.ml-anomalies-custom-apm                                                                                                        0     r      STARTED                  10.46.65.83 instance-0000000001
.ml-anomalies-custom-apm                                                                                                        0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-.monitoring-beats-8-mb-2023.05.17-000028                                                                                    0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-.monitoring-beats-8-mb-2023.05.17-000028                                                                                    0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-apm.error-default-2023.05.03-000002                                                                                    0     p      STARTED   852921 597.3mb 10.46.65.83 instance-0000000001
.ds-logs-apm.error-default-2023.05.03-000002                                                                                    0     r      STARTED   852921 638.3mb 10.46.65.82 instance-0000000002
.ds-filebeat-8.7.0-2023.05.18-000081                                                                                            0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-filebeat-8.7.0-2023.05.18-000081                                                                                            0     r      STARTED                  10.46.64.7  instance-0000000000
.kibana_task_manager_8.7.0_001                                                                                                  0     p      STARTED                  10.46.64.7  instance-0000000000
.kibana_task_manager_8.7.0_001                                                                                                  0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-secret_keeper_secrets                                                                                      0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-secret_keeper_secrets                                                                                      0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-secret_keeper_secrets                                                                                      0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-oauth_access_tokens_v2                                                                                     0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-oauth_access_tokens_v2                                                                                     0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-oauth_access_tokens_v2                                                                                     0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-kubernetes.system-default-2023.04.06-000001                                                                         0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-kubernetes.system-default-2023.04.06-000001                                                                         0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-kubernetes.node-default-2023.05.06-000002                                                                           0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-kubernetes.node-default-2023.05.06-000002                                                                           0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-system.fsstat-default-2023.05.06-000002                                                                             0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-system.fsstat-default-2023.05.06-000002                                                                             0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-elastic_agent.cloudbeat-default-2023.04.06-000001                                                                   0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-elastic_agent.cloudbeat-default-2023.04.06-000001                                                                   0     p      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-reindex_jobs_v3                                                                                            0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-reindex_jobs_v3                                                                                            0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-reindex_jobs_v3                                                                                            0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-.monitoring-es-8-mb-2023.05.14-000026                                                                                       0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-.monitoring-es-8-mb-2023.05.14-000026                                                                                       0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-togo_migrations_v1                                                                                         0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-togo_migrations_v1                                                                                         0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-togo_migrations_v1                                                                                         0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-elastic_agent.metricbeat-default-2023.05.06-000002                                                                  0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-elastic_agent.metricbeat-default-2023.05.06-000002                                                                  0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-search_relevance_suggestions                                                                               0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-search_relevance_suggestions                                                                               0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-search_relevance_suggestions                                                                               0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-app_search_api_tokens_v3                                                                                   0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-app_search_api_tokens_v3                                                                                   0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-app_search_api_tokens_v3                                                                                   0     r      STARTED                  10.46.65.82 instance-0000000002
auditbeat-8.7.0-siem-2023.05.14                                                                                                 0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-enterprise_search.api-default-2023.05.10-000010                                                                        0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-enterprise_search.api-default-2023.05.10-000010                                                                        0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-crawler2_robots_txts                                                                                       0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-crawler2_robots_txts                                                                                       0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler2_robots_txts                                                                                       0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-crawler_process_crawls                                                                                     0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-crawler_process_crawls                                                                                     0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler_process_crawls                                                                                     0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-synthetics-browser.network-default-2023.05.12-000003                                                                        0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-synthetics-browser.network-default-2023.05.12-000003                                                                        0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-apm.app-default-2023.05.03-000002                                                                                      0     p      STARTED   187998  36.8mb 10.46.64.7  instance-0000000000
.ds-logs-apm.app-default-2023.05.03-000002                                                                                      0     r      STARTED   187998  40.8mb 10.46.65.82 instance-0000000002
.security-profile-8                                                                                                             0     p      STARTED                  10.46.64.7  instance-0000000000
.security-profile-8                                                                                                             0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-endpoint.policy-default-2023.05.06-000002                                                                           0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-endpoint.policy-default-2023.05.06-000002                                                                           0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-crawler_domains_v6                                                                                         0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-crawler_domains_v6                                                                                         0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler_domains_v6                                                                                         0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-apm.service_destination.60m-default-2023.04.05-000001                                                               0     p      STARTED   379431  21.3mb 10.46.65.83 instance-0000000001
.ds-metrics-apm.service_destination.60m-default-2023.04.05-000001                                                               0     r      STARTED   379431  21.2mb 10.46.64.7  instance-0000000000
.apm-custom-link                                                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
.apm-custom-link                                                                                                                0     r      STARTED                  10.46.65.82 instance-0000000002
logs-cloud_security_posture.scores-default                                                                                      0     r      STARTED                  10.46.65.83 instance-0000000001
logs-cloud_security_posture.scores-default                                                                                      0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-heartbeat-8.7.0-2023.05.13-000071                                                                                           0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-heartbeat-8.7.0-2023.05.13-000071                                                                                           0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-synthetics-browser.screenshot-default-2023.05.10-000001                                                                     0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-synthetics-browser.screenshot-default-2023.05.10-000001                                                                     0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-.monitoring-ent-search-8-mb-2023.05.14-000026                                                                               0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-.monitoring-ent-search-8-mb-2023.05.14-000026                                                                               0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-filebeat-8.7.0-2023.05.12-000069                                                                                            0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-filebeat-8.7.0-2023.05.12-000069                                                                                            0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metricbeat-8.7.1-2023.05.18-000025                                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metricbeat-8.7.1-2023.05.18-000025                                                                                          0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler2_crawl_requests_v2                                                                                 0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-crawler2_crawl_requests_v2                                                                                 0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-crawler2_crawl_requests_v2                                                                                 0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metricbeat-8.7.0-2023.05.16-000077                                                                                          0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metricbeat-8.7.0-2023.05.16-000077                                                                                          0     r      STARTED                  10.46.65.82 instance-0000000002
finance-demo-social-media-2019-02-19                                                                                            0     p      STARTED                  10.46.65.83 instance-0000000001
finance-demo-social-media-2019-02-19                                                                                            0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-endpoint.policy-default-2023.04.06-000001                                                                           0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-endpoint.policy-default-2023.04.06-000001                                                                           0     r      STARTED                  10.46.64.7  instance-0000000000
azure-2023.05.16                                                                                                                0     r      STARTED                  10.46.65.83 instance-0000000001
azure-2023.05.16                                                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-.logs-deprecation.elasticsearch-default-2023.05.05-000002                                                                   0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-.logs-deprecation.elasticsearch-default-2023.05.05-000002                                                                   0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-elastic_agent.filebeat-default-2023.04.06-000001                                                                    0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-elastic_agent.filebeat-default-2023.04.06-000001                                                                    0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-synthetics-browser.screenshot-default-2023.05.15-000006                                                                     0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-synthetics-browser.screenshot-default-2023.05.15-000006                                                                     0     p      STARTED                  10.46.64.7  instance-0000000000
packetbeat-8.7.0-siem-2023.05.15                                                                                                0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-packetbeat-8.7.0-2023.05.13-000071                                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-packetbeat-8.7.0-2023.05.13-000071                                                                                          0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-packetbeat-8.7.0-2023.05.13-000071                                                                                          1     p      STARTED                  10.46.64.7  instance-0000000000
.ds-packetbeat-8.7.0-2023.05.13-000071                                                                                          1     r      STARTED                  10.46.65.82 instance-0000000002
.ds-packetbeat-8.7.0-2023.05.13-000071                                                                                          2     p      STARTED                  10.46.65.83 instance-0000000001
.ds-packetbeat-8.7.0-2023.05.13-000071                                                                                          2     r      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001                                                                    0     p      STARTED  2260896  86.7mb 10.46.64.7  instance-0000000000
.ds-metrics-apm.service_summary.1m-default-2023.04.05-000001                                                                    0     r      STARTED  2260896 105.5mb 10.46.65.82 instance-0000000002
auditbeat-8.7.0-siem-2023.05.13                                                                                                 0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-synthetics-browser.network-default-2023.05.18-000009                                                                        0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-synthetics-browser.network-default-2023.05.18-000009                                                                        0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-system.memory-default-2023.04.06-000001                                                                             0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-system.memory-default-2023.04.06-000001                                                                             0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-kubernetes.proxy-default-2023.04.06-000001                                                                          0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-kubernetes.proxy-default-2023.04.06-000001                                                                          0     p      STARTED                  10.46.64.7  instance-0000000000
finance-demo-visitor-origin-2019-02-19                                                                                          0     p      STARTED                  10.46.65.83 instance-0000000001
finance-demo-visitor-origin-2019-02-19                                                                                          0     r      STARTED                  10.46.64.7  instance-0000000000
.ent-search-db-lock-20200304                                                                                                    0     p      STARTED                  10.46.65.83 instance-0000000001
.ent-search-db-lock-20200304                                                                                                    0     r      STARTED                  10.46.65.82 instance-0000000002
.ml-config                                                                                                                      0     p      STARTED                  10.46.64.7  instance-0000000000
.ml-config                                                                                                                      0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metricbeat-8.7.1-2023.05.13-000015                                                                                          0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-metricbeat-8.7.1-2023.05.13-000015                                                                                          0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-apm.service_transaction.10m-default-2023.04.05-000001                                                               0     r      STARTED   555285 314.7mb 10.46.65.83 instance-0000000001
.ds-metrics-apm.service_transaction.10m-default-2023.04.05-000001                                                               0     p      STARTED   555285 314.5mb 10.46.64.7  instance-0000000000
.ds-metrics-system.fsstat-default-2023.04.06-000001                                                                             0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-system.fsstat-default-2023.04.06-000001                                                                             0     p      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-app_search_role_mappings_v5                                                                                0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-app_search_role_mappings_v5                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-app_search_role_mappings_v5                                                                                0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-system.syslog-default-2023.05.06-000002                                                                                0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-logs-system.syslog-default-2023.05.06-000002                                                                                0     p      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-workplace_search_accounts_v16                                                                              0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-workplace_search_accounts_v16                                                                              0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-workplace_search_accounts_v16                                                                              0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001                                                                0     r      STARTED  2735632 142.4mb 10.46.65.83 instance-0000000001
.ds-metrics-apm.service_destination.1m-default-2023.04.05-000001                                                                0     p      STARTED  2735632 142.4mb 10.46.64.7  instance-0000000000
.ent-search-actastic-search_engines                                                                                             0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-search_engines                                                                                             0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-search_engines                                                                                             0     r      STARTED                  10.46.65.82 instance-0000000002
.fleet-files-endpoint-000001                                                                                                    0     r      STARTED                  10.46.65.83 instance-0000000001
.fleet-files-endpoint-000001                                                                                                    0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-app_search_api_tokens_v3-authentication_token-unique-constraint                                            0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-app_search_api_tokens_v3-authentication_token-unique-constraint                                            0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-app_search_api_tokens_v3-authentication_token-unique-constraint                                            0     r      STARTED                  10.46.65.82 instance-0000000002
.ent-search-actastic-oauth_applications_v2                                                                                      0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-oauth_applications_v2                                                                                      0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-oauth_applications_v2                                                                                      0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-synthetics-browser.network-default-2023.05.15-000006                                                                        0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-synthetics-browser.network-default-2023.05.15-000006                                                                        0     p      STARTED                  10.46.65.82 instance-0000000002
.triggered_watches                                                                                                              0     r      STARTED                  10.46.65.83 instance-0000000001
.triggered_watches                                                                                                              0     p      STARTED                  10.46.65.82 instance-0000000002
kibana_sample_data_flights                                                                                                      0     p      STARTED                  10.46.65.83 instance-0000000001
kibana_sample_data_flights                                                                                                      0     r      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-users_v7-email-unique-constraint                                                                           0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-actastic-users_v7-email-unique-constraint                                                                           0     p      STARTED                  10.46.64.7  instance-0000000000
.ent-search-actastic-users_v7-email-unique-constraint                                                                           0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-synthetics-browser.network-default-2023.05.14-000005                                                                        0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-synthetics-browser.network-default-2023.05.14-000005                                                                        0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002                                                                   0     r      STARTED   527804  73.2mb 10.46.65.83 instance-0000000001
.ds-metrics-apm.app.newsletter_otel-default-2023.05.03-000002                                                                   0     p      STARTED   527804  28.3mb 10.46.64.7  instance-0000000000
.ds-metrics-apm.service_destination.10m-default-2023.04.05-000001                                                               0     p      STARTED   826050  44.7mb 10.46.64.7  instance-0000000000
.ds-metrics-apm.service_destination.10m-default-2023.04.05-000001                                                               0     r      STARTED   826050  44.8mb 10.46.65.82 instance-0000000002
.fleet-files-agent-000001                                                                                                       0     p      STARTED                  10.46.64.7  instance-0000000000
.fleet-files-agent-000001                                                                                                       0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-logs-elastic_agent.cloudbeat-default-2023.05.06-000002                                                                      0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-logs-elastic_agent.cloudbeat-default-2023.05.06-000002                                                                      0     r      STARTED                  10.46.64.7  instance-0000000000
auditbeat-8.7.0-siem-2023.05.17                                                                                                 0     p      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002                                                                0     r      STARTED  1155146 452.5mb 10.46.64.7  instance-0000000000
.ds-metrics-apm.service_transaction.1m-default-2023.05.03-000002                                                                0     p      STARTED  1155146 266.3mb 10.46.65.82 instance-0000000002
.ds-metrics-kubernetes.proxy-default-2023.05.06-000002                                                                          0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-kubernetes.proxy-default-2023.05.06-000002                                                                          0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-metrics-kubernetes.container-default-2023.05.06-000002                                                                      0     p      STARTED                  10.46.65.83 instance-0000000001
.ds-metrics-kubernetes.container-default-2023.05.06-000002                                                                      0     r      STARTED                  10.46.64.7  instance-0000000000
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002                                                                     0     r      STARTED    45895  18.3mb 10.46.64.7  instance-0000000000
.ds-metrics-apm.app.frontend_node-default-2023.05.03-000002                                                                     0     p      STARTED    45897   5.6mb 10.46.65.82 instance-0000000002
finance-demo-paid-subscriptions-2019-02-19                                                                                      0     p      STARTED                  10.46.65.83 instance-0000000001
finance-demo-paid-subscriptions-2019-02-19                                                                                      0     r      STARTED                  10.46.65.82 instance-0000000002
.ds-.monitoring-beats-8-mb-2023.05.14-000026                                                                                    0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-.monitoring-beats-8-mb-2023.05.14-000026                                                                                    0     p      STARTED                  10.46.64.7  instance-0000000000
.tasks                                                                                                                          0     p      STARTED                  10.46.64.7  instance-0000000000
.tasks                                                                                                                          0     r      STARTED                  10.46.65.82 instance-0000000002
winlogbeat-8.7.0-siem-2023.05.17                                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
.ds-heartbeat-8.2.3-2023.05.17-000079                                                                                           0     r      STARTED                  10.46.65.83 instance-0000000001
.ds-heartbeat-8.2.3-2023.05.17-000079                                                                                           0     p      STARTED                  10.46.65.82 instance-0000000002
.ent-search-esqueues-me_queue_v1_mailer                                                                                         0     r      STARTED                  10.46.65.83 instance-0000000001
.ent-search-esqueues-me_queue_v1_mailer                                                                                         0     p      STARTED                  10.46.65.82 instance-0000000002
winlogbeat-8.7.0-siem-2023.05.19                                                                                                0     p      STARTED                  10.46.64.7  instance-0000000000
GET _cat/tasks?v=true
action                                         task_id                          parent_task_id                   type       start_time    timestamp running_time ip          node
xpack/ml/job                                agli2gLkSmiKwTA1VkyvHg:214       cluster:259                      persistent 1683098676842 07:24:36  15.9d        10.46.65.59 instance-0000000005
xpack/ml/job                                agli2gLkSmiKwTA1VkyvHg:215       cluster:261                      persistent 1683098676844 07:24:36  15.9d        10.46.65.59 instance-0000000005
xpack/ml/job                                agli2gLkSmiKwTA1VkyvHg:295       cluster:285                      persistent 1683098678485 07:24:38  15.9d        10.46.65.59 instance-0000000005
xpack/ml/job                                agli2gLkSmiKwTA1VkyvHg:296       cluster:286                      persistent 1683098678485 07:24:38  15.9d        10.46.65.59 instance-0000000005
xpack/ml/datafeed                           agli2gLkSmiKwTA1VkyvHg:297       cluster:287                      persistent 1683098678486 07:24:38  15.9d        10.46.65.59 instance-0000000005
xpack/ml/datafeed                           agli2gLkSmiKwTA1VkyvHg:302       cluster:288                      persistent 1683098678487 07:24:38  15.9d        10.46.65.59 instance-0000000005
xpack/ml/datafeed                           agli2gLkSmiKwTA1VkyvHg:430       cluster:292                      persistent 1683098679358 07:24:39  15.9d        10.46.65.59 instance-0000000005
xpack/ml/datafeed                           agli2gLkSmiKwTA1VkyvHg:426       cluster:289                      persistent 1683098679358 07:24:39  15.9d        10.46.65.59 instance-0000000005
xpack/ml/job                                agli2gLkSmiKwTA1VkyvHg:427       cluster:290                      persistent 1683098679358 07:24:39  15.9d        10.46.65.59 instance-0000000005
xpack/ml/job                                agli2gLkSmiKwTA1VkyvHg:428       cluster:291                      persistent 1683098679358 07:24:39  15.9d        10.46.65.59 instance-0000000005
xpack/ml/job                                agli2gLkSmiKwTA1VkyvHg:625       cluster:293                      persistent 1683098680137 07:24:40  15.9d        10.46.65.59 instance-0000000005
xpack/ml/job                                agli2gLkSmiKwTA1VkyvHg:626       cluster:294                      persistent 1683098680137 07:24:40  15.9d        10.46.65.59 instance-0000000005
xpack/ml/datafeed                           agli2gLkSmiKwTA1VkyvHg:627       cluster:295                      persistent 1683098680138 07:24:40  15.9d        10.46.65.59 instance-0000000005
xpack/ml/datafeed                           agli2gLkSmiKwTA1VkyvHg:628       cluster:296                      persistent 1683098680138 07:24:40  15.9d        10.46.65.59 instance-0000000005
xpack/ml/datafeed                           agli2gLkSmiKwTA1VkyvHg:803       cluster:297                      persistent 1683098680904 07:24:40  15.9d        10.46.65.59 instance-0000000005
xpack/ml/job                                agli2gLkSmiKwTA1VkyvHg:804       cluster:298                      persistent 1683098680904 07:24:40  15.9d        10.46.65.59 instance-0000000005
xpack/ml/job                                agli2gLkSmiKwTA1VkyvHg:855       cluster:299                      persistent 1683098681398 07:24:41  15.9d        10.46.65.59 instance-0000000005
xpack/ml/datafeed                           agli2gLkSmiKwTA1VkyvHg:856       cluster:300                      persistent 1683098681398 07:24:41  15.9d        10.46.65.59 instance-0000000005
xpack/ml/datafeed                           agli2gLkSmiKwTA1VkyvHg:947       cluster:301                      persistent 1683098681888 07:24:41  15.9d        10.46.65.59 instance-0000000005
xpack/ml/job                                agli2gLkSmiKwTA1VkyvHg:948       cluster:302                      persistent 1683098681888 07:24:41  15.9d        10.46.65.59 instance-0000000005
xpack/ml/datafeed                           agli2gLkSmiKwTA1VkyvHg:990       cluster:303                      persistent 1683098682184 07:24:42  15.9d        10.46.65.59 instance-0000000005
xpack/ml/job                                agli2gLkSmiKwTA1VkyvHg:991       cluster:304                      persistent 1683098682185 07:24:42  15.9d        10.46.65.59 instance-0000000005
xpack/ml/datafeed                           agli2gLkSmiKwTA1VkyvHg:1101      cluster:305                      persistent 1683098682718 07:24:42  15.9d        10.46.65.59 instance-0000000005
xpack/ml/job                                agli2gLkSmiKwTA1VkyvHg:1102      cluster:306                      persistent 1683098682718 07:24:42  15.9d        10.46.65.59 instance-0000000005
xpack/ml/datafeed                           agli2gLkSmiKwTA1VkyvHg:1178      cluster:307                      persistent 1683098683138 07:24:43  15.9d        10.46.65.59 instance-0000000005
xpack/ml/datafeed                           agli2gLkSmiKwTA1VkyvHg:1249      cluster:308                      persistent 1683098683538 07:24:43  15.9d        10.46.65.59 instance-0000000005
health-node                                 CQ0txXIkSL6dev6kMxZwww:9936      cluster:318                      persistent 1683098932323 07:28:52  15.9d        10.46.64.7  instance-0000000000
data_frame/transforms                       CQ0txXIkSL6dev6kMxZwww:13762     cluster:322                      persistent 1683098946618 07:29:06  15.9d        10.46.64.7  instance-0000000000
data_frame/transforms                       CQ0txXIkSL6dev6kMxZwww:13763     cluster:323                      persistent 1683098946619 07:29:06  15.9d        10.46.64.7  instance-0000000000
geoip-downloader                            CQ0txXIkSL6dev6kMxZwww:13764     cluster:324                      persistent 1683098946619 07:29:06  15.9d        10.46.64.7  instance-0000000000
data_frame/transforms                       XbrLKH0VQ5aNKx3oLoblYQ:13130     cluster:326                      persistent 1683099068532 07:31:08  15.9d        10.46.65.83 instance-0000000001
indices:monitor/fleet/global_checkpoints[s]    kGXoVZ54R4y4WaPsM7EapA:345576278 -                                transport  1684476036849 06:00:36  2.4m         10.46.65.82 instance-0000000002
indices:monitor/fleet/global_checkpoints       kGXoVZ54R4y4WaPsM7EapA:345576277 -                                transport  1684476036849 06:00:36  2.4m         10.46.65.82 instance-0000000002
indices:monitor/fleet/global_checkpoints[s][s] XbrLKH0VQ5aNKx3oLoblYQ:386795795 -                                transport  1684476036850 06:00:36  2.4m         10.46.65.83 instance-0000000001
indices:monitor/fleet/global_checkpoints       kGXoVZ54R4y4WaPsM7EapA:345587585 -                                transport  1684476084686 06:01:24  1.6m         10.46.65.82 instance-0000000002
indices:monitor/fleet/global_checkpoints       XbrLKH0VQ5aNKx3oLoblYQ:386815688 -                                transport  1684476103304 06:01:43  1.2m         10.46.65.83 instance-0000000001
indices:monitor/fleet/global_checkpoints       XbrLKH0VQ5aNKx3oLoblYQ:386834035 -                                transport  1684476162124 06:02:42  18.7s        10.46.65.83 instance-0000000001
indices:monitor/fleet/global_checkpoints[s]    XbrLKH0VQ5aNKx3oLoblYQ:386834036 -                                transport  1684476162124 06:02:42  18.7s        10.46.65.83 instance-0000000001
indices:monitor/fleet/global_checkpoints[s][s] XbrLKH0VQ5aNKx3oLoblYQ:386834037 -                                direct     1684476162124 06:02:42  18.7s        10.46.65.83 instance-0000000001
indices:data/write/bulk                        CQ0txXIkSL6dev6kMxZwww:306312743 -                                transport  1684476180854 06:03:00  35.7ms       10.46.64.7  instance-0000000000
indices:data/write/bulk[s]                     CQ0txXIkSL6dev6kMxZwww:306312747 CQ0txXIkSL6dev6kMxZwww:306312743 transport  1684476180870 06:03:00  19ms         10.46.64.7  instance-0000000000
indices:data/write/bulk[s]                     XbrLKH0VQ5aNKx3oLoblYQ:386840183 CQ0txXIkSL6dev6kMxZwww:306312747 transport  1684476180872 06:03:00  17.8ms       10.46.65.83 instance-0000000001
indices:data/write/bulk[s][p]                  XbrLKH0VQ5aNKx3oLoblYQ:386840184 XbrLKH0VQ5aNKx3oLoblYQ:386840183 direct     1684476180872 06:03:00  17.5ms       10.46.65.83 instance-0000000001
indices:data/write/bulk[s][r]                  CQ0txXIkSL6dev6kMxZwww:306312760 XbrLKH0VQ5aNKx3oLoblYQ:386840183 transport  1684476180885 06:03:00  4ms          10.46.64.7  instance-0000000000
indices:data/write/bulk[s]                     CQ0txXIkSL6dev6kMxZwww:306312748 CQ0txXIkSL6dev6kMxZwww:306312743 transport  1684476180871 06:03:00  18.4ms       10.46.64.7  instance-0000000000
indices:data/write/bulk[s]                     kGXoVZ54R4y4WaPsM7EapA:345612828 CQ0txXIkSL6dev6kMxZwww:306312748 transport  1684476180873 06:03:00  17.1ms       10.46.65.82 instance-0000000002
indices:data/write/bulk[s][p]                  kGXoVZ54R4y4WaPsM7EapA:345612829 kGXoVZ54R4y4WaPsM7EapA:345612828 direct     1684476180873 06:03:00  16.9ms       10.46.65.82 instance-0000000002
indices:data/write/bulk[s][r]                  XbrLKH0VQ5aNKx3oLoblYQ:386840192 kGXoVZ54R4y4WaPsM7EapA:345612828 transport  1684476180883 06:03:00  6.5ms        10.46.65.83 instance-0000000001
indices:data/write/bulk[s]                     CQ0txXIkSL6dev6kMxZwww:306312749 CQ0txXIkSL6dev6kMxZwww:306312743 transport  1684476180872 06:03:00  17.9ms       10.46.64.7  instance-0000000000
indices:data/write/bulk[s][p]                  CQ0txXIkSL6dev6kMxZwww:306312750 CQ0txXIkSL6dev6kMxZwww:306312749 direct     1684476180872 06:03:00  17.9ms       10.46.64.7  instance-0000000000
indices:data/write/bulk                        kGXoVZ54R4y4WaPsM7EapA:345612825 -                                transport  1684476180867 06:03:00  23.1ms       10.46.65.82 instance-0000000002
indices:data/write/bulk[s]                     kGXoVZ54R4y4WaPsM7EapA:345612832 kGXoVZ54R4y4WaPsM7EapA:345612825 transport  1684476180879 06:03:00  11.2ms       10.46.65.82 instance-0000000002
indices:data/write/bulk[s]                     CQ0txXIkSL6dev6kMxZwww:306312755 kGXoVZ54R4y4WaPsM7EapA:345612832 transport  1684476180881 06:03:00  9ms          10.46.64.7  instance-0000000000
indices:data/write/bulk[s][p]                  CQ0txXIkSL6dev6kMxZwww:306312756 CQ0txXIkSL6dev6kMxZwww:306312755 direct     1684476180881 06:03:00  8.8ms        10.46.64.7  instance-0000000000
indices:data/write/bulk[s]                     kGXoVZ54R4y4WaPsM7EapA:345612834 kGXoVZ54R4y4WaPsM7EapA:345612825 transport  1684476180879 06:03:00  10.4ms       10.46.65.82 instance-0000000002
indices:data/write/bulk[s][p]                  kGXoVZ54R4y4WaPsM7EapA:345612835 kGXoVZ54R4y4WaPsM7EapA:345612834 direct     1684476180880 06:03:00  10.3ms       10.46.65.82 instance-0000000002
indices:data/write/bulk[s][r]                  XbrLKH0VQ5aNKx3oLoblYQ:386840195 kGXoVZ54R4y4WaPsM7EapA:345612834 transport  1684476180889 06:03:00  1.2ms        10.46.65.83 instance-0000000001
cluster:monitor/tasks/lists                    CQ0txXIkSL6dev6kMxZwww:306312763 -                                transport  1684476180889 06:03:00  481.4micros  10.46.64.7  instance-0000000000
cluster:monitor/tasks/lists[n]                 CQ0txXIkSL6dev6kMxZwww:306312765 CQ0txXIkSL6dev6kMxZwww:306312763 direct     1684476180889 06:03:00  219.3micros  10.46.64.7  instance-0000000000
cluster:monitor/tasks/lists[n]                 kGXoVZ54R4y4WaPsM7EapA:345612845 CQ0txXIkSL6dev6kMxZwww:306312763 transport  1684476180890 06:03:00  275micros    10.46.65.82 instance-0000000002
cluster:monitor/tasks/lists[n]                 XbrLKH0VQ5aNKx3oLoblYQ:386840196 CQ0txXIkSL6dev6kMxZwww:306312763 transport  1684476180890 06:03:00  262micros    10.46.65.83 instance-0000000001
cluster:monitor/tasks/lists[n]                 327Vm1jYTbuYGCrDhqWCiw:10400477  CQ0txXIkSL6dev6kMxZwww:306312763 transport  1684476180890 06:03:00  8.3ms        10.46.64.69 instance-0000000003
cluster:monitor/tasks/lists[n]                 agli2gLkSmiKwTA1VkyvHg:17240762  CQ0txXIkSL6dev6kMxZwww:306312763 transport  1684476180890 06:03:00  512.4micros  10.46.65.59 instance-0000000005
indices:admin/seq_no/global_checkpoint_sync    CQ0txXIkSL6dev6kMxZwww:306312764 -                                transport  1684476180889 06:03:00  226.1micros  10.46.64.7  instance-0000000000
GET _cat/templates?v=true&s=name
name                                                       index_patterns                                           order               version composed_of
.alerts-observability.apm.alerts-default-index-template    [.internal.alerts-observability.apm.alerts-default-*]    7                           [.alerts-observability.apm.alerts-mappings, .alerts-technical-mappings]
.alerts-observability.uptime.alerts-default-index-template [.internal.alerts-observability.uptime.alerts-default-*] 7                           [.alerts-observability.uptime.alerts-mappings, .alerts-technical-mappings]
.alerts-security.alerts-default-index-template             [.internal.alerts-security.alerts-default-*]             7                           [.alerts-ecs-mappings, .alerts-security.alerts-mappings, .alerts-technical-mappings]
.deprecation-indexing-template                             [.logs-deprecation.*]                                    1000                1       [.deprecation-indexing-mappings, .deprecation-indexing-settings]
.fleet-file-data                                           [.fleet-file-data-*-*]                                   200                 1       []
.fleet-files                                               [.fleet-files-*-*]                                       200                 1       []
.items-default                                             [.items-default-*]                                       0                           []
.kibana-event-log-8.7.0-template                           [.kibana-event-log-8.7.0-*]                              0                           []
.kibana-event-log-8.7.1-template                           [.kibana-event-log-8.7.1-*]                              0                           []
.lists-default                                             [.lists-default-*]                                       0                           []
.logs-endpoint.action.responses                            [.logs-endpoint.action.responses-*]                      200                         [.logs-endpoint.action.responses@package, .logs-endpoint.action.responses@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
.logs-endpoint.actions                                     [.logs-endpoint.actions-*]                               200                         [.logs-endpoint.actions@package, .logs-endpoint.actions@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
.logs-endpoint.diagnostic.collection                       [.logs-endpoint.diagnostic.collection-*]                 200                         [.logs-endpoint.diagnostic.collection@package, .logs-endpoint.diagnostic.collection@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
.ml-anomalies-                                             [.ml-anomalies-*]                                        2147483647          8070199 []
.ml-notifications-000002                                   [.ml-notifications-000002]                               2147483647          8070199 []
.ml-state                                                  [.ml-state*]                                             2147483647          8070199 []
.ml-stats                                                  [.ml-stats-*]                                            2147483647          8070199 []
.monitoring-alerts-7                                       [.monitoring-alerts-7]                                   0                   8070099 
.monitoring-beats                                          [.monitoring-beats-7-*]                                  0                   8070099 
.monitoring-beats-mb                                       [.monitoring-beats-8-*]                                  0                   8000104 []
.monitoring-ent-search-mb                                  [.monitoring-ent-search-8-*]                             0                   8000104 []
.monitoring-es                                             [.monitoring-es-7-*]                                     0                   8070099 
.monitoring-es-mb                                          [.monitoring-es-8-*]                                     0                   8000104 []
.monitoring-kibana                                         [.monitoring-kibana-7-*]                                 0                   8070099 
.monitoring-kibana-mb                                      [.monitoring-kibana-8-*]                                 0                   8000104 []
.monitoring-logstash                                       [.monitoring-logstash-7-*]                               0                   8070099 
.monitoring-logstash-mb                                    [.monitoring-logstash-8-*]                               0                   8000104 []
.slm-history                                               [.slm-history-5*]                                        2147483647          5       []
.transform-notifications-000002                            [.transform-notifications-*]                             9223372036854775807 8070099 []
.watch-history-16                                          [.watcher-history-16*]                                   2147483647          16      []
apm-source-map                                             [.apm-source-map]                                        0                   1       []
auditbeat-8.7.0-siem-                                      [auditbeat-8.7.0-siem-*]                                 10                          
azure-                                                     [azure-*]                                                10                          
filebeat-8.7.0                                             [filebeat-8.7.0]                                         150                         []
filebeat-8.7.0-siem-                                       [filebeat-8.7.0-siem-*]                                  10                          
heartbeat-8.2.3                                            [heartbeat-8.2.3]                                        150                         []
heartbeat-8.7.0                                            [heartbeat-8.7.0]                                        150                         []
ilm-history                                                [ilm-history-5*]                                         2147483647          5       []
kibana_sample_data_logs                                    [kibana_sample_data_logs]                                0                           []
logs                                                       [logs-*-*]                                               100                 2       [logs-mappings, data-streams-mappings, logs-settings]
logs-apm.app                                               [logs-apm.app-*]                                         200                         [logs-apm.app@package, logs-apm.app@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-apm.error                                             [logs-apm.error-*]                                       200                         [logs-apm.error@package, logs-apm.error@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-app_search.analytics-default                          [logs-app_search.analytics-default]                      201                         [logs-mappings, data-streams-mappings, logs-settings, enterprise_search-ecs]
logs-app_search.search_relevance_suggestions-default       [logs-app_search.search_relevance_suggestions-default]   201                         [logs-mappings, data-streams-mappings, logs-settings, enterprise_search-ecs]
logs-cloud_security_posture.findings                       [logs-cloud_security_posture.findings-*]                 200                         [logs-cloud_security_posture.findings@package, logs-cloud_security_posture.findings@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-cloud_security_posture.findings_latest                [logs-cloud_security_posture.findings_latest-*]          500                         [logs-cloud_security_posture.findings@package, logs-cloud_security_posture.findings@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-cloud_security_posture.scores                         [logs-cloud_security_posture.scores-*]                   500                         []
logs-crawler-default                                       [logs-crawler-default]                                   201                         [logs-mappings, data-streams-mappings, logs-settings, enterprise_search-ecs]
logs-elastic_agent                                         [logs-elastic_agent-*]                                   200                         [logs-elastic_agent@package, logs-elastic_agent@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-elastic_agent.apm_server                              [logs-elastic_agent.apm_server-*]                        200                         [logs-elastic_agent.apm_server@package, logs-elastic_agent.apm_server@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-elastic_agent.auditbeat                               [logs-elastic_agent.auditbeat-*]                         200                         [logs-elastic_agent.auditbeat@package, logs-elastic_agent.auditbeat@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-elastic_agent.cloud_defend                            [logs-elastic_agent.cloud_defend-*]                      200                         [logs-elastic_agent.cloud_defend@package, logs-elastic_agent.cloud_defend@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-elastic_agent.cloudbeat                               [logs-elastic_agent.cloudbeat-*]                         200                         [logs-elastic_agent.cloudbeat@package, logs-elastic_agent.cloudbeat@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-elastic_agent.endpoint_security                       [logs-elastic_agent.endpoint_security-*]                 200                         [logs-elastic_agent.endpoint_security@package, logs-elastic_agent.endpoint_security@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-elastic_agent.filebeat                                [logs-elastic_agent.filebeat-*]                          200                         [logs-elastic_agent.filebeat@package, logs-elastic_agent.filebeat@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-elastic_agent.filebeat_input                          [logs-elastic_agent.filebeat_input-*]                    200                         [logs-elastic_agent.filebeat_input@package, logs-elastic_agent.filebeat_input@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-elastic_agent.fleet_server                            [logs-elastic_agent.fleet_server-*]                      200                         [logs-elastic_agent.fleet_server@package, logs-elastic_agent.fleet_server@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-elastic_agent.heartbeat                               [logs-elastic_agent.heartbeat-*]                         200                         [logs-elastic_agent.heartbeat@package, logs-elastic_agent.heartbeat@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-elastic_agent.metricbeat                              [logs-elastic_agent.metricbeat-*]                        200                         [logs-elastic_agent.metricbeat@package, logs-elastic_agent.metricbeat@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-elastic_agent.osquerybeat                             [logs-elastic_agent.osquerybeat-*]                       200                         [logs-elastic_agent.osquerybeat@package, logs-elastic_agent.osquerybeat@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-elastic_agent.packetbeat                              [logs-elastic_agent.packetbeat-*]                        200                         [logs-elastic_agent.packetbeat@package, logs-elastic_agent.packetbeat@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-elastic_analytics.events                              [logs-elastic_analytics.events-*]                        210                         [elastic_analytics.events-settings, elastic_analytics.events-mappings]
logs-elastic_crawler-default                               [logs-elastic_crawler-default]                           201                         [logs-mappings, data-streams-mappings, logs-settings, enterprise_search-ecs]
logs-endpoint.alerts                                       [logs-endpoint.alerts-*]                                 200                         [logs-endpoint.alerts@package, logs-endpoint.alerts@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-endpoint.events.api                                   [logs-endpoint.events.api-*]                             200                         [logs-endpoint.events.api@package, logs-endpoint.events.api@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-endpoint.events.file                                  [logs-endpoint.events.file-*]                            200                         [logs-endpoint.events.file@package, logs-endpoint.events.file@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-endpoint.events.library                               [logs-endpoint.events.library-*]                         200                         [logs-endpoint.events.library@package, logs-endpoint.events.library@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-endpoint.events.network                               [logs-endpoint.events.network-*]                         200                         [logs-endpoint.events.network@package, logs-endpoint.events.network@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-endpoint.events.process                               [logs-endpoint.events.process-*]                         200                         [logs-endpoint.events.process@package, logs-endpoint.events.process@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-endpoint.events.registry                              [logs-endpoint.events.registry-*]                        200                         [logs-endpoint.events.registry@package, logs-endpoint.events.registry@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-endpoint.events.security                              [logs-endpoint.events.security-*]                        200                         [logs-endpoint.events.security@package, logs-endpoint.events.security@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-enterprise_search.api-default                         [logs-enterprise_search.api-default]                     201                         [logs-mappings, data-streams-mappings, logs-settings, enterprise_search-ecs]
logs-enterprise_search.audit-default                       [logs-enterprise_search.audit-default]                   201                         [logs-mappings, data-streams-mappings, logs-settings, enterprise_search-ecs]
logs-kubernetes.audit_logs                                 [logs-kubernetes.audit_logs-*]                           200                         [logs-kubernetes.audit_logs@package, logs-kubernetes.audit_logs@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-kubernetes.container_logs                             [logs-kubernetes.container_logs-*]                       200                         [logs-kubernetes.container_logs@package, logs-kubernetes.container_logs@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-system.application                                    [logs-system.application-*]                              200                         [logs-system.application@package, logs-system.application@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-system.auth                                           [logs-system.auth-*]                                     200                         [logs-system.auth@package, logs-system.auth@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-system.security                                       [logs-system.security-*]                                 200                         [logs-system.security@package, logs-system.security@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-system.syslog                                         [logs-system.syslog-*]                                   200                         [logs-system.syslog@package, logs-system.syslog@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-system.system                                         [logs-system.system-*]                                   200                         [logs-system.system@package, logs-system.system@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
logs-workplace_search.analytics-default                    [logs-workplace_search.analytics-default]                201                         [logs-mappings, data-streams-mappings, logs-settings, enterprise_search-ecs]
logs-workplace_search.content_events-default               [logs-workplace_search.content_events-default]           201                         [logs-mappings, data-streams-mappings, logs-settings, enterprise_search-ecs]
metricbeat-8.7.0                                           [metricbeat-8.7.0]                                       150                         []
metricbeat-8.7.1                                           [metricbeat-8.7.1]                                       150                         []
metrics                                                    [metrics-*-*]                                            100                 2       [metrics-mappings, data-streams-mappings, metrics-settings]
metrics-apm.app                                            [metrics-apm.app.*-*]                                    150                         [metrics-apm.app@package, metrics-apm.app@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-apm.internal                                       [metrics-apm.internal-*]                                 200                         [metrics-apm.internal@package, metrics-apm.internal@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-apm.service_destination.10m                        [metrics-apm.service_destination.10m-*]                  200                         [metrics-apm.service_destination.10m@package, metrics-apm.service_destination.10m@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-apm.service_destination.1m                         [metrics-apm.service_destination.1m-*]                   200                         [metrics-apm.service_destination.1m@package, metrics-apm.service_destination.1m@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-apm.service_destination.60m                        [metrics-apm.service_destination.60m-*]                  200                         [metrics-apm.service_destination.60m@package, metrics-apm.service_destination.60m@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-apm.service_summary.10m                            [metrics-apm.service_summary.10m-*]                      200                         [metrics-apm.service_summary.10m@package, metrics-apm.service_summary.10m@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-apm.service_summary.1m                             [metrics-apm.service_summary.1m-*]                       200                         [metrics-apm.service_summary.1m@package, metrics-apm.service_summary.1m@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-apm.service_summary.60m                            [metrics-apm.service_summary.60m-*]                      200                         [metrics-apm.service_summary.60m@package, metrics-apm.service_summary.60m@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-apm.service_transaction.10m                        [metrics-apm.service_transaction.10m-*]                  200                         [metrics-apm.service_transaction.10m@package, metrics-apm.service_transaction.10m@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-apm.service_transaction.1m                         [metrics-apm.service_transaction.1m-*]                   200                         [metrics-apm.service_transaction.1m@package, metrics-apm.service_transaction.1m@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-apm.service_transaction.60m                        [metrics-apm.service_transaction.60m-*]                  200                         [metrics-apm.service_transaction.60m@package, metrics-apm.service_transaction.60m@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-apm.transaction.10m                                [metrics-apm.transaction.10m-*]                          200                         [metrics-apm.transaction.10m@package, metrics-apm.transaction.10m@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-apm.transaction.1m                                 [metrics-apm.transaction.1m-*]                           200                         [metrics-apm.transaction.1m@package, metrics-apm.transaction.1m@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-apm.transaction.60m                                [metrics-apm.transaction.60m-*]                          200                         [metrics-apm.transaction.60m@package, metrics-apm.transaction.60m@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-elastic_agent.apm_server                           [metrics-elastic_agent.apm_server-*]                     200                         [metrics-elastic_agent.apm_server@package, metrics-elastic_agent.apm_server@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-elastic_agent.auditbeat                            [metrics-elastic_agent.auditbeat-*]                      200                         [metrics-elastic_agent.auditbeat@package, metrics-elastic_agent.auditbeat@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-elastic_agent.cloudbeat                            [metrics-elastic_agent.cloudbeat-*]                      200                         [metrics-elastic_agent.cloudbeat@package, metrics-elastic_agent.cloudbeat@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-elastic_agent.elastic_agent                        [metrics-elastic_agent.elastic_agent-*]                  200                         [metrics-elastic_agent.elastic_agent@package, metrics-elastic_agent.elastic_agent@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-elastic_agent.endpoint_security                    [metrics-elastic_agent.endpoint_security-*]              200                         [metrics-elastic_agent.endpoint_security@package, metrics-elastic_agent.endpoint_security@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-elastic_agent.filebeat                             [metrics-elastic_agent.filebeat-*]                       200                         [metrics-elastic_agent.filebeat@package, metrics-elastic_agent.filebeat@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-elastic_agent.filebeat_input                       [metrics-elastic_agent.filebeat_input-*]                 200                         [metrics-elastic_agent.filebeat_input@package, metrics-elastic_agent.filebeat_input@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-elastic_agent.fleet_server                         [metrics-elastic_agent.fleet_server-*]                   200                         [metrics-elastic_agent.fleet_server@package, metrics-elastic_agent.fleet_server@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-elastic_agent.heartbeat                            [metrics-elastic_agent.heartbeat-*]                      200                         [metrics-elastic_agent.heartbeat@package, metrics-elastic_agent.heartbeat@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-elastic_agent.metricbeat                           [metrics-elastic_agent.metricbeat-*]                     200                         [metrics-elastic_agent.metricbeat@package, metrics-elastic_agent.metricbeat@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-elastic_agent.osquerybeat                          [metrics-elastic_agent.osquerybeat-*]                    200                         [metrics-elastic_agent.osquerybeat@package, metrics-elastic_agent.osquerybeat@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-elastic_agent.packetbeat                           [metrics-elastic_agent.packetbeat-*]                     200                         [metrics-elastic_agent.packetbeat@package, metrics-elastic_agent.packetbeat@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-endpoint.metadata                                  [metrics-endpoint.metadata-*]                            200                         [metrics-endpoint.metadata@package, metrics-endpoint.metadata@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-endpoint.metrics                                   [metrics-endpoint.metrics-*]                             200                         [metrics-endpoint.metrics@package, metrics-endpoint.metrics@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-endpoint.policy                                    [metrics-endpoint.policy-*]                              200                         [metrics-endpoint.policy@package, metrics-endpoint.policy@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.apiserver                               [metrics-kubernetes.apiserver-*]                         200                         [metrics-kubernetes.apiserver@package, metrics-kubernetes.apiserver@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.container                               [metrics-kubernetes.container-*]                         200                         [metrics-kubernetes.container@package, metrics-kubernetes.container@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.controllermanager                       [metrics-kubernetes.controllermanager-*]                 200                         [metrics-kubernetes.controllermanager@package, metrics-kubernetes.controllermanager@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.event                                   [metrics-kubernetes.event-*]                             200                         [metrics-kubernetes.event@package, metrics-kubernetes.event@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.node                                    [metrics-kubernetes.node-*]                              200                         [metrics-kubernetes.node@package, metrics-kubernetes.node@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.pod                                     [metrics-kubernetes.pod-*]                               200                         [metrics-kubernetes.pod@package, metrics-kubernetes.pod@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.proxy                                   [metrics-kubernetes.proxy-*]                             200                         [metrics-kubernetes.proxy@package, metrics-kubernetes.proxy@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.scheduler                               [metrics-kubernetes.scheduler-*]                         200                         [metrics-kubernetes.scheduler@package, metrics-kubernetes.scheduler@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.state_container                         [metrics-kubernetes.state_container-*]                   200                         [metrics-kubernetes.state_container@package, metrics-kubernetes.state_container@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.state_cronjob                           [metrics-kubernetes.state_cronjob-*]                     200                         [metrics-kubernetes.state_cronjob@package, metrics-kubernetes.state_cronjob@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.state_daemonset                         [metrics-kubernetes.state_daemonset-*]                   200                         [metrics-kubernetes.state_daemonset@package, metrics-kubernetes.state_daemonset@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.state_deployment                        [metrics-kubernetes.state_deployment-*]                  200                         [metrics-kubernetes.state_deployment@package, metrics-kubernetes.state_deployment@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.state_job                               [metrics-kubernetes.state_job-*]                         200                         [metrics-kubernetes.state_job@package, metrics-kubernetes.state_job@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.state_node                              [metrics-kubernetes.state_node-*]                        200                         [metrics-kubernetes.state_node@package, metrics-kubernetes.state_node@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.state_persistentvolume                  [metrics-kubernetes.state_persistentvolume-*]            200                         [metrics-kubernetes.state_persistentvolume@package, metrics-kubernetes.state_persistentvolume@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.state_persistentvolumeclaim             [metrics-kubernetes.state_persistentvolumeclaim-*]       200                         [metrics-kubernetes.state_persistentvolumeclaim@package, metrics-kubernetes.state_persistentvolumeclaim@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.state_pod                               [metrics-kubernetes.state_pod-*]                         200                         [metrics-kubernetes.state_pod@package, metrics-kubernetes.state_pod@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.state_replicaset                        [metrics-kubernetes.state_replicaset-*]                  200                         [metrics-kubernetes.state_replicaset@package, metrics-kubernetes.state_replicaset@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.state_resourcequota                     [metrics-kubernetes.state_resourcequota-*]               200                         [metrics-kubernetes.state_resourcequota@package, metrics-kubernetes.state_resourcequota@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.state_service                           [metrics-kubernetes.state_service-*]                     200                         [metrics-kubernetes.state_service@package, metrics-kubernetes.state_service@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.state_statefulset                       [metrics-kubernetes.state_statefulset-*]                 200                         [metrics-kubernetes.state_statefulset@package, metrics-kubernetes.state_statefulset@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.state_storageclass                      [metrics-kubernetes.state_storageclass-*]                200                         [metrics-kubernetes.state_storageclass@package, metrics-kubernetes.state_storageclass@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.system                                  [metrics-kubernetes.system-*]                            200                         [metrics-kubernetes.system@package, metrics-kubernetes.system@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-kubernetes.volume                                  [metrics-kubernetes.volume-*]                            200                         [metrics-kubernetes.volume@package, metrics-kubernetes.volume@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-metadata-current                                   [metrics-endpoint.metadata_current_*]                    200                         []
metrics-metadata-united                                    [.metrics-endpoint.metadata_united_*]                    200                         []
metrics-system.core                                        [metrics-system.core-*]                                  200                         [metrics-system.core@package, metrics-system.core@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-system.cpu                                         [metrics-system.cpu-*]                                   200                         [metrics-system.cpu@package, metrics-system.cpu@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-system.diskio                                      [metrics-system.diskio-*]                                200                         [metrics-system.diskio@package, metrics-system.diskio@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-system.filesystem                                  [metrics-system.filesystem-*]                            200                         [metrics-system.filesystem@package, metrics-system.filesystem@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-system.fsstat                                      [metrics-system.fsstat-*]                                200                         [metrics-system.fsstat@package, metrics-system.fsstat@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-system.load                                        [metrics-system.load-*]                                  200                         [metrics-system.load@package, metrics-system.load@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-system.memory                                      [metrics-system.memory-*]                                200                         [metrics-system.memory@package, metrics-system.memory@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-system.network                                     [metrics-system.network-*]                               200                         [metrics-system.network@package, metrics-system.network@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-system.process                                     [metrics-system.process-*]                               200                         [metrics-system.process@package, metrics-system.process@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-system.process.summary                             [metrics-system.process.summary-*]                       200                         [metrics-system.process.summary@package, metrics-system.process.summary@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-system.socket_summary                              [metrics-system.socket_summary-*]                        200                         [metrics-system.socket_summary@package, metrics-system.socket_summary@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
metrics-system.uptime                                      [metrics-system.uptime-*]                                200                         [metrics-system.uptime@package, metrics-system.uptime@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
packetbeat-8.7.0                                           [packetbeat-8.7.0]                                       150                         []
packetbeat-8.7.0-siem-                                     [packetbeat-8.7.0-siem-*]                                10                          
synthetics                                                 [synthetics-*-*]                                         100                 2       [synthetics-mappings, data-streams-mappings, synthetics-settings]
synthetics-browser                                         [synthetics-browser-*]                                   200                         [synthetics-browser@package, synthetics-browser@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
synthetics-browser.network                                 [synthetics-browser.network-*]                           200                         [synthetics-browser.network@package, synthetics-browser.network@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
synthetics-browser.screenshot                              [synthetics-browser.screenshot-*]                        200                         [synthetics-browser.screenshot@package, synthetics-browser.screenshot@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
synthetics-http                                            [synthetics-http-*]                                      200                         [synthetics-http@package, synthetics-http@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
synthetics-icmp                                            [synthetics-icmp-*]                                      200                         [synthetics-icmp@package, synthetics-icmp@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
synthetics-tcp                                             [synthetics-tcp-*]                                       200                         [synthetics-tcp@package, synthetics-tcp@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
traces-apm                                                 [traces-apm-*]                                           200                         [traces-apm@package, traces-apm@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
traces-apm.rum                                             [traces-apm.rum-*]                                       200                         [traces-apm.rum@package, traces-apm.rum@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
traces-apm.sampled                                         [traces-apm.sampled-*]                                   200                         [traces-apm.sampled@package, traces-apm.sampled@custom, .fleet_globals-1, .fleet_agent_id_verification-1]
winlogbeat-8.7.0-siem-                                     [winlogbeat-8.7.0-siem-*]                                10
GET _cat/thread_pool
instance-0000000000 analyze                                 0 0 0
instance-0000000000 auto_complete                           0 0 0
instance-0000000000 azure_event_loop                        0 0 0
instance-0000000000 ccr                                     0 0 0
instance-0000000000 cluster_coordination                    0 0 0
instance-0000000000 fetch_shard_started                     0 0 0
instance-0000000000 fetch_shard_store                       0 0 0
instance-0000000000 flush                                   0 0 0
instance-0000000000 force_merge                             0 0 0
instance-0000000000 generic                                 0 0 0
instance-0000000000 get                                     0 0 0
instance-0000000000 management                              1 0 0
instance-0000000000 ml_datafeed                             0 0 0
instance-0000000000 ml_job_comms                            0 0 0
instance-0000000000 ml_native_inference_comms               0 0 0
instance-0000000000 ml_utility                              0 0 0
instance-0000000000 refresh                                 0 0 0
instance-0000000000 repository_azure                        0 0 0
instance-0000000000 rollup_indexing                         0 0 0
instance-0000000000 search                                  0 0 0
instance-0000000000 search_coordination                     0 0 0
instance-0000000000 search_throttled                        0 0 0
instance-0000000000 searchable_snapshots_cache_fetch_async  0 0 0
instance-0000000000 searchable_snapshots_cache_prewarming   0 0 0
instance-0000000000 security-crypto                         0 0 0
instance-0000000000 security-token-key                      0 0 0
instance-0000000000 snapshot                                0 0 0
instance-0000000000 snapshot_meta                           0 0 0
instance-0000000000 system_critical_read                    0 0 0
instance-0000000000 system_critical_write                   0 0 0
instance-0000000000 system_read                             0 0 0
instance-0000000000 system_write                            0 0 0
instance-0000000000 vector_tile_generation                  0 0 0
instance-0000000000 warmer                                  0 0 0
instance-0000000000 watcher                                 0 0 0
instance-0000000000 write                                   1 0 0
instance-0000000005 analyze                                 0 0 0
instance-0000000005 auto_complete                           0 0 0
instance-0000000005 azure_event_loop                        0 0 0
instance-0000000005 ccr                                     0 0 0
instance-0000000005 cluster_coordination                    0 0 0
instance-0000000005 fetch_shard_started                     0 0 0
instance-0000000005 fetch_shard_store                       0 0 0
instance-0000000005 flush                                   0 0 0
instance-0000000005 force_merge                             0 0 0
instance-0000000005 generic                                 0 0 0
instance-0000000005 get                                     0 0 0
instance-0000000005 management                              1 0 0
instance-0000000005 ml_datafeed                             0 0 0
instance-0000000005 ml_job_comms                           52 0 0
instance-0000000005 ml_native_inference_comms               0 0 0
instance-0000000005 ml_utility                              0 0 0
instance-0000000005 refresh                                 0 0 0
instance-0000000005 repository_azure                        0 0 0
instance-0000000005 rollup_indexing                         0 0 0
instance-0000000005 search                                  0 0 0
instance-0000000005 search_coordination                     0 0 0
instance-0000000005 search_throttled                        0 0 0
instance-0000000005 searchable_snapshots_cache_fetch_async  0 0 0
instance-0000000005 searchable_snapshots_cache_prewarming   0 0 0
instance-0000000005 security-crypto                         0 0 0
instance-0000000005 security-token-key                      0 0 0
instance-0000000005 snapshot                                0 0 0
instance-0000000005 snapshot_meta                           0 0 0
instance-0000000005 system_critical_read                    0 0 0
instance-0000000005 system_critical_write                   0 0 0
instance-0000000005 system_read                             0 0 0
instance-0000000005 system_write                            0 0 0
instance-0000000005 vector_tile_generation                  0 0 0
instance-0000000005 warmer                                  0 0 0
instance-0000000005 watcher                                 0 0 0
instance-0000000005 write                                   0 0 0
instance-0000000002 analyze                                 0 0 0
instance-0000000002 auto_complete                           0 0 0
instance-0000000002 azure_event_loop                        0 0 0
instance-0000000002 ccr                                     0 0 0
instance-0000000002 cluster_coordination                    0 0 0
instance-0000000002 fetch_shard_started                     0 0 0
instance-0000000002 fetch_shard_store                       0 0 0
instance-0000000002 flush                                   0 0 0
instance-0000000002 force_merge                             0 0 0
instance-0000000002 generic                                 0 0 0
instance-0000000002 get                                     0 0 0
instance-0000000002 management                              2 0 0
instance-0000000002 ml_datafeed                             0 0 0
instance-0000000002 ml_job_comms                            0 0 0
instance-0000000002 ml_native_inference_comms               0 0 0
instance-0000000002 ml_utility                              0 0 0
instance-0000000002 refresh                                 0 0 0
instance-0000000002 repository_azure                        0 0 0
instance-0000000002 rollup_indexing                         0 0 0
instance-0000000002 search                                  0 0 0
instance-0000000002 search_coordination                     0 0 0
instance-0000000002 search_throttled                        0 0 0
instance-0000000002 searchable_snapshots_cache_fetch_async  0 0 0
instance-0000000002 searchable_snapshots_cache_prewarming   0 0 0
instance-0000000002 security-crypto                         0 0 0
instance-0000000002 security-token-key                      0 0 0
instance-0000000002 snapshot                                0 0 0
instance-0000000002 snapshot_meta                           0 0 0
instance-0000000002 system_critical_read                    0 0 0
instance-0000000002 system_critical_write                   0 0 0
instance-0000000002 system_read                             0 0 0
instance-0000000002 system_write                            0 0 0
instance-0000000002 vector_tile_generation                  0 0 0
instance-0000000002 warmer                                  0 0 0
instance-0000000002 watcher                                 0 0 0
instance-0000000002 write                                   0 0 0
instance-0000000003 analyze                                 0 0 0
instance-0000000003 auto_complete                           0 0 0
instance-0000000003 azure_event_loop                        0 0 0
instance-0000000003 ccr                                     0 0 0
instance-0000000003 cluster_coordination                    0 0 0
instance-0000000003 fetch_shard_started                     0 0 0
instance-0000000003 fetch_shard_store                       0 0 0
instance-0000000003 flush                                   0 0 0
instance-0000000003 force_merge                             0 0 0
instance-0000000003 generic                                 0 0 0
instance-0000000003 get                                     0 0 0
instance-0000000003 management                              1 0 0
instance-0000000003 ml_datafeed                             0 0 0
instance-0000000003 ml_job_comms                            0 0 0
instance-0000000003 ml_native_inference_comms               0 0 0
instance-0000000003 ml_utility                              0 0 0
instance-0000000003 refresh                                 0 0 0
instance-0000000003 repository_azure                        0 0 0
instance-0000000003 rollup_indexing                         0 0 0
instance-0000000003 search                                  0 0 0
instance-0000000003 search_coordination                     0 0 0
instance-0000000003 search_throttled                        0 0 0
instance-0000000003 searchable_snapshots_cache_fetch_async  0 0 0
instance-0000000003 searchable_snapshots_cache_prewarming   0 0 0
instance-0000000003 security-crypto                         0 0 0
instance-0000000003 security-token-key                      0 0 0
instance-0000000003 snapshot                                0 0 0
instance-0000000003 snapshot_meta                           0 0 0
instance-0000000003 system_critical_read                    0 0 0
instance-0000000003 system_critical_write                   0 0 0
instance-0000000003 system_read                             0 0 0
instance-0000000003 system_write                            0 0 0
instance-0000000003 vector_tile_generation                  0 0 0
instance-0000000003 warmer                                  0 0 0
instance-0000000003 watcher                                 0 0 0
instance-0000000003 write                                   0 0 0
instance-0000000001 analyze                                 0 0 0
instance-0000000001 auto_complete                           0 0 0
instance-0000000001 azure_event_loop                        0 0 0
instance-0000000001 ccr                                     0 0 0
instance-0000000001 cluster_coordination                    0 0 0
instance-0000000001 fetch_shard_started                     0 0 0
instance-0000000001 fetch_shard_store                       0 0 0
instance-0000000001 flush                                   0 0 0
instance-0000000001 force_merge                             0 0 0
instance-0000000001 generic                                 0 0 0
instance-0000000001 get                                     0 0 0
instance-0000000001 management                              1 0 0
instance-0000000001 ml_datafeed                             0 0 0
instance-0000000001 ml_job_comms                            0 0 0
instance-0000000001 ml_native_inference_comms               0 0 0
instance-0000000001 ml_utility                              0 0 0
instance-0000000001 refresh                                 0 0 0
instance-0000000001 repository_azure                        0 0 0
instance-0000000001 rollup_indexing                         0 0 0
instance-0000000001 search                                  0 0 0
instance-0000000001 search_coordination                     0 0 0
instance-0000000001 search_throttled                        0 0 0
instance-0000000001 searchable_snapshots_cache_fetch_async  0 0 0
instance-0000000001 searchable_snapshots_cache_prewarming   0 0 0
instance-0000000001 security-crypto                         0 0 0
instance-0000000001 security-token-key                      0 0 0
instance-0000000001 snapshot                                0 0 0
instance-0000000001 snapshot_meta                           0 0 0
instance-0000000001 system_critical_read                    0 0 0
instance-0000000001 system_critical_write                   0 0 0
instance-0000000001 system_read                             0 0 0
instance-0000000001 system_write                            0 0 0
instance-0000000001 vector_tile_generation                  0 0 0
instance-0000000001 warmer                                  0 0 0
instance-0000000001 watcher                                 0 0 0
instance-0000000001 write                                   1 0 0
GET _cat/ml/trained_models?v=true
id                 heap_size operations create_time              type       ingest.pipelines data_frame.id
lang_ident_model_1 1mb       39629      2019-12-05T12:28:34.594Z lang_ident 0                __none__
GET _cat/transforms?v=true
id                                                     state checkpoint documents_processed checkpoint_progress last_search_time             changes_last_detection_time
cloud_security_posture.findings_latest-default-8.4.0 started 354        26781                                   Fri May 19 06:02:54 GMT 2023 Fri May 19 05:02:52 GMT 2023
endpoint.metadata_current-default-8.7.1              started 173        171                                     Fri May 19 06:03:46 GMT 2023 Thu May 18 21:08:36 GMT 2023
endpoint.metadata_united-default-8.7.1               started 413033     772426                                  Fri May 19 06:03:46 GMT 2023 Fri May 19 06:03:45 GMT 2023

おわりに

ElasticSearchのDemo環境のKibana DevTools Consoleでcat APIを実行してみました。 その他のクエリについても今後確認してみたいと思います。

以上になります。この記事がどなたかの助けになれば幸いです。