-
Notifications
You must be signed in to change notification settings - Fork 81
Remove universal props and use '.' for virtual props (SYN-9108) #4286
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
Conversation
@@ -28,7 +28,7 @@ The Storm Reference documentation provides numerous examples of both abstract St | |||
|
|||
- *<form>* refers to a form / node primary property, such as ``inet:fqdn``. | |||
- *<valu>* refers to the value of a primary property, such as ``woot.com`` in ``inet:fqdn=woot.com``. | |||
- *<prop>* refers to a node secondary property (including universal properties) such as ``inet:ip:asn`` or ``inet:ip.created``. | |||
- *<prop>* refers to a node secondary property (including virtual properties) such as ``inet:ip:asn`` or ``inet:ip.created``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the example given is a meta prop. should perhaps mention both virtual and metas here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I wasn't too sure the wording we wanted to use and how much we wanted to differentiate meta/virtual props in the docs.
Co-authored-by: vEpiphyte <epiphyte@vertex.link>
Also move
.created
to a "meta" prop