splunk / splunk-sdk-csharp-pcl

Splunk's next generation C# SDK
https://dev.splunk.com/enterprise/docs/csharp
Apache License 2.0
64 stars 46 forks source link

Search with Push model .NET5 #111

Closed deivid77 closed 2 years ago

deivid77 commented 2 years ago

Hi there,

I'm just wondering where did the Subscribe() method go in a Push Model Search.

I'm using Splunk.Client.DotnetCore Version="1.0.7" nuget package.

This is what I get:

2022_04_06_15_44_22_ReportingRockwell_-_Microsoft_Visual_Studio

2022_04_06_15_57_14_splunk-sdk-csharp-pcl_-_Microsoft_Visual_Studio

deivid77 commented 2 years ago

Ops, I can see my own mistake.

The subscription is on the stream not the service. My apologies