Skip to content
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

UBI docs consolidation #1

Merged
merged 25 commits into from
May 31, 2024
Merged

UBI docs consolidation #1

merged 25 commits into from
May 31, 2024

Conversation

RasonJ
Copy link
Collaborator

@RasonJ RasonJ commented May 22, 2024

Description

Adding content for User Behavior Insights

Issues Resolved

This documents different features for Ubi

Checklist

  • By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origin.
    For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@epugh epugh changed the title Ubi docs consolidation UBI docs consolidation May 22, 2024
_search-plugins/ubi/client_datastructures.md Outdated Show resolved Hide resolved

## Quick Start

Build the plugin. Note that you will have to match up the JDK 11 on your system to java home in the `gradle.properties` file:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the build stuff should move somewhere else, as most folks won't build the code.. it'll look more like waht you see at https://opensearch.org/docs/latest/search-plugins/querqy/index/#querqy-plugin-installation


Build the OpenSearch docker image and add the plugin, then start the containers:

```bash
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this feels like ti should be in it's own deep dive? NOt totally sure...

_search-plugins/ubi/index.md Outdated Show resolved Hide resolved
@RasonJ RasonJ marked this pull request as ready for review May 31, 2024 17:50
@RasonJ RasonJ merged commit db74ac5 into main May 31, 2024
5 checks passed
@github-actions github-actions bot deleted the ubi-docs-consolidation branch May 31, 2024 17:53
epugh pushed a commit that referenced this pull request Nov 23, 2024
* doc: add document for dashboards assistant text to visualization

Signed-off-by: Yulong Ruan <[email protected]>

* Add documentation for suggest anomaly detector feature (#1)

Signed-off-by: gaobinlong <[email protected]>

* doc: Add document for dashboard assistant alert insight (opensearch-project#2)

* doc: Add document for dashboard assistant alert insight

* fix title

Signed-off-by: qianheng <[email protected]>

* Add data summary documentation (opensearch-project#3)

Signed-off-by: Liyun Xiu <[email protected]>

* add doc for alert insight agent (opensearch-project#4)

* add doc for alert insight agent

Signed-off-by: yuye-aws <[email protected]>

* add example request for alert insight API

Signed-off-by: yuye-aws <[email protected]>

* correct default value for question parameter for alert insight API

Signed-off-by: yuye-aws <[email protected]>

* add pics for alert insight UI

Signed-off-by: yuye-aws <[email protected]>

---------

Signed-off-by: yuye-aws <[email protected]>

* Doc review

Signed-off-by: Fanit Kolchina <[email protected]>

* minor rewording

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]>

* Change to data summary feature

Signed-off-by: Fanit Kolchina <[email protected]>

* add instruction on how to create t2viz agents with flow template

Signed-off-by: Yulong Ruan <[email protected]>

* fix doc for alert summary and insight (opensearch-project#5)

* fix doc for alert summary and insight

Signed-off-by: yuye-aws <[email protected]>

* fix doc

Signed-off-by: yuye-aws <[email protected]>

* change main branch to 2.x branch

Signed-off-by: yuye-aws <[email protected]>

* small fix

Signed-off-by: yuye-aws <[email protected]>

---------

Signed-off-by: yuye-aws <[email protected]>

* Rewording agent creation steps

Signed-off-by: Fanit Kolchina <[email protected]>

* Editorial comment and rewording

Signed-off-by: Fanit Kolchina <[email protected]>

* Image sizes

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Yulong Ruan <[email protected]>
Signed-off-by: gaobinlong <[email protected]>
Signed-off-by: qianheng <[email protected]>
Signed-off-by: Liyun Xiu <[email protected]>
Signed-off-by: yuye-aws <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: gaobinlong <[email protected]>
Co-authored-by: qianheng <[email protected]>
Co-authored-by: Liyun Xiu <[email protected]>
Co-authored-by: yuye-aws <[email protected]>
Co-authored-by: Fanit Kolchina <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
epugh pushed a commit that referenced this pull request Nov 23, 2024
* doc: add document for dashboards assistant text to visualization

Signed-off-by: Yulong Ruan <[email protected]>

* Add documentation for suggest anomaly detector feature (#1)

Signed-off-by: gaobinlong <[email protected]>

* doc: Add document for dashboard assistant alert insight (opensearch-project#2)

* doc: Add document for dashboard assistant alert insight

* fix title

Signed-off-by: qianheng <[email protected]>

* Add data summary documentation (opensearch-project#3)

Signed-off-by: Liyun Xiu <[email protected]>

* add doc for alert insight agent (opensearch-project#4)

* add doc for alert insight agent

Signed-off-by: yuye-aws <[email protected]>

* add example request for alert insight API

Signed-off-by: yuye-aws <[email protected]>

* correct default value for question parameter for alert insight API

Signed-off-by: yuye-aws <[email protected]>

* add pics for alert insight UI

Signed-off-by: yuye-aws <[email protected]>

---------

Signed-off-by: yuye-aws <[email protected]>

* Doc review

Signed-off-by: Fanit Kolchina <[email protected]>

* minor rewording

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]>

* Change to data summary feature

Signed-off-by: Fanit Kolchina <[email protected]>

* add instruction on how to create t2viz agents with flow template

Signed-off-by: Yulong Ruan <[email protected]>

* fix doc for alert summary and insight (opensearch-project#5)

* fix doc for alert summary and insight

Signed-off-by: yuye-aws <[email protected]>

* fix doc

Signed-off-by: yuye-aws <[email protected]>

* change main branch to 2.x branch

Signed-off-by: yuye-aws <[email protected]>

* small fix

Signed-off-by: yuye-aws <[email protected]>

---------

Signed-off-by: yuye-aws <[email protected]>

* Rewording agent creation steps

Signed-off-by: Fanit Kolchina <[email protected]>

* Editorial comment and rewording

Signed-off-by: Fanit Kolchina <[email protected]>

* Image sizes

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Yulong Ruan <[email protected]>
Signed-off-by: gaobinlong <[email protected]>
Signed-off-by: qianheng <[email protected]>
Signed-off-by: Liyun Xiu <[email protected]>
Signed-off-by: yuye-aws <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: gaobinlong <[email protected]>
Co-authored-by: qianheng <[email protected]>
Co-authored-by: Liyun Xiu <[email protected]>
Co-authored-by: yuye-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: Eric Pugh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants