From 224e30c0eedddb4b43265436dbba9110b2dad76f Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Fri, 8 Apr 2022 17:31:15 -0400 Subject: [PATCH] Change localized table layout --- salt/sensoroni/files/analyzers/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/salt/sensoroni/files/analyzers/README.md b/salt/sensoroni/files/analyzers/README.md index d67dfc133..44b809c16 100644 --- a/salt/sensoroni/files/analyzers/README.md +++ b/salt/sensoroni/files/analyzers/README.md @@ -194,13 +194,13 @@ Users in SOC will be able to view the entire JSON output, therefore it is import Some of the built-in analyzers use snake_case summary values, instead of human friendly words or phrases. These are identifiers that the SOC UI will use to lookup a localized translation for the user. The use of these identifiers is not required for custom analyzers. In fact, in order for an identifier to be properly localized the translations must exist in the SOC product, which is out of scope of this development guide. That said, the following generic translations might be useful for custom analyzers: -| Identifier | Language | Translation | -| ------------------ | -------- | -------------------------- | -| `malicious` | English | Malicious | -| `suspicious` | English | Suspicious | -| `harmless` | English | Harmless | -| `internal_failure` | English | Analyzer Internal Failure | -| `timeout` | English | Remote Host Timed Out | +| Identifier | English | +| ------------------ | -------------------------- | +| `malicious` | Malicious | +| `suspicious` | Suspicious | +| `harmless` | Harmless | +| `internal_failure` | Analyzer Internal Failure | +| `timeout` | Remote Host Timed Out | #### Timeout