Skip to content

Commit

Permalink
add organization and stream in example (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatsharma authored Jan 25, 2024
1 parent f7f54b7 commit 752091d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/chapter-destinations/openobserve/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Minimal configuration:
destination d_openobserve {
openobserve-log(
url("http://your-openobserve-endpoint")
organization("your-organization")
stream("your-example-stream")
user("root@example.com")
password("V2tsn88GhdNTKxaS")
);
Expand All @@ -34,6 +36,7 @@ destination d_openobserve {
openobserve-log(
url("http://openobserve-endpoint")
port(5080)
organization("your-organization")
stream("your-example-stream")
user("root@example.com")
password("V2tsn88GhdNTKxaS")
Expand Down

0 comments on commit 752091d

Please sign in to comment.