...
- Create a directory called /usr/local/omk/conf/table_schemas
- Copy the specific view configuration file that requires modification from /usr/local/omk/lib/json/opEventsopCharts/table_schemas/ into /usr/local/omk/conf/table_schemas.
- Only the necessary json files should be copied to the /usr/local/omk/conf/table_schemas directory as having unecessary config files in this directory will result in future upgrades being unpredictable.
...
Each property that is added will require a set of attributes. This is an example of the attributes that belong to the 'commentnode_summary.nodeType' property.
Code Block |
---|
{ "name": "commentnode_summary.nodeType", "label": "CommentNode Type", "cell": "stringString", "search": false, "editable": false }}, |
Attribute Descriptions
- name: Name of the event property (opEvents Normalised Event Properties)
- label: The column name that will render in the web page.
- cell: The cell type, usually this will be "string". For other options please contact support@opmantek.com.
- search: Always false
- editable: Always false
...