Skip to content

Commit

Permalink
Adding OSI docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Jan 27, 2025
1 parent 62ff1d2 commit 0850b7a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions docs/news.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# UBI News

## [Amazon OpenSearch Ingestion blueprint](tools.md#amazon-opensearch-ingestion-blueprint) - January 27, 2025

A blueprint yaml is now available for creating an Amazon OpenSearch Ingestion pipeline to facilitate persisting of UBI queries and events.

## [OpenSearch 2.18.0.1 UBI Plugin](https://github.com/opensearch-project/user-behavior-insights/releases/tag/2.18.0.1) - November 19, 2024

* Adding an API endpoint to initialize the plugin and create the UBI indexes
Expand Down
16 changes: 8 additions & 8 deletions docs/tools.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# UBI Tools and Plugins

There are several available tools and plugins supporting UBI.
There are several tools and plugins available to support UBI data capture and analysis.

* :material-link: [Amazon OpenSearch Ingestion blueprint](#amazon-opensearch-ingestion-blueprint)
* :material-link: [OpenSearch UBI plugin](#ubi-plugin-for-opensearch)
* :material-link: [Elasticsearch UBI Plugin](#ubi-plugin-for-elasticsearch)
* :material-link: [Apache Solr implementation](https://github.com/apache/solr/pull/2452)
* :material-link: [Amazon OpenSearch Ingestion blueprint](#amazon-opensearch-ingestion-blueprint) for creating Amazon OpenSearch Ingestion pipeline to support persisting UBI events and queries.
* :material-link: [OpenSearch UBI plugin](#ubi-plugin-for-opensearch) for facilitating the capture of UBI queries and events in OpenSearch.
* :material-link: [Elasticsearch UBI Plugin](#ubi-plugin-for-elasticsearch) for facilitating the capture of UBI queries and events in Elasticsearch.
* :material-link: [Apache Solr implementation](https://github.com/apache/solr/pull/2452) for facilitating the capture of UBI queries and events in Apache Solr.

## Amazon OpenSearch Ingestion Blueprint

The Amazon OpenSearch Ingestion UBI blueprint is a pre-defined configuration that allows for creating an OpenSearch Ingestion pipeline that ingests UBI queries and events.

* [AWS OpenSearch Ingestion blueprint](https://github.com/o19s/opensearch-search-quality-evaluation/blob/main/osi/blueprint.yaml)
* [Terraform for creating the full pipeline](https://github.com/o19s/opensearch-search-quality-evaluation/tree/main/osi)
* [The AWS OpenSearch Ingestion blueprint yaml](https://github.com/o19s/opensearch-search-quality-evaluation/blob/main/osi/blueprint.yaml)
* [Terraform scripts for creating the full Amazon OpenSearch Ingestion pipeline](https://github.com/o19s/opensearch-search-quality-evaluation/tree/main/osi)

The blueprint creates a pipeline that facilitates receiving and storing UBI queries and events. The pipeline creates:
The blueprint creates a pipeline that facilitates receiving and storing UBI queries and events. The blueprint creates:
* An S3 sink for UBI queries and events.
* An OpenSearch sink for UBI queries and events.

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ theme:
primary: blue
nav:
- Home: index.md
- Quick Start: quickstart.md
- News: news.md
- Quick Start: quickstart.md
- The UBI Standard: standard.md
- UBI Tools and Plugins: tools.md
- Datasets: datasets.md
Expand Down

0 comments on commit 0850b7a

Please sign in to comment.