Description
All the events for indexes: Create Index, Alter Index, Drop Index have the TBL_NAME as null. The TBL_NAME should be populated with the table on which the index is created.
This makes it easier to decide whether to process the event or not without needing to parse the json message (which is a slower process).