-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event Discovery: Add Variables to EventType V1Beta3 spec #7729
Comments
Was there any outcome on that discussion? |
@matzew I think the decision was that we would aim to include this, as long as people were happy with the API. Any thoughts on the API proposed here/anything you would change? |
Any thoughts on the API proposed here/anything you would change?
so for reconciling these, we would expect that if For the implementation, I guess we could just rely on simple regex library? Should we prevent some parts? Expressions and templating always causes hell of problems. Does CE-SQL have something? |
Yeah, I think that makes sense to me, we might also want to verify that the
For CESQL, it doesn't support full regex matches instead it allows for a wildcard character |
I agree, so we have a set of "scoped" rules
some reuse possible? |
@pierDipi quick ping here - are you good with moving forwards with the CESQL |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
Problem
In the new v1beta3 api for eventtypes, we are allowing users to place "variables" into template strings for the various eventtype attributes. It would be good to allow users to give more information about what values are allowed for those variables.
To accomplish this, we can add a
variables
section to the spec like this:The text was updated successfully, but these errors were encountered: