Skip to content

Commit

Permalink
Add event_source_input GIM schema field (#17554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Torrey authored Dec 4, 2023
1 parent 28cb4b6 commit 4232bc6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class EventFields {
public static final String EVENT_END = "event_end";
public static final String EVENT_ERROR_CODE = "event_error_code";
public static final String EVENT_ERROR_DESCRIPTION = "event_error_description";
public static final String EVENT_INPUT_SOURCE = "event_input_source";
public static final String EVENT_LOG_NAME = "event_log_name";
public static final String EVENT_OBSERVER_HOSTNAME = "event_observer_hostname";
public static final String EVENT_OBSERVER_ID = "event_observer_id";
Expand Down

0 comments on commit 4232bc6

Please sign in to comment.