Skip to content

Commit a6d713e

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

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
@@ -537,7 +537,7 @@ export class UserAgentProcessor extends ProcessorBase {
537537
target_field?: Field
538538
/**
539539
* Controls what properties are added to `target_field`.
540-
* @server_default ['name', 'major', 'minor', 'patch', 'build', 'os', 'os_name', 'os_major', 'os_minor', 'device']
540+
* @server_default ['name', 'os', 'device', 'original', 'version']
541541
*/
542542
properties?: UserAgentProperty[]
543543
/**

0 commit comments

Comments
 (0)