Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/telemetry_check'
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 5, 2024
1 parent 2a0f7db commit eb9db7e
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 40 deletions.
42 changes: 41 additions & 1 deletion src/plugins/telemetry/schema/oss_platform.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
{
"properties": {}
"properties": {
"kql": {
"properties": {
"optInCount": {
"type": "long"
},
"optOutCount": {
"type": "long"
},
"defaultQueryLanguage": {
"type": "keyword"
}
}
},
"search": {
"properties": {
"successCount": {
"type": "long"
},
"errorCount": {
"type": "long"
},
"averageDuration": {
"type": "float"
}
}
},
"search-session": {
"properties": {
"transientCount": {
"type": "long"
},
"persistedCount": {
"type": "long"
},
"totalCount": {
"type": "long"
}
}
}
}
}
39 changes: 0 additions & 39 deletions src/plugins/telemetry/schema/oss_plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -10008,19 +10008,6 @@
}
}
},
"kql": {
"properties": {
"optInCount": {
"type": "long"
},
"optOutCount": {
"type": "long"
},
"defaultQueryLanguage": {
"type": "keyword"
}
}
},
"localization": {
"properties": {
"locale": {
Expand Down Expand Up @@ -10119,32 +10106,6 @@
}
}
},
"search": {
"properties": {
"successCount": {
"type": "long"
},
"errorCount": {
"type": "long"
},
"averageDuration": {
"type": "float"
}
}
},
"search-session": {
"properties": {
"transientCount": {
"type": "long"
},
"persistedCount": {
"type": "long"
},
"totalCount": {
"type": "long"
}
}
},
"stack_management": {
"properties": {
"securitySolution:defaultIndex": {
Expand Down

0 comments on commit eb9db7e

Please sign in to comment.