Logtail設定を作成します。
リクエスト構文
aliyunlog log create_logtail_config --project_name=<value> --config_detail=<value> [--access-id=<value>] [--access-key=<value>] [--sts-token=<value>] [--region-endpoint=<value>] [--client-name=<value>] [--jmes-filter=<value>] [--format-output=<value>] [--decode-output=<value>]
リクエストパラメーター
次の表に、create_logtail_configコマンドに必要なパラメーターと具体的なパラメーターを示します。
パラメーター | データ型 | 必須 | 例 | 説明 |
-- project_name | String | 課金されます | test | プロジェクトの名前。 |
-- config_detail | String | 課金されます | ファイル: //./logtailconfig.json | Logtail設定ファイルのパス。 詳細は、「Logtail設定」をご参照ください。 |
Log Serviceコマンドラインインターフェイス (CLI) のグローバルパラメーターの詳細については、「グローバルパラメーター」をご参照ください。
例
Logtail設定の名前がconfig_name2であるlogtailconfig.jsonファイルを作成します。 次の例は、createshipper.jsonファイルの内容を示しています。
{ "config_name": "config_name2", "logstore_name": "logstore-a", "file_pattern": "file_pattern", "time_format": "time_format", "log_path": "/log_path", "endpoint": "endpoint", "log_parse_regex": "xxx ([\\w\\-]+\\s[\\d\\:]+)\\s+(.*)", "log_begin_regex": "xxx.*", "reg_keys": [ "time", "value" ], "topic_format": "none", "filter_keys": [ "time", "value" ], "filter_keys_reg": [ "time", "value" ], "logSample": "xxx 2017-11-11 11:11:11 hello alicloud." }
デフォルトのアカウントを使用して、名前がconfig_name2のLogtail設定を作成します。
aliyunlog log create_logtail_config --project_name="aliyun-test-project" --config_detail="file://./logtailconfig.json"
作成したLogtail設定を照会します。 以下のコマンドを実行します。
aliyunlog log get_logtail_config --project_name="aliyun-test-project" --config_name="config_name2"
次の出力が返されます。
{ "configName": "config_name2", "createTime": 1622118681, "inputDetail": { "adjustTimezone": false, "delayAlarmBytes": 0, "delaySkipBytes": 0, "discardNonUtf8": false, "discardUnmatch": true, "dockerFile": false, "enableRawLog": false, "enableTag": false, "fileEncoding": "utf8", "filePattern": "file_pattern", "filterKey": [ "time", "value" ], "filterRegex": [ "time", "value" ], "key": [ "time", "value" ], "localStorage": true, "logBeginRegex": "xxx.*", "logPath": "/log_path", "logTimezone": "", "logType": "common_reg_log", "maxDepth": 1000, "maxSendRate": -1, "mergeType": "topic", "preserve": true, "preserveDepth": 0, "priority": 0, "regex": "xxx ([\\w\\-]+\\s[\\d\\:]+)\\s+(.*)", "sendRateExpire": 0, "sensitive_keys": [], "tailExisted": false, "timeFormat": "time_format", "topicFormat": "none" }, "inputType": "file", "lastModifyTime": 1622118681, "logSample": "xxx 2017-11-11 11:11:11 hello alicloud.", "outputDetail": { "endpoint": "cn-hangzhou-b-intranet.log.aliyuncs.com", "logstoreName": "logstore-a", "region": "cn-hangzhou-b" }, "outputType": "LogService" }
エラーコード
エラーメッセージが返された場合は、関連するAPI操作のエラーコードに基づいてエラーを修正します。 詳細については、エラーコードをご参照ください。