You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to collect CloudFront data by splunk-logging function on Lambda .
It seems AWS can not recognize parameter of "Environment variables" like below screenshot.
Hence I change some code on "splunk-logging" and work.
But we need check and modify appropriate code.
I try to collect CloudFront data by splunk-logging function on Lambda .
![スクリーンショット 2019-11-12 14 10 25](https://user-images.githubusercontent.com/17999011/68643798-3ef82e80-0556-11ea-9ff9-64160b698875.png)
It seems AWS can not recognize parameter of "Environment variables" like below screenshot.
Hence I change some code on "splunk-logging" and work.
But we need check and modify appropriate code.
indes.js_kai.txt
What I've changing below.
const SPLUNK_HEC_URL = "https://SPLUNK FQDN/services/collector/event";
const SPLUNK_HEC_TOKEN = "SPLUNK HEC TOKEN";
const response = event.Records[0].cf.response;
callback(null, response);
The text was updated successfully, but these errors were encountered: