Versions Compared

Key

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

...

You can apply this operation either as a Filter or Create columnfield operation:

Filter

Creates a filter that returns only those strings including a specific token, ignoring case. Optionally, you can add one or two boolean values to extend the left and right length of the token.

Create columnfield

Adds a new Boolean column that shows true when a specific token is present in a given string, ignoring case. Optionally, you can add one or two boolean values to extend the left and right length of the token.

...

How does it work in the operations window?

Select Filter / Create column field in the search window toolbar, then select the Contains tokens - case insensitive operation. This operation requires at least two arguments (Value and contains). Optionally, you can add the right extended and left extended arguments to expand the length of the token.

Argument

Data type

More information

Value mandatory

string

-

contains mandatory

string

-

left extended

boolean

Add this argument if you want to get strings that contain the indicated token with alphanumerical values to the left.

For example, if you enter 10 as a token and set the left extended argument to true, you will get strings containing, for example, -10- or .10. but also abc10- or 12310-

right extended

boolean

Add this argument if you want to get strings that contain the indicated token with alphanumerical values to the right.

For example, if you enter 10 as a token and set the right extended argument to true, you will get strings containing, for example, -10- or .10. but also -10abc or -10123

...

The arguments needed for the filter are:

  • Value - headers columnfield

  • contains - Click the pencil icon and enter language

...

Click Filter data and you will see the following result. As you can see, events containing the token language appear, but also Language.

...

Click Create columnfield and follow the same steps to add a new Boolean column that shows true when the conditions explained above are met.

...