Search

Overview

Search is your window into every event, signal and threat Secure60 has ingested. Use it to investigate an incident, hunt for suspicious activity, validate a detection, or just answer “what happened?”. The page pairs a guided query builder with a fast results explorer — a colour-coded log view, an interactive timeline, a browsable field rail, and one-click actions to filter, build rules, and export.

Everything you do is captured in the page URL, so any view you build can be shared as a link or saved as a View and returned to later.

Search uses the Secure60 query language throughout. This page covers the interface; for the full grammar (operators, wildcards, regex, functions, grouping) see the Query Syntax reference.


The Search page: the query bar with Views, Type and query box across the top, the time-bucketed histogram below it, the Common Fields rail on the left, the results toolbar (Raw / Table, Comfortable / Compact, Wrap, Clamp, Colour by, Columns) and the colour-coded result rows with a left severity rail and per-event meta pills

The Search page — query bar and histogram up top, the Common Fields rail on the left, and colour-coded results with the layout toolbar.


1. The query bar

The bar across the top is where you scope a search:


2. The query builder (autocomplete)

Clicking the query box opens an inline builder that walks you through Secure60 query syntax one token at a time — you never have to memorise the grammar.

The query builder open below the search box, showing the field stage: an Open search hint at the top, a start-a-bracket-group option, then the list of fields discovered in the current results with presence percentages, and functions such as isField and isInList

The builder suggests fields, operators and values in turn, and offers open-search, grouping and functions.

As you build, the suggestions change to match where your cursor is:

Press Enter to run, Esc to close. The full grammar is documented under Query Syntax.

Two kinds of filter. The text you build here is the query. Quick filters you add from the field rail or a result row are kept separately as removable filter chips (shown beneath the bar) and combined with your query automatically.


3. The Common Fields rail

The rail on the left lets you explore your data field-by-field without writing any query:


4. The timeline histogram

The histogram shows event volume over your selected time range.


5. The results explorer

The results toolbar controls how rows are displayed; the choices persist in the URL and in saved Views.

The Columns picker: a Selected tray listing the chosen columns with reorder up/down, pin, per-column wrap and remove controls, then the fields found in the current results each with a type tag and presence percentage, and a free-text box to add any field by name

The Columns picker — choose fields (with presence %), reorder, pin (freeze-left), set per-column wrap, or add any field by name.

Columns

In Table mode, Columns opens a picker that lists the fields actually present in your results (with presence %), the CIM catalogue, and a free-text box to add any field by name. The Selected tray lets you reorder, pin (freeze-left), set per-column wrap, and remove columns. Timestamp stays pinned; the table scrolls horizontally for wide column sets. Sort by clicking a column header.


6. Investigating an event

Click any row to expand it.

An expanded event showing the Parsed fields and Raw JSON tabs, the resolved severity, and per-field action icons to filter for, filter out and add as column; the Rule select control and the row actions menu are shown at the top of the detail panel

An expanded event: Parsed fields / Raw JSON tabs, the resolved severity, and per-field filter, add-column and rule actions.

From the expanded detail you can:


7. Filters, chips and the shareable URL

Quick filters added from the rail, a row, or a text selection appear as filter chips beneath the search bar. Remove a chip with its and the search re-runs without it.

The complete state of the page — query, filter chips, time range, type, layout, density, wrap, colour-by, and your columns — lives in the page URL. That means you can copy the link to hand an exact view to a teammate, or bookmark it. Loading the link (or a saved View) restores the workspace precisely.


8. Saved Views

Use Views to keep searches you return to often:


9. Exporting

From the query bar’s menu:


Tips

  1. Start broad, then narrow. Begin with an open-search term or a single field, read the histogram and field rail, then add filter chips to zero in.
  2. Let colour guide triage. Leave Colour by: Auto on to spot failures and high-severity events at a glance; the rail’s source field is shown in the detail panel.
  3. Build views per workflow. A “rules-engine debugging” view and an “auth failures” view can each pin their own columns, colour field and meta pills.
  4. Turn findings into rules. When a search surfaces something worth catching every time, use Rule select → Create New Rule straight from the event.

For the full query language, see Query Syntax.

Back to top