I hereby claim:
- I am traetox on github.
- I am traetox (https://keybase.io/traetox) on keybase.
- I have a public key ASBYZc9PQJeayQMrMnw8EODmEFAAyjwsOQjIORpaA9ZLlAo
To claim this, I am signing this object:
| package main | |
| import ( | |
| "bufio" | |
| "flag" | |
| "fmt" | |
| "net" | |
| "os" | |
| "strconv" | |
| "strings" |
| // TO BUILD execute the following: | |
| // go mod init indexerstatus | |
| // CGO_ENABLED=0 go build | |
| package main | |
| import ( | |
| "flag" | |
| "log" | |
| "github.com/gravwell/gravwell/v3/ingest" |
| [Global] | |
| Connection-Timeout = 0 | |
| State-Store-Location=/opt/gravwell/etc/file_follow.state | |
| Log-Level=WARN #options are OFF INFO WARN ERROR | |
| Log-File=/opt/gravwell/log/file_follow.log | |
| # Maximum number of files to watch before rotating out old ones, this can be bumped but will need sysctl flags adjusted | |
| Max-Files-Watched=128 | |
| [Follower "barnyard2"] | |
| Timestamp-Format-Override="UnixMilli" |
| package main | |
| import ( | |
| "log" | |
| "encoding/binary" | |
| "net" | |
| "time" | |
| "github.com/gravwell/gravwell/v3/ingest" | |
| "github.com/gravwell/gravwell/v3/ingest/entry" |
| package main | |
| import ( | |
| "archive/tar" | |
| "flag" | |
| "fmt" | |
| "io" | |
| "log" | |
| "net/http" | |
| "os" |
| package main | |
| import ( | |
| "github.com/gravwell/tools/nfgen" | |
| "log" | |
| ) | |
| func main() { | |
| //create a new named fields resource using the CSV engine that knows how to deal with 2 | |
| //data types, one for login events and one for password failed events |
| package main | |
| import ( | |
| "fmt" | |
| "flag" | |
| "math/rand" | |
| "time" | |
| "log" | |
| "os" | |
| ) |
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "flag" | |
| "fmt" | |
| "log" | |
| "math/rand" | |
| "os" | |
| "path/filepath" | |
| "sync" |