Skip to content

Commit aae7fdb

Browse files
Merge pull request #269183 from rcdun/fix_mcc_docs_link
Fix MCC configuration for QoE data product
2 parents 31ac59b + 23e5fe3 commit aae7fdb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/operator-insights/concept-mcc-data-product.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ To use the Quality of Experience - Affirmed MCC Data Product:
6969
1. [Install the Azure Operator Insights ingestion agent and configure it to upload data](set-up-ingestion-agent.md).
7070

7171
Alternatively, you can provide your own ingestion agent.
72+
1. Configure your Affirmed MCCs to send EDRs to the ingestion agent. See [Configuration for Affirmed MCCs](#configuration-for-affirmed-mccs).
7273

7374
## Requirements for the Azure Operator Insights ingestion agent
7475

@@ -118,19 +119,18 @@ The ingestion agent must use MCC EDRs as a data source.
118119
119120
For more information about all the configuration options, see [Configuration reference for Azure Operator Insights ingestion agent](ingestion-agent-configuration-reference.md).
120121

121-
### Configure Affirmed MCCs
122+
## Configuration for Affirmed MCCs
122123

123-
Once the agents are installed and running, configure the MCCs to send EDRs to them.
124+
When you have installed and configured your ingestion agents, configure the MCCs to send EDRs to them.
124125

125-
1. Follow the steps under "Generating SESSION, BEARER, FLOW, and HTTP Transaction EDRs" in the [Affirmed Networks Active Intelligent vProbe System Administration Guide](https://manuals.metaswitch.com/vProbe/latest/vProbe_System_Admin/Content/02%20AI-vProbe%20Configuration/Generating_SESSION__BEARER__FLOW__and_HTTP_Transac.htm) (only available to customers with Affirmed support), making the following changes:
126+
Follow the steps in "Generating SESSION, BEARER, FLOW, and HTTP Transaction EDRs" in the [Affirmed Networks Active Intelligent vProbe System Administration Guide](https://manuals.metaswitch.com/vProbe/latest) (only available to customers with Affirmed support), making the following changes:
126127

127-
- Replace the IP addresses of the MSFs in MCC configuration with the IP addresses of the VMs running the ingestion agents.
128+
- Replace the IP addresses of the MSFs in MCC configuration with the IP addresses of the VMs running the ingestion agents.
129+
- Confirm that the following EDR server parameters are set.
128130

129-
- Confirm that the following EDR server parameters are set.
130-
131-
- port: 36001
132-
- encoding: protobuf
133-
- keep-alive: 2 seconds
131+
- `port`: 36001
132+
- `encoding`: protobuf
133+
- `keep-alive`: 2 seconds
134134

135135
## Related content
136136

0 commit comments

Comments
 (0)