z Open Dataz Open Data
Overview
  • odp-elastic-samples
  • odp-prometheus-samples
  • cics-performance-analyzer-elastic
  • ims-performance-analyzer-elastic
  • transaction-analysis-workbench-elastic
  • ims-connect-extensions-analysis-splunk
  • Db2 Query Monitor Starter Dashboards
  • Instana Configuration Topics
GitHub
Overview
  • odp-elastic-samples
  • odp-prometheus-samples
  • cics-performance-analyzer-elastic
  • ims-performance-analyzer-elastic
  • transaction-analysis-workbench-elastic
  • ims-connect-extensions-analysis-splunk
  • Db2 Query Monitor Starter Dashboards
  • Instana Configuration Topics
GitHub
  • CICS Performance Analyzer Elastic samples

    • Overview

      • Introduction
      • Requirements
    • Configuring Elastic

      • Elasticsearch ILM policy
      • Elasticsearch index template
      • Logstash pipeline
      • Kibana settings
    • Installing the dashboards

      • Overview
      • Create a Kibana space for the bundle
      • Import Kibana saved objects
      • Customize Kibana space settings
      • Provide data
      • Transform DSA and storage data
      • View the dashboards

Provide data

The CICS SupportPac "CA10:CICS Performance Analyzer for z/OS - Output to JSON Lines" contains sample data and information on how to forward JSON Lines data from CICS Performance Analyzer.

Forwarding the sample data

  1. Download the sample data

  2. Unzip the file

  3. Use a TCP forwarder to send the sample data file, cicspa_sample_data.1.0.0.jsonl, to the listening TCP port.

For example, via socat:

socat -u cicspa_sample_data.1.0.0.jsonl TCP4:localhost:5046

or ncat:

ncat --send-only -v localhost 5046 < cicspa_sample_data.1.0.0.jsonl
Last Updated: 2/28/23, 3:56 PM
Contributors: Daniel Lalwet, Viaceslavas Michalkevicius
Prev
Customize Kibana space settings
Next
Transform DSA and storage data