amazon-archives / cloudwatch-logs-subscription-consumer

A specialized Amazon Kinesis stream reader (based on the Amazon Kinesis Connector Library) that can help you deliver data from Amazon CloudWatch Logs to any other system in near real-time using a CloudWatch Logs Subscription Filter.
Other
397 stars 152 forks source link

Issues with splitting string fields #16

Closed cristiansavaro closed 8 years ago

cristiansavaro commented 8 years ago

@DVassallo : Am I correct to assume that if I add something like :

    "eventSource": {
     "type": "string",
     "index": "not_analyzed"
    } 

to the cwl_template.json elasticsearch won't bother me with splitting the string fields as seen in the attached screen capture ? c2

dvassallo commented 8 years ago

Correct. It should go under mappings -> default -> properties

cristiansavaro commented 8 years ago

thanks.