Skip to content

Commit

Permalink
Merge branch 'main' into pagination_patch
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Oct 21, 2024
2 parents dad30a7 + 82a91b4 commit 1691278
Show file tree
Hide file tree
Showing 136 changed files with 6,012 additions and 4,008 deletions.
3 changes: 3 additions & 0 deletions config/serverless.oblt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,6 @@ xpack.ml.compatibleModuleType: 'observability'

# Disable the embedded Dev Console
console.ui.embeddedEnabled: false

# Disable role management (custom roles)
xpack.security.roleManagementEnabled: false
2 changes: 1 addition & 1 deletion config/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ server.versioned.versionResolution: newest
server.versioned.strictClientVersionCheck: false

# Enforce single "default" space and disable feature visibility controls
xpack.spaces.maxSpaces: 1
xpack.spaces.maxSpaces: 100
xpack.spaces.allowFeatureVisibility: false
xpack.spaces.allowSolutionVisibility: false

Expand Down
12 changes: 12 additions & 0 deletions oas_docs/bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -7121,14 +7121,26 @@
}
},
{
"description": "use withAgentCount instead",
"in": "query",
"name": "noAgentCount",
"required": false,
"schema": {
"deprecated": true,
"type": "boolean"
}
},
{
"description": "get policies with agent count",
"in": "query",
"name": "withAgentCount",
"required": false,
"schema": {
"type": "boolean"
}
},
{
"description": "get full policies with package policies populated",
"in": "query",
"name": "full",
"required": false,
Expand Down
Loading

0 comments on commit 1691278

Please sign in to comment.