We have updated our Terms of Service, Code of Conduct, and Addendum.

WEF Source, a subscription policy contains invalid configuration.

Options
Jeremy Prescott
Jeremy Prescott Posts: 33 ✭✭

When configuring the WEF source, Stream shows the source as working, but the Windows Event Forwarding plugin event logs show: Error Event ID: 107 A subscription policy contains invalid configuration.

How do I overcome this error?

Tagged:

Answers

  • John Pondrom
    John Pondrom Posts: 16
    Options

    This is error is caused by a syntax mismatch when you configure the target subscription manager.

    Cribl suggest using a GPO to do so by setting the Configure Target Subscription Manager Policy.

    The most common cause of this error will be missing the “Server=“ that prepends the FQDN or IP being used in the policy.

    Use the following syntax when using the HTTPS protocol:

    Server=

    It will look like this when correct:

    Server=https://mycriblserver1.xxxxxxxxx.Xxxx.local:5986/wsman/SubscriptionManager/WEC,Refresh=60,IssuerCA=#######

    It will look something like the below when incorrect, and will most likely be missing the “Server=“ from the string.

    https://mycriblserver1.xxxxxxxxx.Xxxx.local:5986/wsman/SubscriptionManager/WEC,Refresh=60,IssuerCA=#######https://:5986/wsman/SubscriptionManager/WEC,Refresh=,IssuerCA