Skip to content

Commit 1deb333

Browse files
committed
MTA-3259: Documentation For accessing unmatched rules
Signed-off-by: A.Arnold <[email protected]>
1 parent 17c648d commit 1deb333

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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 analysis details and select the `issues.yaml` file.
18+
. For each ruleset, there is an *unmatched* section that lists the rule IDs that do not find match rules.
19+
+
20+
image::unmatched-rules.png[unmatched rule IDs in issues.yaml]
128 KB
Loading

docs/web-console-guide/master.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ include::topics/proc_analyzing-an-application.adoc[leveloffset=+2]
210210
include::topics/mta-web-configuring-and-running-an-application-analysis.adoc[leveloffset=+3]
211211
//include::topics/proc_displaying-the-analysis-details.adoc[leveloffset=+3]
212212
include::topics/mta-web-reviewing-an-analysis-report.adoc[leveloffset=+3]
213+
include::topics/accessing-unmatched-rules.adoc[leveloffset=+3]
213214
include::topics/mta-web-downloading-an-analysis-report.adoc[leveloffset=+3]
214215

215216
include::topics/mta-web-creating-custom-migration-targets.adoc[leveloffset=+2]

0 commit comments

Comments
 (0)