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

How do you use MultiValueParameters? #90

Closed vector-sec closed 5 years ago

vector-sec commented 5 years ago

I can't find any examples or documentation that explains how to configure a MultiValueParameter in a modular input's scheme. I would think there would be some property of the argument class to denote that an argument is multivalue.

Any advice would be appreciated. Thanks!

shakeelmohamed commented 5 years ago

Hi @vector-sec, take a look at these tests: https://github.com/splunk/splunk-sdk-csharp-pcl/blob/master/test/unit-tests/TestModularInputs.cs#L160