We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228f5f8 commit 8d3b0fcCopy full SHA for 8d3b0fc
.ebextensions/xray.config
@@ -1,11 +1,6 @@
1
-commands:
2
- 01-stop-tracing:
3
- command: yum remove -y xray
4
- ignoreErrors: true
5
- 02-copy-tracing:
6
- command: curl https://s3.amazonaws.com/aws-xray-assets.us-east-1/xray-daemon/aws-xray-daemon-1.x.rpm -o /home/ec2-user/xray.rpm
7
- 03-start-tracing:
8
- command: yum install -y /home/ec2-user/xray.rpm
+option_settings:
+ aws:elasticbeanstalk:xray:
+ XRayEnabled: true
9
10
files:
11
"/opt/elasticbeanstalk/tasks/taillogs.d/xray-daemon.conf" :
@@ -14,10 +9,3 @@ files:
14
group: root
15
content: |
16
/var/log/xray/xray.log
17
- "/etc/amazon/xray/cfg.yaml" :
18
- mode: "000644"
19
- owner: root
20
- group: root
21
- content: |
22
- Logging:
23
- LogLevel: "warn"
0 commit comments