All the fields required for the correlation needs to be indexed in Neo4j which includes all the fields mentioned in the co-relation.json file and correlation fields in label DATA - uuid, toolName, correlationTime, maxCorrelationTime, inSightsTime, inSightsTimeX. jiraKeys, jiraKeyProcessed Syntax to index the field in as follows: create index on TOOLNAME(fieldname) Note |
---|
| Label- DATA:uuid, toolName, correlationTime, maxCorrelationTime, inSightsTime, inSightsTimeX. jiraKeys, jiraKeyProcessed and all the fields in the co-relation.json file. |
Example: create index on :scm(jiraKeys) create index on :DATA(uuid) create index on : JENKINS(scmCommitId) |