Skip to content

Commit acdf063

Browse files
committed
Adding in deleted scarf pixel for analytics tracking on lua filter docs.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent b15d1a9 commit acdf063

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pipeline/filters/lua.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Lua
22

3+
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=f519378e-536c-4b25-8949-ee6ed8d8d6c1" />
4+
35
The _Lua_ filter lets you modify incoming records (or split one record into multiple records) using custom [Lua](https://www.lua.org/) scripts.
46

57
A Lua-based filter requires two steps:
@@ -804,4 +806,4 @@ pipeline:
804806

805807
```text
806808
test: [[1731990257.781970977, {}], {"my_env"=>{"A"=>"aaa", "C"=>"ccc", "HOSTNAME"=>"monox-2.lan", "B"=>"bbb"}, "rand_value"=>4805047635809401856}]
807-
```
809+
```

0 commit comments

Comments
 (0)