Skip to content

Commit 21a23d1

Browse files
authored
Merge pull request migtools#30 from anarnold97/MTA-3259-Accessing-unmatched-rules
MTA-3259: Documentation For accessing unmatched rules
2 parents 95d8562 + 5e825a7 commit 21a23d1

File tree

4 files changed

+27
-1
lines changed

4 files changed

+27
-1
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * docs/web-console-guide/master.adoc
4+
5+
:_content-type: PROCEDURE
6+
[id="accessing-unmatched-rules_{context}"]
7+
= Accessing unmatched rules
8+
9+
To access unmatched rules, you must run the analysis with enhanced logging enabled.
10+
11+
. Navigate to *Advanced* under *Application analysis*.
12+
. Select *Options*.
13+
. Check *Enhanced advanced analysis details*.
14+
15+
When you run an analysis:
16+
17+
. Navigate to *Reports* in the side drawer.
18+
. Click *View analysis details*, which opens the YAML/JSON format log view.
19+
. Select the `issues.yaml` file.
20+
. For each ruleset, there is an *unmatched* section that lists the rule IDs that do not find match rules.
21+
+
22+
image::unmatched-rules.png[unmatched rule IDs in issues.yaml]
128 KB
Loading

docs/topics/mta-7-installing-web-console-on-openshift.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99

1010
You can install the {ProductName} ({ProductShortName}) {WebName} on all Red Hat OpenShift cloud services and Red Hat OpenShift self-managed editions.
1111

12-
IMPORTANT: To be able to create {ProductShortName} instances, you must first install the {ProductShortName} Operator.
12+
[IMPORTANT]
13+
====
14+
To be able to create {ProductShortName} instances, you must first install the {ProductShortName} Operator.
15+
====
1316

1417
The {ProductShortName} Operator is a structural layer that manages resources deployed on OpenShift, such as database, front end, and back end, to automatically create an {ProductShortName} instance.
1518

docs/web-console-guide/master.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ include::topics/mta-web-configuring-and-running-an-application-analysis.adoc[lev
218218

219219
//include::topics/proc_displaying-the-analysis-details.adoc[leveloffset=+3]
220220
include::topics/mta-web-reviewing-an-analysis-report.adoc[leveloffset=+3]
221+
include::topics/accessing-unmatched-rules.adoc[leveloffset=+3]
221222
include::topics/mta-web-downloading-an-analysis-report.adoc[leveloffset=+3]
222223
include::topics/mta-web-controlling-tasks-with-task-manager.adoc[leveloffset=+2]
223224
include::topics/mta-web-reviewing-a-task-log.adoc[leveloffset=+3]

0 commit comments

Comments
 (0)