Document toolboxDocument toolbox

Build a query in the search window

The search window toolbar includes quick access to all these groups of operations for data querying.

Operations over fields window

The Operations over fields window opens when you select one of the operations above mentioned. This is where you define the required function and select the arguments needed for your query.

(5) Create field and (1) Aggregate tabs

The Create field and Aggregate tabs contain the same fields. Both types of operations create a new field to contain the results of the selected operation performed on the selected argument(s), or fields.

For example, the capture below shows an aggregation that will add a new count field.

Note that you must group your data before performing an aggregation operation, so the Aggregate tab will not be visible if your data is not grouped.

The Create field tab includes buttons to filter the list of operations according to their case sensitivity. Some operations have a case sensitive and case insensitive version, so you can use these buttons to show only the version you need.

(4) Filter and (3) Filter OR tabs

The Filter and Filter OR tabs contain different fields and options because a filter doesn't add a field; but rather the results of the selected operation performed on the selected argument(s) will be the inclusion or exclusion of rows from the query data. For example, the capture below shows a filter that will exclude (negated) records that contain a value in the countMethod field that is less than or equal to 150.

Just like the Create field tab, the Filter tab includes buttons to show only case insensitive or case insensitivity versions of those operations that have both options.

(2) Group tab

The Group tab contains a selector where you can choose the time period by which you want to group your data. Furthermore, you can also select No-time-based if you don't want to group by time. In the capture below we are grouping the data in the uri and method fields every 15 minutes.

In most of the tabs, you need to select an Operation from the drop-down list, then click New argument to activate the field where you identify the necessary arguments. These two fields are interdependent. That is to say, the system will automatically validate or reject certain arguments based on the operation you have selected. Similarly, the system will identify valid operations in green and invalid operations in orange based on any arguments you have selected. 

For example, the capture below shows that for the selected arguments, the operations that can be performed on that type of field are in green, while the invalid operations are shown in orange.

Each operation requires a specific number or type of argument(s). In some cases, you can also enter free text as an argument.

For more information about an operation's requirements, click the info icon next to the Main operation field.

This operation has only one format, but some others accept different combinations, which are always indicated in the information section (e.g. the Rounding (round) operation has two different formats: round(arg_1) → result and round(arg_1, arg_2) → result). You can also check the number of arguments needed (in this case two) and the required format of the data you link to each argument (string, integer, float...).

Hints

  • If you have too many or insufficient arguments, the system will automatically send you a warning message.

  • If you haven't chosen the proper arguments, the system will automatically notify you.