Skip to content

Commit

Permalink
Add version and fix options in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bhapas committed Oct 13, 2023
1 parent 6e726d4 commit 89744e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Sample config:
version: '2.3'
services:
azure-event-hub:
image: docker.elastic.co/observability/stream:v0.10.0
image: docker.elastic.co/observability/stream:v0.12.0
volumes:
- ./sample_logs:/sample_logs:ro
command:
Expand All @@ -154,6 +154,6 @@ services:

### Options

- `ConnectionString`: The connection string to connect to the Event Hub
- `FullyQualifiedNamespace`: The FullyQualifiedNamespace is the Event Hubs namespace name (ex: myeventhub.servicebus.windows.net)
- `EventHubName`: The name of the Event hub
- `azure-event-hub-connection-string`: The connection string to connect to the Event Hub
- `azure-event-hub-namespace`: The FullyQualifiedNamespace is the Event Hubs namespace name (ex: myeventhub.servicebus.windows.net)
- `azure-event-hub-name`: The name of the Event hub

0 comments on commit 89744e8

Please sign in to comment.