Skip to content

Commit a0928e9

Browse files
Fix UserAgentProcessor properties default values (#5758) (#5764)
(cherry picked from commit 161789d) Co-authored-by: Quentin Pradet <[email protected]>
1 parent 0ed04af commit a0928e9

File tree

4 files changed

+10
-25
lines changed

4 files changed

+10
-25
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 3 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 3 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 3 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ingest/_types/Processors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ export class UserAgentProcessor extends ProcessorBase {
532532
target_field?: Field
533533
/**
534534
* Controls what properties are added to `target_field`.
535-
* @server_default ['name', 'major', 'minor', 'patch', 'build', 'os', 'os_name', 'os_major', 'os_minor', 'device']
535+
* @server_default ['name', 'os', 'device', 'original', 'version']
536536
*/
537537
properties?: UserAgentProperty[]
538538
/**

0 commit comments

Comments
 (0)