- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我用 AWS CloudWatch
日志代理将我的应用程序日志推送到 AWS Cloudwatch。
在 cloudwatchLogs
我的 EC2 instance
中的配置文件,我有这个条目:
[/scripts/application]
datetime_format = %Y-%m-%d %H:%M:%S
file = /workingdir/customer/logfiles/*.log
buffer_duration = 5000
log_stream_name = {instance_id}
initial_position = start_of_file
log_group_name = /scripts/application
logStream
,让日志读取更快速、更易解析 .换句话说,
每次我有一个新的日志文件时,都会自动创建一个新的日志流。
log_stream_name
Specifies the destination log stream. You can use a literal string or predefined variables ({instance_id}, {hostname}, {ip_address}), or combination of both to define a log stream name. A log stream is created automatically if it doesn't already exist.
CustomerName-YYYY-mm-dd.log
A running agent must be stopped and restarted for configuration changes to take effect.
最佳答案
我知道现在已经快两年了,但我想做完全相同的事情并且找不到让它工作的方法。
我求助于 AWS Support,然后确认这无法完成。我们仅限于文档中提供的选项,就像您发布的一样。但是,您可以拥有 日志组 包含直到第一个点的日志文件路径:
log_group_name – Optional. Specifies what to use as the log group name in CloudWatch Logs. Allowed characters include a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), and '.' (period).
We recommend that you specify this field to prevent confusion. If you omit this field, the file path up to the final dot is used as the log group name. For example, if the file path is /tmp/TestLogFile.log.2017-07-11-14, the log group name is /tmp/TestLogFile.log.
关于amazon-web-services - 为 cloudwatchLogs 中的每个日志文件创建一个 logStream,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42924765/
我正在尝试使用 python 中的 boto3 从 AWS CloudWatch 获取 LogGroup 的最新 LogStream。 这是我的代码 - import boto3 import dat
这是一个非常具体的问题。我想对版本进行参数化,以便我可以直接调用日志流,但是在日志流名称上,版本后面有一个键,我不知道它代表什么,也不知道如何调用它,以便目前可以自动设置我的要求。 这是日志流名称的示
我用 AWS CloudWatch日志代理将我的应用程序日志推送到 AWS Cloudwatch。 在 cloudwatchLogs我的 EC2 instance 中的配置文件,我有这个条目: [/s
我有一个非常简单的 Cloudformation 脚本,它只是尝试创建 CloudWatch LogGroup 和关联的 LogStream - AWSTemplateFormatVersion: '
我有一个包含 lambda 函数的 CloudFormation 模板。相关部分是 AWSTemplateFormatVersion: 2010-09-09 Parameters: Environ
我是一名优秀的程序员,十分优秀!