Configuring an EventHub source endpoint
When creating or updating an endpoint, configure access to EventHub
Settings
-
Namespace: Specify the namespace that the hub will relate to.
-
Event hub: Specify the hub name.
-
Topic: Specify the name of the topic to connect to.
-
Key value: Specify the key name (policy) that will be used for authentication.
-
Password: Enter the user's password to the database.
-
Consumer group: Specify the hub view. It is used for independent reading of an event stream.
-
Starting offset: Specify the initial position of the event in the section.
Additional settings
Warning
Data is processed in the following order:
- Transformation.
- Conversion.
-
Conversion rules:
-
Data format: Select one of the available formats:
JSON
CSV
-
Data scheme: Specify the schema as a list of fields or upload a file with a description of the schema in JSON format.
Sample data schema[ { "name": "request", "type": "string" } ]
-
Add a column for missing keys: Select this option to have the fields missing in the schema appear in the
_rest
column. -
Enable NULL values in keys columns: Select this option to allow the
null
value in key columns.
-