Actions
Bug #9299
closedExtend groups search capabilities for complex JSON Properties / JsonPath
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Operational - other Techniques | Technique editor | Rudder settings
Effort required:
Medium
Priority:
0
Name check:
Fix check:
Regression:
Description
Currently when the feature of extended JSON-Based node properties is enabled, there is no real optimal way to define dynamic groups based on that.
The current option to match a Key=Value pair is as following:
- [ Properties ▼] [ Name=Value ▼] [ Name= ▼] <field_of_key>
- [ Properties ▼] [ Name=Value ▼] [ = ▼] <field_of_value>
My proposal is that you create a new dropdown-type field that says like:
- [ Properties ▼] [ JSON Data ▼] <field_of_key> [< match_operator> ▼] <field_ov_matched_value>
This could be used to create a new type of dynamic group, that would match on a specific value inside the JSON value of the property.
(Legend: [ X ▼]
is a dropdown menu, <field>
is an input-type field.)
Actions