Skip to content

Commit

Permalink
Updating osi pipeline docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Jan 31, 2025
1 parent 6eef015 commit d231504
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ The blueprint creates a pipeline that facilitates receiving and storing UBI quer

UBI queries and events that are received via an HTTP source are routed to one of the above sinks based on the value of the `type` value in the received JSON. For example, the script below sends a UBI `event` to the pipeline:

### Sending Queries and Events to the Pipeline

The example commands below uses `awscurl` from the [awscurl](https://github.com/okigan/awscurl) open source project.

The following command illustrates how to send a UBI `event` to the pipeline:

```
awscurl \
--service osis \
Expand Down

0 comments on commit d231504

Please sign in to comment.