H Rafael
Can you please tell me which version of NOI you are running ?
Also I would not use LastOccurrence - rather use FirstOccurrence because First gives a view of the grouping more closely timed to the actual real world event, LastOccurrence can give vastly differing views of the event grouping
Architecture : what each part does has a degree of secret sauce
We have tools for extracting data from historical archives and pushing it in bulk into CNEA for training ( this removes the need to push the events into the ObjectServer which can be challenging)
cat ./events.json.gz | kubectl run ingesthttp43 -i --restart=Never --image=cp.icr.io/cp/noi/ea-events-tooling:4.1.1-20200911144353BST --env=INPUT_FILE_NAME=stdin --env=LICENSE=accept --env=HTTP_USERNAME=system --env=HTTP_PASSWORD=<system password> filetoingestionservice.sh jdp-noi -n noi --serviceaccount='noi-service-account'
image name depends on the version of NOI you have installed - and use your value for jdp-noi
If your data is more than 90 days back in time - you will need to alter the start and end times of training - let me know if this is the case and I can walk you through that process
To clear out any events that have already gone in
log into your cassandra pod then into cassandra
cqlsh -u hdm -p <CassandraPassword>
truncate ea_events.events;
truncate ea_events.event_instances
all the best
John
------------------------------
john postoyko
IBM
London
------------------------------