-
Task
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
5
-
True
-
-
False
-
BIZ-629 - ELS add on for concurrent (non-pay-as-you-go) RHEL offerings
-
-
We have implemented a temporary solution of normalizing the servicetype to "Ansible Managed Node" to make it work for hourly tally, as we are receiving two distinct servicetypes from Ansible. With this card we will remove the below code since the assumption is hourly tally no longer relies on service type:
if(event.getServiceType().equals(ANSIBLE_INFRASTRUCTURE_HOUR)){ event.setServiceType("Ansible Managed Node"); }
Done:
- Remove the above snippet of code.
- Test Ansible with two different service types and see if it still works
- is blocked by
-
SWATCH-2533 Event ingestion can not rely on event_type as part of an Event unique identifier while processing events
- Closed