Change the HLA Data input stream number for MID serverSummary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } In some secenario's customer want to change the HLA Data Input stream number for MID server from 10 to 15. By default there are only 10 data input Stream for each MID server. In the ServiceNow documentation we have updated , The default maximum number of data inputs streaming logs to a single MID Server is 10. You can modify this number in the MID Server properties. By default, a MID server can only be associated with a maximum of 10 Data Inputs as the max capacity. This property can be configured using 'sn.occ.log_ingestion.max_datainputs_per_mid' under 'ecc_agent_property’. Related Links<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Below are the recommendations to be considered on increasing the maximum number of data inputs streaming logs to a single MID ServerIn any event, We do not recommend editing these properties. More than 10 Data Inputs's on 1 mid would only be a good idea if there was VERY low throughput volume on each of the Data Input. It's not just the number of Data Inputs, it's also a limitation of EPS (events per second) that 1 mid can handle, of course the larger hardware there is on the mid, the better it can be at processing, but even then there are limitations that is why we have set the default as 10 Data Inputs per MID Server.