An Instana infrastructure administrator wants to write a single Dynamic Focus Query that returns entities matching a specific tag AND belonging to a particular zone, but also wants to include entities from a secondary zone using OR logic. Which statement accurately describes how to combine multiple conditions in a Dynamic Focus Query?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Instana's Dynamic Focus Query language supports AND and OR boolean operators to combine multiple filter conditions into a single inline query string. Values that contain spaces, colons, or other special characters must be wrapped in double quotes to be parsed correctly. Parentheses can be used to group conditions and control evaluation precedence, enabling complex multi-dimensional queries within the Infrastructure Map, Analytics, and other Instana views.
Full explanation below image
Full Explanation
Instana's Dynamic Focus Query language supports AND and OR boolean operators to combine multiple filter conditions into a single inline query string. Values that contain spaces, colons, or other special characters must be wrapped in double quotes to be parsed correctly. Parentheses can be used to group conditions and control evaluation precedence, enabling complex multi-dimensional queries within the Infrastructure Map, Analytics, and other Instana views. The correct answer is 'AND and OR keywords combine conditions inline, with values containing spaces or special characters wrapped in double quotes'. The incorrect options — 'Conditions are separated by semicolons and are always evaluated with implicit OR logic between them', 'Each condition must be submitted as a separate query object in a JSON array since inline combination is not supported', 'Dynamic Focus Queries support only a single filter condition; additional conditions require separate saved queries' — are wrong because they do not align with IBM Instana's architecture or recommended practices for this scenario. Understanding this concept is essential for the Domain 2: Configuration domain of the IBM Instana Observability certification.