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
  • IMS 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
      • View the dashboards

Provide data

In your copy of the ims-performance-analyzer-elastic repository, the file imspa-sample-data/imspa_sample_data.zip contains sample data from IMS Performance Analyzer.

Forwarding the sample data

  1. Unzip the file

  2. Use a TCP forwarder to send the sample data file, imspa_sample_data.jsonl, to the listening TCP port.

For example, via socat:

socat -u imspa_sample_data.jsonl TCP4:localhost:5046

or ncat:

ncat --send-only -v localhost 5046 < imspa_sample_data.jsonl
Last Updated: 2/21/23, 4:27 PM
Contributors: Viaceslavas Michalkevicius
Prev
Customize Kibana space settings
Next
View the dashboards