Skip to content

Commit 0f491d8

Browse files
committed
Changes from make api-docs
1 parent bde4078 commit 0f491d8

2 files changed

Lines changed: 76 additions & 0 deletions

File tree

oas_docs/output/kibana.serverless.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31094,6 +31094,7 @@ paths:
3109431094
enum:
3109531095
- collector.group
3109631096
- config.name
31097+
- pipeline_config
3109731098
type: string
3109831099
- description: A KQL query string to filter collectors before grouping
3109931100
in: query
@@ -31136,15 +31137,28 @@ paths:
3113631137
afterKey: '{"collector.group":"database-servers"}'
3113731138
items:
3113831139
- docCount: 5
31140+
firstSeen: '2026-05-20T08:00:00.000Z'
3113931141
group: web-servers
3114031142
groupDisplayName: web-servers
3114131143
isUngrouped: false
31144+
lastSeen: '2026-05-27T09:30:00.000Z'
31145+
pipelineConfigs:
31146+
top:
31147+
- pipe:logs/access[otlp||elasticsearch];receivers:otlp;exporters:elasticsearch
31148+
- pipe:logs/error[otlp||elasticsearch];receivers:otlp;exporters:elasticsearch
31149+
total: 2
3114231150
signals:
3114331151
- logs
3114431152
- metrics
3114531153
- docCount: 3
31154+
firstSeen: '2026-05-22T12:00:00.000Z'
3114631155
group: database-servers
3114731156
groupDisplayName: database-servers
31157+
lastSeen: '2026-05-27T09:25:00.000Z'
31158+
pipelineConfigs:
31159+
top:
31160+
- pipe:metrics/db[otlp||elasticsearch];receivers:otlp;exporters:elasticsearch
31161+
total: 1
3114831162
signals:
3114931163
- metrics
3115031164
- traces
@@ -31163,6 +31177,9 @@ paths:
3116331177
docCount:
3116431178
description: Number of collectors in this group
3116531179
type: number
31180+
firstSeen:
31181+
description: Earliest enrolled_at timestamp in this group (ISO date)
31182+
type: string
3116631183
group:
3116731184
description: Group key value
3116831185
maxLength: 1024
@@ -31174,6 +31191,27 @@ paths:
3117431191
isUngrouped:
3117531192
description: True when the collectors in this bucket have no value for the group-by field
3117631193
type: boolean
31194+
lastSeen:
31195+
description: Latest last_checkin timestamp in this group (ISO date)
31196+
type: string
31197+
pipelineConfigs:
31198+
additionalProperties: false
31199+
description: Distinct pipeline configuration fingerprints and their count within the group
31200+
type: object
31201+
properties:
31202+
top:
31203+
description: Top pipeline configuration fingerprints by frequency
31204+
items:
31205+
maxLength: 4096
31206+
type: string
31207+
maxItems: 3
31208+
type: array
31209+
total:
31210+
description: Total number of distinct pipeline configurations in this group
31211+
type: number
31212+
required:
31213+
- top
31214+
- total
3117731215
signals:
3117831216
description: Signal types present in this group (for example, logs, metrics, traces)
3117931217
items:

oas_docs/output/kibana.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34268,6 +34268,7 @@ paths:
3426834268
enum:
3426934269
- collector.group
3427034270
- config.name
34271+
- pipeline_config
3427134272
type: string
3427234273
- description: A KQL query string to filter collectors before grouping
3427334274
in: query
@@ -34310,15 +34311,28 @@ paths:
3431034311
afterKey: '{"collector.group":"database-servers"}'
3431134312
items:
3431234313
- docCount: 5
34314+
firstSeen: '2026-05-20T08:00:00.000Z'
3431334315
group: web-servers
3431434316
groupDisplayName: web-servers
3431534317
isUngrouped: false
34318+
lastSeen: '2026-05-27T09:30:00.000Z'
34319+
pipelineConfigs:
34320+
top:
34321+
- pipe:logs/access[otlp||elasticsearch];receivers:otlp;exporters:elasticsearch
34322+
- pipe:logs/error[otlp||elasticsearch];receivers:otlp;exporters:elasticsearch
34323+
total: 2
3431634324
signals:
3431734325
- logs
3431834326
- metrics
3431934327
- docCount: 3
34328+
firstSeen: '2026-05-22T12:00:00.000Z'
3432034329
group: database-servers
3432134330
groupDisplayName: database-servers
34331+
lastSeen: '2026-05-27T09:25:00.000Z'
34332+
pipelineConfigs:
34333+
top:
34334+
- pipe:metrics/db[otlp||elasticsearch];receivers:otlp;exporters:elasticsearch
34335+
total: 1
3432234336
signals:
3432334337
- metrics
3432434338
- traces
@@ -34337,6 +34351,9 @@ paths:
3433734351
docCount:
3433834352
description: Number of collectors in this group
3433934353
type: number
34354+
firstSeen:
34355+
description: Earliest enrolled_at timestamp in this group (ISO date)
34356+
type: string
3434034357
group:
3434134358
description: Group key value
3434234359
maxLength: 1024
@@ -34348,6 +34365,27 @@ paths:
3434834365
isUngrouped:
3434934366
description: True when the collectors in this bucket have no value for the group-by field
3435034367
type: boolean
34368+
lastSeen:
34369+
description: Latest last_checkin timestamp in this group (ISO date)
34370+
type: string
34371+
pipelineConfigs:
34372+
additionalProperties: false
34373+
description: Distinct pipeline configuration fingerprints and their count within the group
34374+
type: object
34375+
properties:
34376+
top:
34377+
description: Top pipeline configuration fingerprints by frequency
34378+
items:
34379+
maxLength: 4096
34380+
type: string
34381+
maxItems: 3
34382+
type: array
34383+
total:
34384+
description: Total number of distinct pipeline configurations in this group
34385+
type: number
34386+
required:
34387+
- top
34388+
- total
3435134389
signals:
3435234390
description: Signal types present in this group (for example, logs, metrics, traces)
3435334391
items:

0 commit comments

Comments
 (0)