Fields with a "dot" in them do not persist

Hey there jayson,

In your transform, instead of referring to the fields like data._source['host.hostname'], try referring to the fields like data._source.host.hostname

Does that still give null values?