Seq.App.Azure.EventHub
1.1.2
dotnet add package Seq.App.Azure.EventHub --version 1.1.2
NuGet\Install-Package Seq.App.Azure.EventHub -Version 1.1.2
<PackageReference Include="Seq.App.Azure.EventHub" Version="1.1.2" />
paket add Seq.App.Azure.EventHub --version 1.1.2
#r "nuget: Seq.App.Azure.EventHub, 1.1.2"
// Install Seq.App.Azure.EventHub as a Cake Addin #addin nuget:?package=Seq.App.Azure.EventHub&version=1.1.2 // Install Seq.App.Azure.EventHub as a Cake Tool #tool nuget:?package=Seq.App.Azure.EventHub&version=1.1.2
Seq.App.Azure
Apps for the Seq event server. You can find installable versions of these by searching for the seq-app tag on NuGet.
Currently in this repository you'll find:
- EventHub - send Seq events to an Azure Event Hub.
EventHub
The Seq.App.Azure.EventHub app can be used to send Seq events to an Azure Event Hub. Once sent, you have many options regarding how you handle your log data. One such option is Stream Analytics. You can utilize Azure Stream Analytics to transport your event hub data to various ouputs like Microsoft's Power BI. By sending your log data to Power BI, you can visualize your data in countless ways including dashboards, charts, cards, widgets, reports, and many more.
Stream Analytics and Power BI
The following section walks you through setting up Stream Analytics with a Event Hub input and a Power BI output.
1. Create a Service Bus
If you don't already have one, you'll need to create an Azure Service bus to house the Event Hub.
2. Event Hub
2a. Create Event Hub
Now you can create your Event Hub. Name it whatever you like and is available. It should be something meaningful to your project/application.
2b. Configure a Shared Access Policy
Once the Event Hub is created, go over to the Configure tab and create a Share Access Policy. This allows you to generate a connection string and send events to the hub. You'll just need Send permissions.
2c. Connection String
Now go back to the Event Hub Dashboard and get the connection string by clicking View Connection String then copy it to your clipboard.
3. Configure Seq App
Next you'll need to configure the EventHub app in Seq. Go to Settings->Apps and click Start New Instance under Azure Event Hub and set the properties similar to the following:
Once created, go back into the app instance and click the View events raised by this instance link to verify that it's working properly.
4. Stream Analytics
4a. Create Job
Now that you've verified that Seq is sending events to your Event Hub it's time to create a Stream Analytics job.
4b. Add Input
Create an input for the Stream Analytics job. The input will be the Event Hub you just created and are now sending Seq events to.
4c. Add Output
Add an output. For this example you'll create a Power BI output like so:
4d. Create Query
Finally, create a Stream Analytics query to transfer data from the event hub to the Power BI output.
5. Power BI
5a. Dataset
Once Stream Analytics starts sending data to Power BI, the dataset will be automatically created for you as you can see below:
Click on the auto created data set to create a report:
Click the thumbtack to save the report and pin it to your dashboard:
5b. Dashboard
Now you can view your report on the dashboard!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net5.0
- Azure.Messaging.EventHubs (>= 5.7.0)
- Newtonsoft.Json (>= 13.0.1)
- System.Reactive (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.2 | 265 | 10/31/2023 |
1.1.1 | 507 | 6/10/2022 |
1.1.0 | 452 | 6/10/2022 |
1.0.15 | 1,214 | 3/21/2017 |
1.0.14 | 958 | 3/21/2017 |
1.0.13 | 968 | 3/21/2017 |
1.0.12 | 983 | 3/21/2017 |
1.0.11 | 944 | 3/20/2017 |
1.0.10 | 1,022 | 3/20/2017 |
1.0.9 | 927 | 3/20/2017 |
1.0.8 | 936 | 3/20/2017 |
1.0.7 | 971 | 10/13/2016 |
1.0.6 | 959 | 10/13/2016 |
1.0.5 | 1,002 | 8/30/2016 |
1.0.4 | 1,047 | 4/11/2016 |
1.0.3 | 981 | 4/11/2016 |
1.0.2 | 1,022 | 4/6/2016 |
1.0.1 | 995 | 4/4/2016 |
1.0.0 | 1,012 | 4/4/2016 |
1.1.2 - Fix for duplicate property names
1.1.0 - Upgrade to .NET 5
1.0.15 - Remove field that has the same name as a static property
1.0.14 - Remove fields that are configured as tags
1.0.13 - Fixed another issue with tags
1.0.12 - Fixed issue with tags
1.0.11 - Force tags to be tags
1.0.10 - Allow exclude/ignore properties from the data type specification
1.0.9 - Added a way to force the data type for properties
1.0.8 - Added trigger processing and updated dependencies
1.0.7 - Added batching of messages and tag properties
1.0.6 - Performance optimizations
1.0.5 - Upgraded to Serilog 2.2.1