Skip to content

Commit 106404c

Browse files
committed
Add parser troubleshooting guide
1 parent 5e5a0af commit 106404c

File tree

7 files changed

+175
-215
lines changed

7 files changed

+175
-215
lines changed

cid-redirects.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2885,7 +2885,8 @@
28852885
"/Cloud_SIEM_Enterprise/CSE_Schema/Field_Mapping_for_Security_Event_Sources": "/docs/cse/schema/field-mapping-security-event-sources",
28862886
"/Cloud_SIEM_Enterprise/CSE_Schema/Parser_Editor": "/docs/cse/schema/parser-editor",
28872887
"/docs/send-data/parse-data/parser-editor": "/docs/cse/schema/parser-editor",
2888-
"/Cloud_SIEM_Enterprise/CSE_Schema/Parser_Editor/Parser_Troubleshooting_Tips": "/docs/cse/schema/parser-troubleshooting-tips",
2888+
"/Cloud_SIEM_Enterprise/CSE_Schema/Parser_Editor/Parser_Troubleshooting_Tips": "/docs/cse/troubleshoot/troubleshoot-parsers",
2889+
"/docs/cse/schema/parser-troubleshooting-tips": "/docs/cse/troubleshoot/troubleshoot-parsers",
28892890
"/Cloud_SIEM_Enterprise/CSE_Schema/Username_and_Hostname_Normalization": "/docs/cse/schema/username-and-hostname-normalization",
28902891
"/Cloud_SIEM_Enterprise/CSE_Sensors": "/docs/cse/sensors",
28912892
"/Cloud_SIEM_Enterprise/CSE_Sensors/01_Sensor_Download_Locations": "/docs/cse/sensors/sensor-download-locations",

docs/cse/schema/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,4 @@ This guide has information about Cloud SIEM schemas. In this section, we'll intr
6969
<p>Learn how to import YARA rules from GitHub into Cloud SIEM.</p>
7070
</div>
7171
</div>
72-
<div className="box smallbox card">
73-
<div className="container">
74-
<a href="/docs/cse/schema/parser-troubleshooting-tips"><img src={useBaseUrl('img/icons/operations/schema.png')} alt="Flow diagram icon" width="40"/><h4>Parser Troubleshooting</h4></a>
75-
<p>Learn how to troubleshoot problems with parsers.</p>
76-
</div>
77-
</div>
7872
</div>

docs/cse/schema/parser-editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ description: Learn how to use the Parser Editor to configure and test a custom p
88
import useBaseUrl from '@docusaurus/useBaseUrl';
99
import Iframe from 'react-iframe';
1010

11-
This topic has instructions for using the Sumo Logic parser editor. You can use the editor to customize system parsers, and to create your own custom parsers. We provide [parser templates](#parser-templates) that you can use as a starting point for creating custom parsers.
11+
This article has instructions for using the Sumo Logic parser editor. You can use the editor to customize system parsers, and to create your own custom parsers. We provide [parser templates](#parser-templates) that you can use as a starting point for creating custom parsers.
1212

1313
For a complete list of standard parsers, see [Parsers](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/parsers/README.md) in the [Cloud SIEM Content Catalog](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/README.md).
1414

1515
See additional articles for more information about the Sumo Logic Cloud SIEM parsers:
1616
* [Parsing Language Reference Guide](/docs/cse/schema/parsing-language-reference-guide)
1717
* [Parsing Patterns](/docs/cse/schema/parsing-patterns)
18-
* [Parser Troubleshooting](/docs/cse/schema/parser-troubleshooting-tips)
18+
* [Troubleshoot Parsers](/docs/cse/troubleshoot/troubleshoot-parsers)
1919

2020
:::note
2121
The instructions that follow assume that you have already written your parser code.

docs/cse/schema/parser-troubleshooting-tips.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)