Skip to content

Commit

Permalink
Merge pull request #90 from ryanplasma/pipeline_highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
sifex authored Jul 2, 2024
2 parents 24880b7 + f3c4942 commit 81ade41
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/digging-deeper/pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Map a field name in the sigma rule to a field name used in your logs.

::: code-group

```yaml [/pipelines/transformation_demo.yml]{4-7}
```yaml [/pipelines/transformation_demo.yml]{5-9}
name: transformation_demo
priority: 100
transformations:
Expand All @@ -196,7 +196,7 @@ Map a field name prefix to replace it with another prefix.

::: code-group

```yaml [/pipelines/transformation_demo.yml]{4-6}
```yaml [/pipelines/transformation_demo.yml]{5-7}
name: transformation_demo
priority: 100
transformations:
Expand All @@ -221,7 +221,7 @@ Deletes detection items. Some sort of condition is recommended but not required.

::: code-group

```yaml [/pipelines/transformation_demo.yml]{4-6}
```yaml [/pipelines/transformation_demo.yml]{6-10}
name: transformation_demo
priority: 100
transformations:
Expand Down Expand Up @@ -250,7 +250,7 @@ Add a field name suffix. field_name_conditions are not required, but are recomme

::: code-group

```yaml [/pipelines/transformation_demo.yml]{4-6}
```yaml [/pipelines/transformation_demo.yml]{5-6}
name: transformation_demo
priority: 100
transformations:
Expand All @@ -275,7 +275,7 @@ Add a field name prefix.

::: code-group

```yaml [/pipelines/transformation_demo.yml]{4-6}
```yaml [/pipelines/transformation_demo.yml]{5-6}
name: transformation_demo
priority: 100
transformations:
Expand All @@ -296,7 +296,7 @@ Replaces placeholders with wildcards. This transformation is useful if remaining

::: code-group

```yaml [/pipelines/transformation_demo.yml]{4-6}
```yaml [/pipelines/transformation_demo.yml]{5}
name: transformation_demo
priority: 100
transformations:
Expand All @@ -316,7 +316,7 @@ Replaces placeholders with values contained in variables defined in the configur

::: code-group

```yaml [/pipelines/value_placeholders_test.yml]
```yaml [/pipelines/value_placeholders_test.yml]{2-10}
name: value_placeholder_pipeline
vars:
administrator_name:
Expand Down Expand Up @@ -359,7 +359,7 @@ list lookup expressions which are passed to the resulting query.

::: code-group

```yaml [/pipelines/transformation_demo.yml]{4-6}
```yaml [/pipelines/transformation_demo.yml]{5-8}
name: transformation_demo
priority: 100
transformations:
Expand Down Expand Up @@ -392,7 +392,7 @@ If template is set to True the condition values are interpreted as string templa

::: code-group

```yaml [/pipelines/transformation_demo.yml]{4-6}
```yaml [/pipelines/transformation_demo.yml]{5-7}
name: transformation_demo
priority: 100
transformations:
Expand All @@ -417,7 +417,7 @@ Replace log source as defined in transformation parameters.

::: code-group

```yaml [/pipelines/transformation_demo.yml]{4-6}
```yaml [/pipelines/transformation_demo.yml]{5-6}
name: transformation_demo
priority: 100
transformations:
Expand Down Expand Up @@ -445,7 +445,7 @@ This is basically an interface to `re.sub()` and can use all features available

::: code-group

```yaml [/pipelines/transformation_demo.yml]{4-6}
```yaml [/pipelines/transformation_demo.yml]{5-7}
name: transformation_demo
priority: 100
transformations:
Expand Down Expand Up @@ -476,7 +476,7 @@ A variable that is set within the processing pipeline and can serve for differen
- `val`: The values to assign to the key
::: code-group

```yaml [/pipelines/transformation_demo.yml]{4-6}
```yaml [/pipelines/transformation_demo.yml]{5-7,9-14}
name: transformation_demo
priority: 100
transformations:
Expand Down Expand Up @@ -511,7 +511,7 @@ Raise a SigmaTransformationError with the provided message. This enables transfo

::: code-group

```yaml [/pipelines/transformation_demo.yml]{4-6}
```yaml [/pipelines/transformation_demo.yml]{5-6}
name: transformation_demo
priority: 100
transformations:
Expand All @@ -536,7 +536,7 @@ Raise a SigmaTransformationError with the provided message. This enables transfo

::: code-group

```yaml [/pipelines/transformation_demo.yml]{4-6}
```yaml [/pipelines/transformation_demo.yml]{5-6}
name: transformation_demo
priority: 100
transformations:
Expand Down

0 comments on commit 81ade41

Please sign in to comment.