我正在为我的ec2实例详细分析设置自定义云监视日志。我正在使用EC2系统管理器-参数存储。我已成功获取日志组名称为IISLogs的日志。
在IISLogs内部,我发现了3个日志流,名为{instance_id} / {timestamp},
我希望将此{instance_id}用作实例名称,以便于用户友好的实例标识,例如{instance_name}。
这可能吗?
以下是显示的参考,
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.
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AgentReference.html