Building a KHIKA App

From khika
Revision as of 11:26, 20 June 2019 by Rajesh kulkarni (talk | contribs) (Created page with "When you decide to integrate a data source for which you do not have a ready made KHIKA App, you will need to develop your own KHIKA App. A KHIKA App consists of following com...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

When you decide to integrate a data source for which you do not have a ready made KHIKA App, you will need to develop your own KHIKA App. A KHIKA App consists of following components.

  • An Adapter required for parsing the data and converting into KHIKA Data Format
  • Enrichment Rules (optional)
  • Alerts and Correlations (optional)
  • Visualizations and Dashboards (optional)
  • Custom Reports (optional)

Except for the KHIKA Adapter, all the other components are optional.There are dedicated sections of documentation explaining the individual components and how to create them. We encourage you to read it before creating your App. All the KHIKA Apps are open source and you can download them and study the contents.