Skip to content

Commit f1747a9

Browse files
authored
Update custom-fields.mdx (#21779)
Rectify the data code within - Create a rule to configure the list of custom fields > Step 3 Missing ] under response_fields and remove the last comma (x-forwarded-for) under request_fields.
1 parent ebf9020 commit f1747a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/docs/logs/reference/custom-fields.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,15 @@ Perform the following steps to create the rule:
116116
"action_parameters": {
117117
"request_fields": [
118118
{ "name": "content-type" },
119-
{ "name": "x-forwarded-for" },
119+
{ "name": "x-forwarded-for" }
120120
],
121121
"transformed_request_fields": [
122122
{"name": "host"}
123123
],
124124
"response_fields": [
125125
{ "name": "server" },
126-
{ "name": "content-type" },
126+
{ "name": "content-type" }
127+
],
127128
"raw_response_fields": [
128129
{ "name": "allow" }
129130
],

0 commit comments

Comments
 (0)