Yes. The version is 2.1.1.
An example JSON would be:
> {"ipLongPeer":2130706433,
> "biomass_cost":110,
> "networkId":0,
> "ipLong":3561950994,
> "gameId":30,
> "instanceId":0,
> "tsEventAccepted":1450714430,
> "trevor_date":1450714430731,
> "ipLongForwarded":3561950994,
> "date":1450714430,
> "production_type":3,
> "entity_elements":"GA_1_0_0_2_0",
> "version":"0.10.46",
> "timestamp":1450714429,
> "platform_id":-1,
> "eventId":945,
> "playerId":"mzaman",
> "queue_size":1,
> "entity_type":1100,
> "production_id":"2015.12.21.17.13.45.8556370.3696111"}
The mapping, when fetched after the first events arrived, is:
> > {
> > "test": {
> > "mappings": {
> > "supersonic": {
> > "dynamic": "true",
> > "properties": {
> > "biomass_cost": {
> > "type": "double"
> > },
> > "date": {
> > "type": "date",
> > "format": "epoch_second"
> > },
> > "entity_elements": {
> > "type": "string"
> > },
> > "entity_type": {
> > "type": "double"
> > },
> > "eventId": {
> > "type": "double"
> > },
> > "gameId": {
> > "type": "double"
> > },
> > "instanceId": {
> > "type": "double"
> > },
> > "ipLong": {
> > "type": "double"
> > },
> > "ipLongForwarded": {
> > "type": "double"
> > },
> > "ipLongPeer": {
> > "type": "double"
> > },
> > "networkId": {
> > "type": "double"
> > },
> > "platform_id": {
> > "type": "double"
> > },
> > "playerId": {
> > "type": "string"
> > },
> > "production_id": {
> > "type": "string"
> > },
> > "production_type": {
> > "type": "double"
> > },
> > "queue_size": {
> > "type": "double"
> > },
> > "timestamp": {
> > "type": "date",
> > "format": "epoch_second"
> > },
> > "trevor_date": {
> > "type": "date",
> > "format": "epoch_millis"
> > },
> > "tsEventAccepted": {
> > "type": "double"
> > },
> > "version": {
> > "type": "string"
> > }
> > }
> > }
> > }
> > }
> > }