All Apps and Add-ons

Connection String for Azure Event Hub

subbarayudu
New Member

Hi Team,

As part of the Microsoft Azure Add-on Splunk , we configured the application for Azure Event hub data collection, For the field connection string we added the Primary key includes below as below sample.

Endpoint=******/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=8888888^^^888*

In Connection string we copied the complete string starting from Endpoint=?

I do see below errors,Kindly assist

State.START: 0>
2020-04-24 08:13:49,369 INFO pid=31779 tid=MainThread file=connection.py:work:259 | 'Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR'

Thanks,
Subbu

0 Karma

jconger
Splunk Employee
Splunk Employee

You need the entire connection string from the Azure portal. It should look something like this:

Endpoint=sb://splunkns.servicebus.windows.net/;SharedAccessKeyName=listener;SharedAccessKey=1234567890abcdefg

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...