Skip to content

Commit

Permalink
Scala Common Enrich: added session_id field to POJO (closes #1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun committed Mar 20, 2015
1 parent 89b85ee commit 03fe052
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,7 @@ class EnrichedEvent {

// Derived contexts
@BeanProperty var derived_contexts: String = _

// Session index
@BeanProperty var session_id: String = _
}

0 comments on commit 03fe052

Please sign in to comment.