File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ vi ~/.tailpipe/config/github.tpc
4444partition "github_audit_log" "my_logs" {
4545 source "file" {
4646 paths = ["/Users/myuser/github_audit_logs"]
47- file_layout = " %{DATA}.json.gz"
47+ file_layout = ` %{DATA}.json.gz`
4848 }
4949}
5050```
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ vi ~/.tailpipe/config/github.tpc
5454partition "github_audit_log" "my_logs" {
5555 source "file" {
5656 paths = ["/Users/myuser/github_audit_logs"]
57- file_layout = " %{DATA}.json.gz"
57+ file_layout = ` %{DATA}.json.gz`
5858 }
5959}
6060```
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ vi ~/.tailpipe/config/github.tpc
2222partition "github_audit_log" "my_logs" {
2323 source "file" {
2424 paths = ["/Users/myuser/github_audit_logs"]
25- file_layout = " %{DATA}.json.gz"
25+ file_layout = ` %{DATA}.json.gz`
2626 }
2727}
2828```
@@ -112,7 +112,7 @@ Collect GitHub audit logs exported locally as JSON.
112112partition "github_audit_log" "my_logs" {
113113 source "file" {
114114 paths = ["/Users/myuser/github_audit_logs"]
115- file_layout = " %{DATA}.json.gz"
115+ file_layout = ` %{DATA}.json.gz`
116116 }
117117}
118118```
@@ -127,7 +127,7 @@ partition "github_audit_log" "my_logs_issue_comment" {
127127
128128 source "file" {
129129 paths = ["/Users/myuser/github_audit_logs"]
130- file_layout = " %{DATA}.json.gz"
130+ file_layout = ` %{DATA}.json.gz`
131131 }
132132}
133133```
You can’t perform that action at this time.
0 commit comments