Skip to content

[DOCS-10653] Obs Pipelines OCSF Custom Configuration #28892

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6cb7bb9
add ocsf custom mapping shortcode and to all use cases
maycmlee Apr 10, 2025
6884b38
add throttle shortcode and to all use cases
maycmlee Apr 10, 2025
022b00f
small edit
maycmlee Apr 10, 2025
9a20ea4
another small edit
maycmlee Apr 10, 2025
875fe60
update quota for s3
maycmlee Apr 10, 2025
5afa850
add throttle ref doc, ref list, nav
maycmlee Apr 10, 2025
af08dce
Apply suggestions from code review
maycmlee Apr 16, 2025
70ecfff
fix ocsf custom mapping links
maycmlee Apr 16, 2025
50bf54a
update throttle
maycmlee Apr 17, 2025
526fe62
remove quota update
maycmlee Apr 17, 2025
4b8cd83
remove quotas links
maycmlee Apr 17, 2025
f2f0f48
update sample processor
maycmlee Apr 21, 2025
436d99d
Merge branch 'master' into may/obs-pipelines-2.5-components
maycmlee Apr 21, 2025
8ec4bc1
add custom config doc
maycmlee Apr 21, 2025
5dad014
updates
maycmlee Apr 21, 2025
1aad8ad
add fourth-level nav item
maycmlee Apr 21, 2025
ac14b4d
edits
maycmlee Apr 22, 2025
3b426f0
Update layouts/shortcodes/observability_pipelines/processors/throttle.md
maycmlee Apr 22, 2025
6b7e250
Apply suggestions from code review
maycmlee Apr 22, 2025
5e4d309
Update content/en/observability_pipelines/processors/remap_ocsf/custo…
maycmlee Apr 23, 2025
b86aac7
updates
maycmlee Apr 24, 2025
df48e95
Merge branch 'master' into may/op-ocsf-custom-configuration
maycmlee Apr 24, 2025
a1e4942
Merge branch 'master' into may/obs-pipelines-2.5-components
maycmlee Apr 24, 2025
50b0c47
Merge branch 'may/obs-pipelines-2.5-components' into may/op-ocsf-cust…
maycmlee Apr 24, 2025
a313033
updates
maycmlee Apr 24, 2025
09fb946
small edits
maycmlee Apr 24, 2025
6d82b9b
update title and add link
maycmlee Apr 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5558,6 +5558,11 @@ menu:
parent: observability_pipelines_processors
identifier: observability_pipelines_processors_remap_ocsf
weight: 913
- name: Custom Mapping Configuration Format
url: observability_pipelines/processors/remap_ocsf/custom_mapping_configuration_format
parent: observability_pipelines_processors_remap_ocsf
identifier: observability_pipelines_processors_remap_ocsf_custom_mapping_configuration_format
weight: 9131
- name: Sample
url: observability_pipelines/processors/sample
parent: observability_pipelines_processors
Expand All @@ -5573,6 +5578,11 @@ menu:
parent: observability_pipelines_processors
identifier: observability_pipelines_processors_split_array
weight: 916
- name: Throttle
url: observability_pipelines/processors/throttle
parent: observability_pipelines_processors
identifier: observability_pipelines_processors_throttle
weight: 917
- name: Destinations
url: observability_pipelines/destinations/
parent: observability_pipelines
Expand Down
1 change: 1 addition & 0 deletions content/en/observability_pipelines/processors/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Use Observability Pipelines' processors to parse, structure, and enrich your log
{{< nextlink href="observability_pipelines/processors/sample" >}}Sample{{< /nextlink >}}
{{< nextlink href="observability_pipelines/processors/split_array" >}}Split array{{< /nextlink >}}
{{< nextlink href="observability_pipelines/processors/sensitive_data_scanner" >}}Sensitive Data Scanner{{< /nextlink >}}
{{< nextlink href="observability_pipelines/processors/throttle" >}}Throttle{{< /nextlink >}}
{{< /whatsnext >}}

[1]: https://app.datadoghq.com/observability-pipelines
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Remap to OCSF Processor
disable_toc: false
---

{{% observability_pipelines/processors/remap_ocsf %}}

{{% collapse-content title="Library mapping" level="h5" expanded=false id="library_mapping" %}}

{{% observability_pipelines/processors/remap_ocsf_library_mapping %}}

{{% /collapse-content %}}

{{% collapse-content title="Custom mapping" level="h5" expanded=false id="custom_mapping" %}}

{{% observability_pipelines/processors/remap_ocsf_custom_mapping %}}

{{% /collapse-content %}}

{{% observability_pipelines/processors/filter_syntax %}}

Loading
Loading