Skip to content

Commit c907201

Browse files
committed
Update file layout syntax in GitHub audit log documentation
1 parent bc1f055 commit c907201

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ vi ~/.tailpipe/config/github.tpc
4444
partition "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
```

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ vi ~/.tailpipe/config/github.tpc
5454
partition "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
```

docs/tables/github_audit_log/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ vi ~/.tailpipe/config/github.tpc
2222
partition "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.
112112
partition "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
```

0 commit comments

Comments
 (0)