S3 입력 플러그인 읽지 않음 AWS-KMS(CMK) 암호화 스토리지 통 S3 입력 플러그인 읽지 않음 AWS-KMS(CMK) 암호화 스토리지 통

1384 단어

S3 입력 플러그인이 읽히지 않은 AWS-KMS(CMK) 암호화 스토리지 통


20년 9월 22일
참고: 1
답: 0
0

다음과 같이 구성된 s3 파이프라인이 있는 로그 저장 용기를 실행하고 있습니다.
input {
  s3 {
    id => "pipeline_s3_example_bucket_input"
    bucket => "example-bucket"
    region => "ap-southeast-1"
    access_key_id => "#######################"
    secret_access_key => "#######################"
    codec => "json_lines"
    sincedb_path => "/sincedbs/pipeline_s3_example_bucket.sincedb"
    prefix => "folderA"
    add_field => {
      "type" => "example-bucket-logs"
      "host" => "example-bucket"

Open Full Question

좋은 웹페이지 즐겨찾기