@@ -46,7 +46,7 @@ The following distributions and versions include only Azure-endorsed Linux vendo
46
46
- CentOS 8, 7, 6.5+
47
47
- Oracle Linux 7, 6.4+
48
48
- OpenSUSE 13.1+
49
- - SUSE Linux Enterprise Server 12
49
+ - SUSE Linux Enterprise Server 12 SP5
50
50
- Debian 9, 8, 7
51
51
- Red Hat Enterprise Linux (RHEL) 7.9
52
52
- Alma Linux 8
@@ -68,7 +68,7 @@ To install Python 2, run one of the following sample commands:
68
68
- Ubuntu, Debian: ` apt-get install -y python2 `
69
69
- SUSE: ` zypper install -y python2 `
70
70
71
- The ` python2 ` executable file must be aliased to * python* .
71
+ The ` python2 ` executable file must be aliased to ` python ` .
72
72
73
73
1 . Run the following command to remove any existing aliases.
74
74
@@ -553,7 +553,7 @@ The Azure Monitor Metrics feature of the Azure portal uses the data in this tabl
553
553
- ` WADMetrics `
554
554
- The ` "scheduledTransferPeriod" ` for the aggregated values stored in the table
555
555
- ` P10DV2S `
556
- - A date, in the form " YYYYMMDD" , which changes every 10 days
556
+ - A date, in the form * YYYYMMDD* , which changes every 10 days
557
557
558
558
Examples include ` WADMetricsPT1HP10DV2S20170410 ` and ` WADMetricsPT1MP10DV2S20170609 ` .
559
559
@@ -585,7 +585,7 @@ When you specify `syslogEvents`, LAD always writes data to a table in Azure Stor
585
585
The partitioning behavior for this table is the same as described for ` performanceCounters ` . The table name is the concatenation of these strings:
586
586
587
587
- ` LinuxSyslog `
588
- - A date, in the form " YYYYMMDD" , which changes every 10 days
588
+ - A date, in the form * YYYYMMDD* , which changes every 10 days
589
589
590
590
Examples include ` LinuxSyslog20170410 ` and ` LinuxSyslog20170609 ` .
591
591
0 commit comments