User Tools

Site Tools


alarm_analysis:resilient_data_transfer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
alarm_analysis:resilient_data_transfer [2018/02/21 12:39] sualarm_analysis:resilient_data_transfer [2022/02/28 13:52] su
Line 11: Line 11:
 Data is gathered from serial feed and relayed via a Data Core Node from the Process Information Network to an App Store Connect on the Business Network. The relay is configured for Resilient Data Transfer. Data is gathered from serial feed and relayed via a Data Core Node from the Process Information Network to an App Store Connect on the Business Network. The relay is configured for Resilient Data Transfer.
  
-{{ :alarm_analysis:alarmanalysisresilientdatatransfer.png |}}+{{ :alarm_analysis:alarm_analysis_network_architectures.png |}}
  
 A two box installation is required, with the following Data Core configuration: A two box installation is required, with the following Data Core configuration:
Line 127: Line 127:
 ==== 5. Testing ==== ==== 5. Testing ====
  
-Assuming that the TCP Printer Stream configured above is listening to an active stream, we should see evidence of Alarm & Event messages being collected in the PIN and BN Big Data repositories.+Assuming that the TCP Printer Stream configured above is listening to an active Alarm & Event stream, we should see evidence of data store to the Big Data repositories on the PIN and BN
 + 
 +A quick test is to execute a URL search query. 
 + 
 +1. Log on to servers hosting Data Core Node 
 + 
 +Open web browser and enter 
 +<code> http://localhost:9200/_cat/indices/tcpprinterstream.evt_*?v </code> 
 + 
 +A "doc.count" greater than zero indicates Alarm & Event data is successfully stored. 
 + 
 +<code> 
 +health status index                          pri rep docs.count docs.deleted store.size pri.store.size  
 +green  open   tcpprinterstream.evtidx_201802             10            0    211.7kb        211.7kb  
 +</code> 
 + 
 +A "doc.count" field  
 + 
 +2. Log on to servers hosting App Store Connect 
 + 
 +Open web browser and enter 
 +<code> http://localhost:9200/_cat/indices/tcpin.evt_*?v </code> 
 + 
 +You should expect to see something like: 
 + 
 +<code> 
 +health status index                          pri rep docs.count docs.deleted store.size pri.store.size  
 +green  open   tcpin.evtidx_201802              2           10           10    211.7kb        211.7kb  
 +</code> 
 + 
 +A "doc.count" greater than zero indicates Alarm & Event data is successfully stored. 
 + 
 +A "docs.deleted" greater than zero indicates events are arriving on both fast and resilient streams. The data consolidation process marks a duplicate data document for deletion. This is an active measure and clears to zero over time. 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
  
  
alarm_analysis/resilient_data_transfer.txt · Last modified: 2023/12/29 13:41 by su