hyun.psd; gzuncompress
|
Server IP : 173.236.192.202 / Your IP : 216.73.216.85 Web Server : Apache System : Linux iad1-shared-e1-03 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : andfor18 ( 14551322) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /etc/vector/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] | [ Lock Shell ] | [ Logout ] |
|---|
# __ __ __ # \ \ / / / / # \ V / / / # \_/ \/ # # V E C T O R # Configuration # # ------------------------------------------------------------------------------ # Website: https://vector.dev # Docs: https://vector.dev/docs # Chat: https://chat.vector.dev # ------------------------------------------------------------------------------ # Change this to use a non-default directory for Vector data storage: # data_dir = "/var/lib/vector" # Random Syslog-formatted logs [sources.dummy_logs] type = "demo_logs" format = "syslog" interval = 1 # Parse Syslog logs # See the Vector Remap Language reference for more info: https://vrl.dev [transforms.parse_logs] type = "remap" inputs = ["dummy_logs"] source = ''' . = parse_syslog!(string!(.message)) ''' # Print parsed logs to stdout [sinks.print] type = "console" inputs = ["parse_logs"] encoding.codec = "json" # Vector's GraphQL API (disabled by default) # Uncomment to try it out with the `vector top` command or # in your browser at http://localhost:8686 #[api] #enabled = true #address = "127.0.0.1:8686"