arithmetric / lambda-stash

AWS Lambda script to ship data from S3 to other data stores, like Elasticsearch
MIT License
52 stars 18 forks source link

Add support for http auth #17

Closed myoung34 closed 7 years ago

myoung34 commented 7 years ago

Resolves #16

Redaction necesary, or user/pass shows up in log. After redacting:

/aws/lambda/cloudwatch_logs_to_elasticsearch 2017/09/26/[$LATEST]cde5dc28309c4228b2b265c1cea26e9f 2017-09-26T18:12:08.322Z      35574970-a2e6-11e7-a601-6df19095e394    Running 5 handlers with _config: { elasticsearch:
   { host: 'https://es.redact.com:9200',
     httpAuth: '*****',
     index: 'logstash-2017-09-26',
     type: 'test' },
  data: 'snip',
  type: 'CloudWatch',
  processors: [ 'formatCloudwatchLogs', 'shipElasticsearch' ] }
coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling e82dae6483813b186080652bedd01767dcc49652 on myoung34:master into 729f9ba9c8cf8e7cda6e0f69d38cafb61800e8d8 on arithmetric:master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-89.8%) to 10.169% when pulling 305d38f8391f5587e4440435341e13e8a79c0c2d on myoung34:master into 729f9ba9c8cf8e7cda6e0f69d38cafb61800e8d8 on arithmetric:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 371f06a2e42a555ff86ab2863f17e435ef570bae on myoung34:master into 729f9ba9c8cf8e7cda6e0f69d38cafb61800e8d8 on arithmetric:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling d2df96bbb249d1bd476960c5565ef726c6689666 on myoung34:master into 729f9ba9c8cf8e7cda6e0f69d38cafb61800e8d8 on arithmetric:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling d2df96bbb249d1bd476960c5565ef726c6689666 on myoung34:master into 729f9ba9c8cf8e7cda6e0f69d38cafb61800e8d8 on arithmetric:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 0566dfdac0817bb8c26353c07ef6b8021adf696d on myoung34:master into 729f9ba9c8cf8e7cda6e0f69d38cafb61800e8d8 on arithmetric:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 966fcc2de05180766cd047d23a28c8ccad9f2ccd on myoung34:master into 729f9ba9c8cf8e7cda6e0f69d38cafb61800e8d8 on arithmetric:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling d11b3d077eb268cb9f47b304a1461ab717de7a69 on myoung34:master into 729f9ba9c8cf8e7cda6e0f69d38cafb61800e8d8 on arithmetric:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 5c028d1550a3c0fac433641233edda92f18261ed on myoung34:master into 729f9ba9c8cf8e7cda6e0f69d38cafb61800e8d8 on arithmetric:master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-7.4%) to 92.642% when pulling cbbf3744805baf81b309b06a89e57e037c11afcb on myoung34:master into 729f9ba9c8cf8e7cda6e0f69d38cafb61800e8d8 on arithmetric:master.

myoung34 commented 7 years ago

This got noisy, opening new PR