-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 200698-infra-fix-deprecated-usage-of-datavie…
…w-title
- Loading branch information
Showing
167 changed files
with
6,111 additions
and
105 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 47 additions & 1 deletion
48
x-pack/packages/ai-infra/product-doc-artifact-builder/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,49 @@ | ||
# @kbn/product-doc-artifact-builder | ||
|
||
Script to build the knowledge base artifacts | ||
Script to build the knowledge base artifacts. | ||
|
||
## How to run | ||
|
||
``` | ||
node scripts/build_product_doc_artifacts.js --stack-version {version} --product-name {product} | ||
``` | ||
|
||
### parameters | ||
|
||
#### `stack-version`: | ||
|
||
the stack version to generate the artifacts for. | ||
|
||
#### `product-name`: | ||
|
||
(multi-value) the list of products to generate artifacts for. | ||
|
||
possible values: | ||
- "kibana" | ||
- "elasticsearch" | ||
- "observability" | ||
- "security" | ||
|
||
#### `target-folder`: | ||
|
||
The folder to generate the artifacts in. | ||
|
||
Defaults to `{REPO_ROOT}/build-kb-artifacts`. | ||
|
||
#### `build-folder`: | ||
|
||
The folder to use for temporary files. | ||
|
||
Defaults to `{REPO_ROOT}/build/temp-kb-artifacts` | ||
|
||
#### Cluster infos | ||
|
||
- params for the source cluster: | ||
`sourceClusterUrl` / env.KIBANA_SOURCE_CLUSTER_URL | ||
`sourceClusterUsername` / env.KIBANA_SOURCE_CLUSTER_USERNAME | ||
`sourceClusterPassword` / env.KIBANA_SOURCE_CLUSTER_PASSWORD | ||
|
||
- params for the embedding cluster: | ||
`embeddingClusterUrl` / env.KIBANA_EMBEDDING_CLUSTER_URL | ||
`embeddingClusterUsername` / env.KIBANA_EMBEDDING_CLUSTER_USERNAME | ||
`embeddingClusterPassword` / env.KIBANA_EMBEDDING_CLUSTER_PASSWORD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.