Skip to content

Commit

Permalink
fixing time bug in fluent bit lua script (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
azibhassan committed Apr 29, 2024
1 parent dae1bd8 commit 959d523
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ data:
arr = split(log,"\n")
re1 = {}
re1["time"] = os.time()
re1["time"] = os.time() * 1000
re1["layer"] = "POSTGRESQL"
record["layer"] = "POSTGRESQL"
Expand Down

0 comments on commit 959d523

Please sign in to comment.