Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel2
typeflat

...

Select Create field in the search window toolbar, then select the Values operation. You need to specify at one argument:

Argument

Data type

Map mandatory

Map

Note

Use the Make Map (mkmap) operation to convert a field to map data type.

...

You can copy the following LINQ script and try the above example on the siem.logtrust.web.activity table. Keep in mind that you must download and upload the file provided before to your Devo domain.

Code Block
from siem.logtrust.web.activity
  select {serverPort: srcPort} as map,
    values(map) as Values

...