Added test hook for event logs page

Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com>
Change-Id: I6464c2108d50364dbc068fa361e582d11d4a9a13
diff --git a/src/views/Health/EventLogs/EventLogs.vue b/src/views/Health/EventLogs/EventLogs.vue
index 9bac163..a01f323 100644
--- a/src/views/Health/EventLogs/EventLogs.vue
+++ b/src/views/Health/EventLogs/EventLogs.vue
@@ -5,6 +5,7 @@
       <b-col sm="8" xl="6" class="d-sm-flex align-items-end">
         <search
           :placeholder="$t('pageEventLogs.table.searchLogs')"
+          data-test-id="eventLogs-input-searchLogs"
           @change-search="onChangeSearchInput"
           @clear-search="onClearSearchInput"
         />