-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the integration page to reflect new integration catalog features #7324
Update the integration page to reflect new integration catalog features #7324
Conversation
…ditional capabilities Signed-off-by: YANGDB <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @YANG-DB , thanks for putting this together. Just dropped some minor comments / questions.
_integrations/index.md
Outdated
## View integrations | ||
--- | ||
## Using Integrations | ||
Integrations can be installed directly from the default catalog which is deployed in every OpenSearch release. In addition, integrations can be manually loaded using the standard Dashboard Management console and updated to reflect the most up-to-date version or new integrations releases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might be wrong, but do you think we need a link for the releases in catalog repo?
https://github.com/opensearch-project/opensearch-catalog/blob/main/docs/integrations/Release.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this mean to be empty?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a few copy issues that the style job is pointing out, it'd be worthwhile to address them at some point. There's also a few points on the overarching structure that I noticed.
I'm happy to look through it again with a more fine-toothed comb for grammar and copy after these are addressed, if needed.
_integrations/index.md
Outdated
* Assemble the index pattern based on this mapping | ||
* Create visualization for different parts of the mapping fields | ||
* Compose the entire dashboard from these visualizations | ||
* Save the dashboard and allow export for other users to utilize (expecting the mapping to be the same) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure these steps make sense as written -- ingestion is left out, and many users create visualizations within the dashboard directly instead of doing it separately. We still expect a matching mapping in the new system. In practice I think it's closer to
- Create a mapping on an index pattern (or rely on auto-mapping)
- Ingest data
- Create dashboards on that data
- Optionally share dashboards (expecting a consistent format based on whatever version of whatever input pipeline is being used)
_integrations/index.md
Outdated
|
||
This repeated bootstrap required for every single data-type is manual (error-prone) and consuming process, it also requires a degree of knowledge both of the data and of using OpenSearch API. | ||
|
||
The **Integration framework** aims for solving these manual steps simplifying and automating the process while reducing the domain learning curve to the minimal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we bold Integration framework throughout the doc? I'm not sure we're using it as a technical term, I would replace almost all occurrences of "The Integration framework" with "[OpenSearch] Integrations".
Integrations aims to simplify this process, automating several of these steps and enriching the result with domain expertise.
_integrations/index.md
Outdated
- Observability monitoring and provisioning - Trace / Metrics analytics | ||
- Security Monitoring and Threats Analysis | ||
|
||
All these use cases are accompanied by a very strong and matured community that has contributed many resources and Knowledge to these domain. The **Integration framework** is strongly aligned with these schemas and allows out of the box data mapping that corresponds to these domains. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Out of the box" we have observability today (and security WIP), the other domains are still open for community extension
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OCSF schema support is only a few days away...
_integrations/index.md
Outdated
|
||
Find detailed information about the schema, including schema examples, in the [OpenSearch Observability READ.me file](https://github.com/opensearch-project/opensearch-catalog/blob/main/docs/schema/observability/README.md) and on the [OpenSearch Observability wiki](https://github.com/opensearch-project/dashboards-observability/wiki/OpenSearch-Observability--Home#observability-schema). | ||
At OpenSearch we adopted these protocol and developed the [Simple Schema For Observability](https://github.com/opensearch-project/opensearch-catalog/tree/main/docs/schema/observability) to help manifest these concepts into a concrete index mapping catalog. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this section could do with more elaboration on why selecting a schema is significant and why we chose to unify integrations around a shared schema. This idea isn't common to many other integration products, so users may be coming in cold on this.
Maybe start from domains and explain how the schema helps users understand their domains. For example: what's a specific concept in OTEL that you would not typically have in a generic logging solution, that helps to solve real observability problems? How?
_integrations/index.md
Outdated
|
||
## Add integrations | ||
If you have not installed any integrations, you'll be prompted to install them from the Integrations interface. Supported integrations are listed in the **Available** window and present the default Integration release catalog. | ||
![]({{site.url}}{{site.baseurl}}/images/integrations/empty-installed-integrations.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we ship with a default catalog, this state will never be visible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the integrations are not "installed" by default but rather the integration template are - we need to agree on the terminology here...
_integrations/index.md
Outdated
|
||
If you have not installed any integrations, you'll be prompted to install them from the Integrations interface. Supported integrations are listed in the **Available** window. | ||
To add an integration, select the desired prepackaged assets. Currently, OpenSearch Integrations has two flows: Add or Try it. The following example uses the "Try it" flow: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should go through a real setup example instead of the sample data flow, since "Try it" is one click. It's more writing but it will pay off to show real usage. We can maybe use the otel-demo repo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree but it will to too long here - probably best to create a separate page for this purpose
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alternatively, you can add an expandable setup example by enclosing it in the details block. This helps avoid the too-long issue.
<details markdown="block">
<summary>
Demo
</summary>
{: .text-delta}
write the demo here
</details>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should advise users to use "Check for existing objects" + "Auto overwrite", because we ship the integrations with a specific UUID based on the integration+version to help keep duplicates down. Uploading the same integration template multiple times isn't that useful.
Signed-off-by: YANGDB <[email protected]>
Thanks, all! @YANG-DB Is this ready for review by the doc team? |
Signed-off-by: YANGDB <[email protected]>
… integration-catalog-update
Signed-off-by: Melissa Vagi <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
_integrations/index.md
Outdated
|
||
To view an integration, view the dashboard associated with the integration. If the integration doesn't have an associated dashboard, select the desired integration listed under the **Installed** window. View the integration details, such as assets and fields. | ||
![integrations-observability-catalog.png](/images/integrations/integrations-observability-catalog.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@YANG-DB This image differs from what I see in the nightly playground. Please let me know if I should update this image.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep the image - its up to date
Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>
@natebower I've rewritten this doc based on your feedback. Please re-review in its entirety. I also deleted images that aren't necessary for user comprehension. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vagimeli Approved with the noted comments/changes. Thanks 😄
_integrations/index.md
Outdated
Introduced 2.9 | ||
{: .label .label-purple } | ||
|
||
OpenSearch Integrations is a straightforward starting point that OpenSearch and OpenSearch Dashboards users can use to visualize and understand log and metric data for a particular resource, such as NGINX. An _integration_ contains a bundle of metadata, data mappings, and visualizations that make it simple to monitor data from the Integrations resource. | ||
The **Integrations** application in OpenSearch Dashboards provides a user-friendly platform for data visualization, querying, and projection of your resource data, such as flow logs. An _integration asset_, such NGINX or Amazon VPC, contains a bundle of metadata, data mappings, and visualizations, streamlining the monitoring of resource data without redundant configuration steps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we define Amazon VPC here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think its well a known service - no need to define all the terms
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Defined. We need to follow AWS naming conventions when we mention a service on first mention.
_integrations/index.md
Outdated
## Integrations schema | ||
## Use cases | ||
|
||
**Integrations** considers established data schemas across multiple domains to give you seamless data mapping and integration for various use cases, such as e-commerce product search, observability monitoring (for example, tracing and metrics analysis), and security monitoring and threat analysis. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"tracing" => "trace"?
_integrations/index.md
Outdated
|
||
### Access integrations | ||
### Try out demo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Try it" demo?
_integrations/index.md
Outdated
|
||
## Community contribution | ||
|
||
The OpenSearch Project seeks your feedback on this feature. Post on the [OpenSearch forum](https://forum.opensearch.org/) to let us know how OpenSearch Integrations works for you or how it can be improved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to bold "OpenSearch Integrations" here as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed editorial review comments.
_integrations/index.md
Outdated
Introduced 2.9 | ||
{: .label .label-purple } | ||
|
||
OpenSearch Integrations is a straightforward starting point that OpenSearch and OpenSearch Dashboards users can use to visualize and understand log and metric data for a particular resource, such as NGINX. An _integration_ contains a bundle of metadata, data mappings, and visualizations that make it simple to monitor data from the Integrations resource. | ||
The **Integrations** application in OpenSearch Dashboards provides a user-friendly platform for data visualization, querying, and projection of your resource data, such as flow logs. An _integration asset_, such NGINX or Amazon VPC, contains a bundle of metadata, data mappings, and visualizations, streamlining the monitoring of resource data without redundant configuration steps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Defined. We need to follow AWS naming conventions when we mention a service on first mention.
Signed-off-by: Melissa Vagi <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>
Accepted your edits and addressed comments. Thank you for the re-review. |
…es (opensearch-project#7324) * update the integration page to reflect the integration catalog and additional capabilities Signed-off-by: YANGDB <[email protected]> * update the integration documentation Signed-off-by: YANGDB <[email protected]> * Update schema section Signed-off-by: Simeon Widdis <[email protected]> * update the metrics analytics documentation Signed-off-by: YANGDB <[email protected]> * update the trace analytics documentation Signed-off-by: YANGDB <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Rewrite tutorials and update or delete graphics Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: YANGDB <[email protected]> Signed-off-by: Simeon Widdis <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Simeon Widdis <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]>
* adding OpenSearch demo configuration mac instructions Signed-off-by: [email protected] <[email protected]> * [MDS] Add security analytics, alerting, feature anaywhere in the multiple data source document (#7328) * Add security analy Signed-off-by: yujin-emma <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Update multi-data-sources.md Signed-off-by: Yu Jin <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Update multi-data-sources.md Signed-off-by: Yu Jin <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Yu Jin <[email protected]> * Update multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: yujin-emma <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Signed-off-by: Yu Jin <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Added documentation for managed identity support in repository-azure plugin (#7068) * Added documentation for managed identity support in repository-azure plugins Signed-off-by: Chengwu Shi <[email protected]> * fixed syntax Signed-off-by: Chengwu Shi <[email protected]> * fixed style error Signed-off-by: Chengwu Shi <[email protected]> * remove sudo, and added 1 more point when configuring key or sas token Signed-off-by: Chengwu Shi <[email protected]> * Update section Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Update snapshot-restore.md Signed-off-by: Naarcha-AWS <[email protected]> * improve readability and clarity Signed-off-by: Chengwu Shi <[email protected]> * improved naming Signed-off-by: Chengwu Shi <[email protected]> * Update _tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: chengwushi-netapp <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Update snapshot-restore.md Signed-off-by: Naarcha-AWS <[email protected]> * fixed syntax based on requested changes Signed-off-by: Chengwu Shi <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Chengwu Shi <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Signed-off-by: chengwushi-netapp <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Updating the documentation for `obfuscate` processor and fixing a issue in `opensearch` sink documentation. (#7251) * Updating the documentation for processor to accomodate change in DataPrepper 2.8 and fixing a issue in sink documentation. Signed-off-by: Utkarsh Agarwal <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Utkarsh Agarwal <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Utkarsh Agarwal <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: [email protected] <[email protected]> * Added documentation for new default workflow templates (#7346) * add new default workflow templates Signed-off-by: Amit Galitzky <[email protected]> * Apply suggestions from code review Signed-off-by: kolchfa-aws <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Amit Galitzky <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Remote state publication (#7364) * Remote state publication Signed-off-by: Sooraj Sinha <[email protected]> * Address comments Signed-off-by: Sooraj Sinha <[email protected]> * Simplify the remote publication description Signed-off-by: Sooraj Sinha <[email protected]> * Update remote-cluster-state.md Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Update _tuning-your-cluster/availability-and-recovery/remote-store/remote-cluster-state.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Sooraj Sinha <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add documentation of derived fields (#7329) * Add documentation of derived fields Signed-off-by: Rishabh Maurya <[email protected]> * improve the documentation Signed-off-by: Rishabh Maurya <[email protected]> * Fix style-job comments Signed-off-by: Rishabh Maurya <[email protected]> * documentation for object derived field Signed-off-by: Rishabh Maurya <[email protected]> * Update one of the search request and date format documentation Signed-off-by: Rishabh Maurya <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * Tech review comments Signed-off-by: Fanit Kolchina <[email protected]> * One more passive voice Signed-off-by: Fanit Kolchina <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * Update _field-types/supported-field-types/derived.md Signed-off-by: kolchfa-aws <[email protected]> * Update _field-types/supported-field-types/derived.md Signed-off-by: kolchfa-aws <[email protected]> * Update _field-types/supported-field-types/derived.md Signed-off-by: kolchfa-aws <[email protected]> * More editorial comments Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: Rishabh Maurya <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add doc for neural-sparse-query-two-phase-processor. (#7306) * Add doc for neural-sparse-query-two-phase-processor. Signed-off-by: conggguan <[email protected]> * Make some edits for the comments. Signed-off-by: conggguan <[email protected]> * Fix some typo and style-job. Signed-off-by: conggguan <[email protected]> * Update neural-sparse-query-two-phase-processor.md Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Update _search-plugins/search-pipelines/neural-sparse-query-two-phase-processor.md Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: conggguan <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add documentation related to removal of source and recovery source in k-NN performance tuning section (#7359) * Add documentation related to removal of source and recovery source in k-NN performance tuning section Signed-off-by: Navneet Verma <[email protected]> * Update formatting. Add Doc review. Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Navneet Verma <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Update derived.md (#7393) Signed-off-by: kolchfa-aws <[email protected]> Signed-off-by: [email protected] <[email protected]> * Update common-filters.md (#7386) Community member pointed out the error in the remove_field field. Signed-off-by: Heather Halter <[email protected]> Signed-off-by: [email protected] <[email protected]> * Documentation for Indices Request Cache Overview and its settings (#7288) * Create doc for Indices Request Cache Signed-off-by: Kiran Prakash <[email protected]> * sentence case Signed-off-by: Kiran Prakash <[email protected]> * sentence case Signed-off-by: Kiran Prakash <[email protected]> * Create doc for Indices Request Cache Signed-off-by: Kiran Prakash <[email protected]> * sentence case Signed-off-by: Kiran Prakash <[email protected]> * sentence case Signed-off-by: Kiran Prakash <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * Corrects dynamic/static settings Signed-off-by: Fanit Kolchina <[email protected]> * Move one of the settings to static Signed-off-by: Fanit Kolchina <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Kiran Prakash <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * 20240131 Clarification on backend role concept in access control (#7378) * clarification on backend role concept in access control Signed-off-by: [email protected] <[email protected]> * taking out unnesesary changes Signed-off-by: [email protected] <[email protected]> * Update _security/access-control/index.md Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: [email protected] <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: [email protected] <[email protected]> * Changed order of Best Practices page and linked it from other relevant pages (#7389) * changed order of best practices page and linked it from other relevant pages Signed-off-by: [email protected] <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: [email protected] <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: [email protected] <[email protected]> * AD Enhancements in Version 2.15 (#7388) * Enhancements in Version 2.15 Starting from version 2.15, we have introduced several enhancements: 1. Custom Index Management: * Added support for custom index management. For more details, watch the video on the create detector page and detector detail page anomaly-detection-dashboards-plugin#770. * Custom result indices are now managed as aliases. Consequently, additional security permissions are required for management. 2. New JVM Heap Usage Threshold Setting: * Introduced a new setting, plugins.anomaly_detection.jvm_heap_usage_threshold, to manage the memory circuit breaker threshold. 3. Documentation Improvements: * Added examples for DSL filters to enhance the documentation. 4. Ruby Version Update: * Updated Ruby version in CONTRIBUTING.md from 3.2 to 3.2.4 as version 3.2 is not available. Testing done: * built and viewed the changed website locally Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/settings.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/settings.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/ad/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/ad/settings.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: Kaituo Li <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add documentation for the new setting of cardinality aggregation dynamic pruning (#7341) * add documentation for the new setting of cardinality aggregation dynamic pruning Signed-off-by: bowenlan-amzn <[email protected]> * Update search-settings.md Signed-off-by: bowenlan-amzn <[email protected]> * Update _install-and-configure/configuring-opensearch/search-settings.md Signed-off-by: Melissa Vagi <[email protected]> * Update search-settings.md Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: bowenlan-amzn <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: [email protected] <[email protected]> * Change introduced version for derived field (#7403) Signed-off-by: kolchfa-aws <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add documentation for wildcard field type (#7339) * Add documentation for wildcard field type Signed-off-by: Michael Froh <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * More explanation Signed-off-by: Fanit Kolchina <[email protected]> * Update _field-types/supported-field-types/wildcard.md Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Michael Froh <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add document for top n queries improvements in 2.15 (#7326) * Add document for top n queries by cpu and memory Signed-off-by: Chenyang Ji <[email protected]> * update document to fix style checks Signed-off-by: Chenyang Ji <[email protected]> * combine exporter and metrics enhancements documents into one PR Signed-off-by: Chenyang Ji <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * add document for default exporter pattern Signed-off-by: Chenyang Ji <[email protected]> * Consolidating metric types Signed-off-by: Fanit Kolchina <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Chenyang Ji <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add documentation for innerHit on knn nested field (#7404) * Add documentation for innerHit on knn nested field Signed-off-by: Heemin Kim <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * Explain excluding source Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: Heemin Kim <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Signed-off-by: [email protected] <[email protected]> * Mark docrep to remote migration as GA and modify settings names (#7342) * Mark docrep to remote migration as GA and modify settings names Signed-off-by: Gaurav Bafna <[email protected]> * Update _tuning-your-cluster/availability-and-recovery/remote-store/migrating-to-remote.md Co-authored-by: Bhumika Saini <[email protected]> Signed-off-by: Gaurav Bafna <[email protected]> * Update migrating-to-remote.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _tuning-your-cluster/availability-and-recovery/remote-store/migrating-to-remote.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _tuning-your-cluster/availability-and-recovery/remote-store/migrating-to-remote.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _tuning-your-cluster/availability-and-recovery/remote-store/migrating-to-remote.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: Gaurav Bafna <[email protected]> Signed-off-by: Gaurav Bafna <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Bhumika Saini <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Changed VisBuilder status from experimental to GA (#7405) * VisBuilder GA Signed-off-by: Fanit Kolchina <[email protected]> * Removed experimental visualization requirement Signed-off-by: Fanit Kolchina <[email protected]> * Update screenshots Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: [email protected] <[email protected]> * Explicitly add a version question to the doc issue template (#7406) * Separate out the version section in the doc issue Signed-off-by: Fanit Kolchina <[email protected]> * typo Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add doc for alerting comments (#7360) * alerting comments first documentation rough draft Signed-off-by: Dennis Toepker <[email protected]> * formatting and styling changes Signed-off-by: Dennis Toepker <[email protected]> * more formatting changes Signed-off-by: Dennis Toepker <[email protected]> * more spacing changes Signed-off-by: Dennis Toepker <[email protected]> * added not about rbac and added some links Signed-off-by: Dennis Toepker <[email protected]> * removing comments history enabled setting Signed-off-by: Dennis Toepker <[email protected]> * Update comments.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Update Update comment API description Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> * Update _observing-your-data/alerting/api.md Update Delete comment API description Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> * Update _observing-your-data/alerting/settings.md Updated comments_enabled setting description Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> * Update _observing-your-data/alerting/settings.md Updated comments_history_max_age setting description Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> * Update _observing-your-data/alerting/settings.md Update comments_history_rollover_period setting description Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> * Update _observing-your-data/alerting/settings.md Update comments_history_retention_period setting description Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> * minor edits and dead link fix attempt Signed-off-by: Dennis Toepker <[email protected]> * misc edits Signed-off-by: Dennis Toepker <[email protected]> * minor edit Signed-off-by: Dennis Toepker <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/comments.md Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update comments.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md format request and response examples to expand Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/settings.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/settings.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/settings.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/comments.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/settings.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/comments.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/comments.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/comments.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update settings.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Added text to address stacked headings issue Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Fix broken link Signed-off-by: Melissa Vagi <[email protected]> * Fix broken link Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: Dennis Toepker <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> Co-authored-by: Dennis Toepker <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Update the integration page to reflect new integration catalog features (#7324) * update the integration page to reflect the integration catalog and additional capabilities Signed-off-by: YANGDB <[email protected]> * update the integration documentation Signed-off-by: YANGDB <[email protected]> * Update schema section Signed-off-by: Simeon Widdis <[email protected]> * update the metrics analytics documentation Signed-off-by: YANGDB <[email protected]> * update the trace analytics documentation Signed-off-by: YANGDB <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Rewrite tutorials and update or delete graphics Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: YANGDB <[email protected]> Signed-off-by: Simeon Widdis <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Simeon Widdis <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add connector tool (#7384) * add connector tool Signed-off-by: Yaliang Wu <[email protected]> * address comments Signed-off-by: Yaliang Wu <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * Update _ml-commons-plugin/agents-tools/tools/connector-tool.md Signed-off-by: kolchfa-aws <[email protected]> * Update _ml-commons-plugin/agents-tools/tools/connector-tool.md Signed-off-by: kolchfa-aws <[email protected]> * Update _ml-commons-plugin/agents-tools/tools/connector-tool.md Signed-off-by: kolchfa-aws <[email protected]> * Update _ml-commons-plugin/agents-tools/tools/connector-tool.md Co-authored-by: Yaliang Wu <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * Update _ml-commons-plugin/agents-tools/tools/connector-tool.md Co-authored-by: Yaliang Wu <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * Update _ml-commons-plugin/remote-models/blueprints.md Signed-off-by: kolchfa-aws <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Yaliang Wu <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Alerts in correlations feature documentation (#7410) * alerts in correlations feature documentation Signed-off-by: Riya Saxena <[email protected]> * Update correlation-eng.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update alerts.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Copy edit Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/api-tools/correlation-eng.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: Riya Saxena <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Trace analytics update (#7362) * update the integration page to reflect the integration catalog and additional capabilities Signed-off-by: YANGDB <[email protected]> * update the integration documentation Signed-off-by: YANGDB <[email protected]> * Update schema section Signed-off-by: Simeon Widdis <[email protected]> * update the metrics analytics documentation Signed-off-by: YANGDB <[email protected]> * update the trace analytics documentation Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * update service correlation index naming convention Signed-off-by: YANGDB <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> …
* adding OpenSearch demo configuration mac instructions Signed-off-by: [email protected] <[email protected]> * [MDS] Add security analytics, alerting, feature anaywhere in the multiple data source document (#7328) * Add security analy Signed-off-by: yujin-emma <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Update multi-data-sources.md Signed-off-by: Yu Jin <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Update multi-data-sources.md Signed-off-by: Yu Jin <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Yu Jin <[email protected]> * Update multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: yujin-emma <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Signed-off-by: Yu Jin <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Added documentation for managed identity support in repository-azure plugin (#7068) * Added documentation for managed identity support in repository-azure plugins Signed-off-by: Chengwu Shi <[email protected]> * fixed syntax Signed-off-by: Chengwu Shi <[email protected]> * fixed style error Signed-off-by: Chengwu Shi <[email protected]> * remove sudo, and added 1 more point when configuring key or sas token Signed-off-by: Chengwu Shi <[email protected]> * Update section Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Update snapshot-restore.md Signed-off-by: Naarcha-AWS <[email protected]> * improve readability and clarity Signed-off-by: Chengwu Shi <[email protected]> * improved naming Signed-off-by: Chengwu Shi <[email protected]> * Update _tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: chengwushi-netapp <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Update snapshot-restore.md Signed-off-by: Naarcha-AWS <[email protected]> * fixed syntax based on requested changes Signed-off-by: Chengwu Shi <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Chengwu Shi <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Signed-off-by: chengwushi-netapp <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Updating the documentation for `obfuscate` processor and fixing a issue in `opensearch` sink documentation. (#7251) * Updating the documentation for processor to accomodate change in DataPrepper 2.8 and fixing a issue in sink documentation. Signed-off-by: Utkarsh Agarwal <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Utkarsh Agarwal <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Utkarsh Agarwal <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: [email protected] <[email protected]> * Added documentation for new default workflow templates (#7346) * add new default workflow templates Signed-off-by: Amit Galitzky <[email protected]> * Apply suggestions from code review Signed-off-by: kolchfa-aws <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Amit Galitzky <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Remote state publication (#7364) * Remote state publication Signed-off-by: Sooraj Sinha <[email protected]> * Address comments Signed-off-by: Sooraj Sinha <[email protected]> * Simplify the remote publication description Signed-off-by: Sooraj Sinha <[email protected]> * Update remote-cluster-state.md Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Update _tuning-your-cluster/availability-and-recovery/remote-store/remote-cluster-state.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Sooraj Sinha <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add documentation of derived fields (#7329) * Add documentation of derived fields Signed-off-by: Rishabh Maurya <[email protected]> * improve the documentation Signed-off-by: Rishabh Maurya <[email protected]> * Fix style-job comments Signed-off-by: Rishabh Maurya <[email protected]> * documentation for object derived field Signed-off-by: Rishabh Maurya <[email protected]> * Update one of the search request and date format documentation Signed-off-by: Rishabh Maurya <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * Tech review comments Signed-off-by: Fanit Kolchina <[email protected]> * One more passive voice Signed-off-by: Fanit Kolchina <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * Update _field-types/supported-field-types/derived.md Signed-off-by: kolchfa-aws <[email protected]> * Update _field-types/supported-field-types/derived.md Signed-off-by: kolchfa-aws <[email protected]> * Update _field-types/supported-field-types/derived.md Signed-off-by: kolchfa-aws <[email protected]> * More editorial comments Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: Rishabh Maurya <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add doc for neural-sparse-query-two-phase-processor. (#7306) * Add doc for neural-sparse-query-two-phase-processor. Signed-off-by: conggguan <[email protected]> * Make some edits for the comments. Signed-off-by: conggguan <[email protected]> * Fix some typo and style-job. Signed-off-by: conggguan <[email protected]> * Update neural-sparse-query-two-phase-processor.md Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Update _search-plugins/search-pipelines/neural-sparse-query-two-phase-processor.md Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: conggguan <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add documentation related to removal of source and recovery source in k-NN performance tuning section (#7359) * Add documentation related to removal of source and recovery source in k-NN performance tuning section Signed-off-by: Navneet Verma <[email protected]> * Update formatting. Add Doc review. Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Navneet Verma <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Update derived.md (#7393) Signed-off-by: kolchfa-aws <[email protected]> Signed-off-by: [email protected] <[email protected]> * Update common-filters.md (#7386) Community member pointed out the error in the remove_field field. Signed-off-by: Heather Halter <[email protected]> Signed-off-by: [email protected] <[email protected]> * Documentation for Indices Request Cache Overview and its settings (#7288) * Create doc for Indices Request Cache Signed-off-by: Kiran Prakash <[email protected]> * sentence case Signed-off-by: Kiran Prakash <[email protected]> * sentence case Signed-off-by: Kiran Prakash <[email protected]> * Create doc for Indices Request Cache Signed-off-by: Kiran Prakash <[email protected]> * sentence case Signed-off-by: Kiran Prakash <[email protected]> * sentence case Signed-off-by: Kiran Prakash <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * Corrects dynamic/static settings Signed-off-by: Fanit Kolchina <[email protected]> * Move one of the settings to static Signed-off-by: Fanit Kolchina <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Kiran Prakash <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * 20240131 Clarification on backend role concept in access control (#7378) * clarification on backend role concept in access control Signed-off-by: [email protected] <[email protected]> * taking out unnesesary changes Signed-off-by: [email protected] <[email protected]> * Update _security/access-control/index.md Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: [email protected] <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: [email protected] <[email protected]> * Changed order of Best Practices page and linked it from other relevant pages (#7389) * changed order of best practices page and linked it from other relevant pages Signed-off-by: [email protected] <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: [email protected] <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: [email protected] <[email protected]> * AD Enhancements in Version 2.15 (#7388) * Enhancements in Version 2.15 Starting from version 2.15, we have introduced several enhancements: 1. Custom Index Management: * Added support for custom index management. For more details, watch the video on the create detector page and detector detail page anomaly-detection-dashboards-plugin#770. * Custom result indices are now managed as aliases. Consequently, additional security permissions are required for management. 2. New JVM Heap Usage Threshold Setting: * Introduced a new setting, plugins.anomaly_detection.jvm_heap_usage_threshold, to manage the memory circuit breaker threshold. 3. Documentation Improvements: * Added examples for DSL filters to enhance the documentation. 4. Ruby Version Update: * Updated Ruby version in CONTRIBUTING.md from 3.2 to 3.2.4 as version 3.2 is not available. Testing done: * built and viewed the changed website locally Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/settings.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/settings.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/ad/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/ad/settings.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: Kaituo Li <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add documentation for the new setting of cardinality aggregation dynamic pruning (#7341) * add documentation for the new setting of cardinality aggregation dynamic pruning Signed-off-by: bowenlan-amzn <[email protected]> * Update search-settings.md Signed-off-by: bowenlan-amzn <[email protected]> * Update _install-and-configure/configuring-opensearch/search-settings.md Signed-off-by: Melissa Vagi <[email protected]> * Update search-settings.md Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: bowenlan-amzn <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: [email protected] <[email protected]> * Change introduced version for derived field (#7403) Signed-off-by: kolchfa-aws <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add documentation for wildcard field type (#7339) * Add documentation for wildcard field type Signed-off-by: Michael Froh <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * More explanation Signed-off-by: Fanit Kolchina <[email protected]> * Update _field-types/supported-field-types/wildcard.md Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Michael Froh <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add document for top n queries improvements in 2.15 (#7326) * Add document for top n queries by cpu and memory Signed-off-by: Chenyang Ji <[email protected]> * update document to fix style checks Signed-off-by: Chenyang Ji <[email protected]> * combine exporter and metrics enhancements documents into one PR Signed-off-by: Chenyang Ji <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * add document for default exporter pattern Signed-off-by: Chenyang Ji <[email protected]> * Consolidating metric types Signed-off-by: Fanit Kolchina <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Chenyang Ji <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add documentation for innerHit on knn nested field (#7404) * Add documentation for innerHit on knn nested field Signed-off-by: Heemin Kim <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * Explain excluding source Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: Heemin Kim <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Signed-off-by: [email protected] <[email protected]> * Mark docrep to remote migration as GA and modify settings names (#7342) * Mark docrep to remote migration as GA and modify settings names Signed-off-by: Gaurav Bafna <[email protected]> * Update _tuning-your-cluster/availability-and-recovery/remote-store/migrating-to-remote.md Co-authored-by: Bhumika Saini <[email protected]> Signed-off-by: Gaurav Bafna <[email protected]> * Update migrating-to-remote.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _tuning-your-cluster/availability-and-recovery/remote-store/migrating-to-remote.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _tuning-your-cluster/availability-and-recovery/remote-store/migrating-to-remote.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _tuning-your-cluster/availability-and-recovery/remote-store/migrating-to-remote.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: Gaurav Bafna <[email protected]> Signed-off-by: Gaurav Bafna <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Bhumika Saini <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Changed VisBuilder status from experimental to GA (#7405) * VisBuilder GA Signed-off-by: Fanit Kolchina <[email protected]> * Removed experimental visualization requirement Signed-off-by: Fanit Kolchina <[email protected]> * Update screenshots Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: [email protected] <[email protected]> * Explicitly add a version question to the doc issue template (#7406) * Separate out the version section in the doc issue Signed-off-by: Fanit Kolchina <[email protected]> * typo Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add doc for alerting comments (#7360) * alerting comments first documentation rough draft Signed-off-by: Dennis Toepker <[email protected]> * formatting and styling changes Signed-off-by: Dennis Toepker <[email protected]> * more formatting changes Signed-off-by: Dennis Toepker <[email protected]> * more spacing changes Signed-off-by: Dennis Toepker <[email protected]> * added not about rbac and added some links Signed-off-by: Dennis Toepker <[email protected]> * removing comments history enabled setting Signed-off-by: Dennis Toepker <[email protected]> * Update comments.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Update Update comment API description Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> * Update _observing-your-data/alerting/api.md Update Delete comment API description Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> * Update _observing-your-data/alerting/settings.md Updated comments_enabled setting description Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> * Update _observing-your-data/alerting/settings.md Updated comments_history_max_age setting description Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> * Update _observing-your-data/alerting/settings.md Update comments_history_rollover_period setting description Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> * Update _observing-your-data/alerting/settings.md Update comments_history_retention_period setting description Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> * minor edits and dead link fix attempt Signed-off-by: Dennis Toepker <[email protected]> * misc edits Signed-off-by: Dennis Toepker <[email protected]> * minor edit Signed-off-by: Dennis Toepker <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/comments.md Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update comments.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md format request and response examples to expand Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/settings.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/settings.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/settings.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/comments.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/settings.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/comments.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/comments.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/comments.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update settings.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Added text to address stacked headings issue Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Fix broken link Signed-off-by: Melissa Vagi <[email protected]> * Fix broken link Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: Dennis Toepker <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> Co-authored-by: Dennis Toepker <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Update the integration page to reflect new integration catalog features (#7324) * update the integration page to reflect the integration catalog and additional capabilities Signed-off-by: YANGDB <[email protected]> * update the integration documentation Signed-off-by: YANGDB <[email protected]> * Update schema section Signed-off-by: Simeon Widdis <[email protected]> * update the metrics analytics documentation Signed-off-by: YANGDB <[email protected]> * update the trace analytics documentation Signed-off-by: YANGDB <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Rewrite tutorials and update or delete graphics Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: YANGDB <[email protected]> Signed-off-by: Simeon Widdis <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Simeon Widdis <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add connector tool (#7384) * add connector tool Signed-off-by: Yaliang Wu <[email protected]> * address comments Signed-off-by: Yaliang Wu <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * Update _ml-commons-plugin/agents-tools/tools/connector-tool.md Signed-off-by: kolchfa-aws <[email protected]> * Update _ml-commons-plugin/agents-tools/tools/connector-tool.md Signed-off-by: kolchfa-aws <[email protected]> * Update _ml-commons-plugin/agents-tools/tools/connector-tool.md Signed-off-by: kolchfa-aws <[email protected]> * Update _ml-commons-plugin/agents-tools/tools/connector-tool.md Co-authored-by: Yaliang Wu <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * Update _ml-commons-plugin/agents-tools/tools/connector-tool.md Co-authored-by: Yaliang Wu <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * Update _ml-commons-plugin/remote-models/blueprints.md Signed-off-by: kolchfa-aws <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Yaliang Wu <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Alerts in correlations feature documentation (#7410) * alerts in correlations feature documentation Signed-off-by: Riya Saxena <[email protected]> * Update correlation-eng.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update alerts.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Copy edit Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/api-tools/correlation-eng.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: Riya Saxena <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Trace analytics update (#7362) * update the integration page to reflect the integration catalog and additional capabilities Signed-off-by: YANGDB <[email protected]> * update the integration documentation Signed-off-by: YANGDB <[email protected]> * Update schema section Signed-off-by: Simeon Widdis <[email protected]> * update the metrics analytics documentation Signed-off-by: YANGDB <[email protected]> * update the trace analytics documentation Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * update service correlation index naming convention Signed-off-by: YANGDB <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: YANGDB <[email protected]> Signed-off-by: Simeon Widdis <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Simeon Widdis <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add documentations for batch ingestion feature (#7408) * Add documents for batch ingestion Signed-off-by: Liyun Xiu <[email protected]> * Revert change on other rows of bulk Signed-off-by: Liyun Xiu <[email protected]> * Apply suggestions from code review Signed-off-by: kolchfa-aws <[email protected]> * Update _ml-commons-plugin/remote-models/batch-ingestion.md Signed-off-by: kolchfa-aws <[email protected]> * Apply suggestions from code review Signed-off-by: kolchfa-aws <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Liyun Xiu <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Moved batch-enabled processors to a separate section (#7415) Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add link to tutorial in OS Dashboards Assistant documentation (#7416) Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: [email protected] <[email protected]> * Point to the spaces section of approximate k-NN from radial search (#7417) Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: [email protected] <[email protected]> * Update documentation of ml inference processors to support for local models (#7368) * ml inference processor support for local models Signed-off-by: Bhavana Ramaram <…
…earch-project#7381) * adding OpenSearch demo configuration mac instructions Signed-off-by: [email protected] <[email protected]> * [MDS] Add security analytics, alerting, feature anaywhere in the multiple data source document (#7328) * Add security analy Signed-off-by: yujin-emma <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Update multi-data-sources.md Signed-off-by: Yu Jin <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Update multi-data-sources.md Signed-off-by: Yu Jin <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Yu Jin <[email protected]> * Update multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/management/multi-data-sources.md Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: yujin-emma <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Signed-off-by: Yu Jin <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Added documentation for managed identity support in repository-azure plugin (#7068) * Added documentation for managed identity support in repository-azure plugins Signed-off-by: Chengwu Shi <[email protected]> * fixed syntax Signed-off-by: Chengwu Shi <[email protected]> * fixed style error Signed-off-by: Chengwu Shi <[email protected]> * remove sudo, and added 1 more point when configuring key or sas token Signed-off-by: Chengwu Shi <[email protected]> * Update section Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Update snapshot-restore.md Signed-off-by: Naarcha-AWS <[email protected]> * improve readability and clarity Signed-off-by: Chengwu Shi <[email protected]> * improved naming Signed-off-by: Chengwu Shi <[email protected]> * Update _tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: chengwushi-netapp <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Update snapshot-restore.md Signed-off-by: Naarcha-AWS <[email protected]> * fixed syntax based on requested changes Signed-off-by: Chengwu Shi <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Chengwu Shi <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Signed-off-by: chengwushi-netapp <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Updating the documentation for `obfuscate` processor and fixing a issue in `opensearch` sink documentation. (#7251) * Updating the documentation for processor to accomodate change in DataPrepper 2.8 and fixing a issue in sink documentation. Signed-off-by: Utkarsh Agarwal <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Utkarsh Agarwal <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Utkarsh Agarwal <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: [email protected] <[email protected]> * Added documentation for new default workflow templates (#7346) * add new default workflow templates Signed-off-by: Amit Galitzky <[email protected]> * Apply suggestions from code review Signed-off-by: kolchfa-aws <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Amit Galitzky <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Remote state publication (#7364) * Remote state publication Signed-off-by: Sooraj Sinha <[email protected]> * Address comments Signed-off-by: Sooraj Sinha <[email protected]> * Simplify the remote publication description Signed-off-by: Sooraj Sinha <[email protected]> * Update remote-cluster-state.md Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Update _tuning-your-cluster/availability-and-recovery/remote-store/remote-cluster-state.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Sooraj Sinha <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add documentation of derived fields (#7329) * Add documentation of derived fields Signed-off-by: Rishabh Maurya <[email protected]> * improve the documentation Signed-off-by: Rishabh Maurya <[email protected]> * Fix style-job comments Signed-off-by: Rishabh Maurya <[email protected]> * documentation for object derived field Signed-off-by: Rishabh Maurya <[email protected]> * Update one of the search request and date format documentation Signed-off-by: Rishabh Maurya <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * Tech review comments Signed-off-by: Fanit Kolchina <[email protected]> * One more passive voice Signed-off-by: Fanit Kolchina <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * Update _field-types/supported-field-types/derived.md Signed-off-by: kolchfa-aws <[email protected]> * Update _field-types/supported-field-types/derived.md Signed-off-by: kolchfa-aws <[email protected]> * Update _field-types/supported-field-types/derived.md Signed-off-by: kolchfa-aws <[email protected]> * More editorial comments Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: Rishabh Maurya <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add doc for neural-sparse-query-two-phase-processor. (#7306) * Add doc for neural-sparse-query-two-phase-processor. Signed-off-by: conggguan <[email protected]> * Make some edits for the comments. Signed-off-by: conggguan <[email protected]> * Fix some typo and style-job. Signed-off-by: conggguan <[email protected]> * Update neural-sparse-query-two-phase-processor.md Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Update _search-plugins/search-pipelines/neural-sparse-query-two-phase-processor.md Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: conggguan <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add documentation related to removal of source and recovery source in k-NN performance tuning section (#7359) * Add documentation related to removal of source and recovery source in k-NN performance tuning section Signed-off-by: Navneet Verma <[email protected]> * Update formatting. Add Doc review. Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Navneet Verma <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Update derived.md (#7393) Signed-off-by: kolchfa-aws <[email protected]> Signed-off-by: [email protected] <[email protected]> * Update common-filters.md (#7386) Community member pointed out the error in the remove_field field. Signed-off-by: Heather Halter <[email protected]> Signed-off-by: [email protected] <[email protected]> * Documentation for Indices Request Cache Overview and its settings (#7288) * Create doc for Indices Request Cache Signed-off-by: Kiran Prakash <[email protected]> * sentence case Signed-off-by: Kiran Prakash <[email protected]> * sentence case Signed-off-by: Kiran Prakash <[email protected]> * Create doc for Indices Request Cache Signed-off-by: Kiran Prakash <[email protected]> * sentence case Signed-off-by: Kiran Prakash <[email protected]> * sentence case Signed-off-by: Kiran Prakash <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * Corrects dynamic/static settings Signed-off-by: Fanit Kolchina <[email protected]> * Move one of the settings to static Signed-off-by: Fanit Kolchina <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Kiran Prakash <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * 20240131 Clarification on backend role concept in access control (#7378) * clarification on backend role concept in access control Signed-off-by: [email protected] <[email protected]> * taking out unnesesary changes Signed-off-by: [email protected] <[email protected]> * Update _security/access-control/index.md Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: [email protected] <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: [email protected] <[email protected]> * Changed order of Best Practices page and linked it from other relevant pages (#7389) * changed order of best practices page and linked it from other relevant pages Signed-off-by: [email protected] <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: [email protected] <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: [email protected] <[email protected]> * AD Enhancements in Version 2.15 (#7388) * Enhancements in Version 2.15 Starting from version 2.15, we have introduced several enhancements: 1. Custom Index Management: * Added support for custom index management. For more details, watch the video on the create detector page and detector detail page anomaly-detection-dashboards-plugin#770. * Custom result indices are now managed as aliases. Consequently, additional security permissions are required for management. 2. New JVM Heap Usage Threshold Setting: * Introduced a new setting, plugins.anomaly_detection.jvm_heap_usage_threshold, to manage the memory circuit breaker threshold. 3. Documentation Improvements: * Added examples for DSL filters to enhance the documentation. 4. Ruby Version Update: * Updated Ruby version in CONTRIBUTING.md from 3.2 to 3.2.4 as version 3.2 is not available. Testing done: * built and viewed the changed website locally Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/settings.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/settings.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Kaituo Li <[email protected]> * Update _observing-your-data/ad/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/ad/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/ad/settings.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: Kaituo Li <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add documentation for the new setting of cardinality aggregation dynamic pruning (#7341) * add documentation for the new setting of cardinality aggregation dynamic pruning Signed-off-by: bowenlan-amzn <[email protected]> * Update search-settings.md Signed-off-by: bowenlan-amzn <[email protected]> * Update _install-and-configure/configuring-opensearch/search-settings.md Signed-off-by: Melissa Vagi <[email protected]> * Update search-settings.md Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: bowenlan-amzn <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: [email protected] <[email protected]> * Change introduced version for derived field (#7403) Signed-off-by: kolchfa-aws <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add documentation for wildcard field type (#7339) * Add documentation for wildcard field type Signed-off-by: Michael Froh <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * More explanation Signed-off-by: Fanit Kolchina <[email protected]> * Update _field-types/supported-field-types/wildcard.md Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Michael Froh <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add document for top n queries improvements in 2.15 (#7326) * Add document for top n queries by cpu and memory Signed-off-by: Chenyang Ji <[email protected]> * update document to fix style checks Signed-off-by: Chenyang Ji <[email protected]> * combine exporter and metrics enhancements documents into one PR Signed-off-by: Chenyang Ji <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * add document for default exporter pattern Signed-off-by: Chenyang Ji <[email protected]> * Consolidating metric types Signed-off-by: Fanit Kolchina <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Chenyang Ji <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add documentation for innerHit on knn nested field (#7404) * Add documentation for innerHit on knn nested field Signed-off-by: Heemin Kim <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * Explain excluding source Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: Heemin Kim <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Signed-off-by: [email protected] <[email protected]> * Mark docrep to remote migration as GA and modify settings names (#7342) * Mark docrep to remote migration as GA and modify settings names Signed-off-by: Gaurav Bafna <[email protected]> * Update _tuning-your-cluster/availability-and-recovery/remote-store/migrating-to-remote.md Co-authored-by: Bhumika Saini <[email protected]> Signed-off-by: Gaurav Bafna <[email protected]> * Update migrating-to-remote.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _tuning-your-cluster/availability-and-recovery/remote-store/migrating-to-remote.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _tuning-your-cluster/availability-and-recovery/remote-store/migrating-to-remote.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _tuning-your-cluster/availability-and-recovery/remote-store/migrating-to-remote.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: Gaurav Bafna <[email protected]> Signed-off-by: Gaurav Bafna <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Bhumika Saini <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Changed VisBuilder status from experimental to GA (#7405) * VisBuilder GA Signed-off-by: Fanit Kolchina <[email protected]> * Removed experimental visualization requirement Signed-off-by: Fanit Kolchina <[email protected]> * Update screenshots Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: [email protected] <[email protected]> * Explicitly add a version question to the doc issue template (#7406) * Separate out the version section in the doc issue Signed-off-by: Fanit Kolchina <[email protected]> * typo Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add doc for alerting comments (#7360) * alerting comments first documentation rough draft Signed-off-by: Dennis Toepker <[email protected]> * formatting and styling changes Signed-off-by: Dennis Toepker <[email protected]> * more formatting changes Signed-off-by: Dennis Toepker <[email protected]> * more spacing changes Signed-off-by: Dennis Toepker <[email protected]> * added not about rbac and added some links Signed-off-by: Dennis Toepker <[email protected]> * removing comments history enabled setting Signed-off-by: Dennis Toepker <[email protected]> * Update comments.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Update Update comment API description Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> * Update _observing-your-data/alerting/api.md Update Delete comment API description Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> * Update _observing-your-data/alerting/settings.md Updated comments_enabled setting description Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> * Update _observing-your-data/alerting/settings.md Updated comments_history_max_age setting description Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> * Update _observing-your-data/alerting/settings.md Update comments_history_rollover_period setting description Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> * Update _observing-your-data/alerting/settings.md Update comments_history_retention_period setting description Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> * minor edits and dead link fix attempt Signed-off-by: Dennis Toepker <[email protected]> * misc edits Signed-off-by: Dennis Toepker <[email protected]> * minor edit Signed-off-by: Dennis Toepker <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/comments.md Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update comments.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md format request and response examples to expand Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/settings.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/settings.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/settings.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/comments.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/settings.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/comments.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/comments.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/comments.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update settings.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Added text to address stacked headings issue Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Signed-off-by: Melissa Vagi <[email protected]> * Update api.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/alerting/api.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Fix broken link Signed-off-by: Melissa Vagi <[email protected]> * Fix broken link Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: Dennis Toepker <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: toepkerd <[email protected]> Co-authored-by: Dennis Toepker <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Update the integration page to reflect new integration catalog features (#7324) * update the integration page to reflect the integration catalog and additional capabilities Signed-off-by: YANGDB <[email protected]> * update the integration documentation Signed-off-by: YANGDB <[email protected]> * Update schema section Signed-off-by: Simeon Widdis <[email protected]> * update the metrics analytics documentation Signed-off-by: YANGDB <[email protected]> * update the trace analytics documentation Signed-off-by: YANGDB <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update index.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Rewrite tutorials and update or delete graphics Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> * Update _integrations/index.md Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: YANGDB <[email protected]> Signed-off-by: Simeon Widdis <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Simeon Widdis <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add connector tool (#7384) * add connector tool Signed-off-by: Yaliang Wu <[email protected]> * address comments Signed-off-by: Yaliang Wu <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * Update _ml-commons-plugin/agents-tools/tools/connector-tool.md Signed-off-by: kolchfa-aws <[email protected]> * Update _ml-commons-plugin/agents-tools/tools/connector-tool.md Signed-off-by: kolchfa-aws <[email protected]> * Update _ml-commons-plugin/agents-tools/tools/connector-tool.md Signed-off-by: kolchfa-aws <[email protected]> * Update _ml-commons-plugin/agents-tools/tools/connector-tool.md Co-authored-by: Yaliang Wu <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * Update _ml-commons-plugin/agents-tools/tools/connector-tool.md Co-authored-by: Yaliang Wu <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * Update _ml-commons-plugin/remote-models/blueprints.md Signed-off-by: kolchfa-aws <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Yaliang Wu <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Alerts in correlations feature documentation (#7410) * alerts in correlations feature documentation Signed-off-by: Riya Saxena <[email protected]> * Update correlation-eng.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update alerts.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Copy edit Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/api-tools/correlation-eng.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Signed-off-by: Melissa Vagi <[email protected]> * Update _security-analytics/usage/alerts.md Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: Riya Saxena <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Trace analytics update (#7362) * update the integration page to reflect the integration catalog and additional capabilities Signed-off-by: YANGDB <[email protected]> * update the integration documentation Signed-off-by: YANGDB <[email protected]> * Update schema section Signed-off-by: Simeon Widdis <[email protected]> * update the metrics analytics documentation Signed-off-by: YANGDB <[email protected]> * update the trace analytics documentation Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * update service correlation index naming convention Signed-off-by: YANGDB <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: YANGDB <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> * Update _observing-your-data/trace/ta-dashboards.md Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: YANGDB <[email protected]> Signed-off-by: Simeon Widdis <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Simeon Widdis <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add documentations for batch ingestion feature (#7408) * Add documents for batch ingestion Signed-off-by: Liyun Xiu <[email protected]> * Revert change on other rows of bulk Signed-off-by: Liyun Xiu <[email protected]> * Apply suggestions from code review Signed-off-by: kolchfa-aws <[email protected]> * Update _ml-commons-plugin/remote-models/batch-ingestion.md Signed-off-by: kolchfa-aws <[email protected]> * Apply suggestions from code review Signed-off-by: kolchfa-aws <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Liyun Xiu <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: [email protected] <[email protected]> * Moved batch-enabled processors to a separate section (#7415) Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: [email protected] <[email protected]> * Add link to tutorial in OS Dashboards Assistant documentation (#7416) Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: [email protected] <[email protected]> * Point to the spaces section of approximate k-NN from radial search (#7417) Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: [email protected] <[email protected]> * Update documentation of ml inference processors to support for local models (#7368) * ml inference processor support for local models Signed-off-by: Bhavana Ramaram <…
Description
update the integration page to reflect the integration catalog and additional capabilities
Issues Resolved
Resolves #6793
Version
2.15
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.