https://github.com/ironsource/log4js-elasticsearch-aws
Extension for the log4js-elasticsearch which uses the AWS SDK to sign requests allowing you to use user/role based policies for AWS Elasticsearch Service.
https://github.com/ironsource/log4js-elasticsearch-aws
Last synced: 2 months ago
JSON representation
Extension for the log4js-elasticsearch which uses the AWS SDK to sign requests allowing you to use user/role based policies for AWS Elasticsearch Service.
- Host: GitHub
- URL: https://github.com/ironsource/log4js-elasticsearch-aws
- Owner: ironSource
- License: other
- Created: 2016-01-03T15:34:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T15:39:06.000Z (over 10 years ago)
- Last Synced: 2025-02-12T03:17:29.076Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# log4js-elasticsearch-aws
## Synopsis
Extension for the [log4js-elasticsearch](https://www.npmjs.com/package/log4js-elasticsearch)
which uses the [AWS SDK](https://www.npmjs.com/package/aws-sdk) to sign requests
allowing you to use user/role based policies for AWS Elasticsearch Service.
The usage is identical to that of [log4js-elasticsearch](https://www.npmjs.com/package/log4js-elasticsearch) with the following expections:
* The appender name should be `log4js-elasticsearch-aws` instead of `log4js-elasticsearch`
* If you are using a credentials file, EC2 instance role or environment variables, no further changes are needed
* If you are explicity setting an AWS keypair (usually not good practice!), initialize
the keypair by maniplulating AWS.config [as documented here](http://docs.aws.amazon.com/AWSJavaScriptSDK/guide/node-configuring.html)
## LICENSE
Copyright 2015 Issac Goldstand
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.