Skip to content

Commit

Permalink
Trying different log entries endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Mar 26, 2021
1 parent c704299 commit 92ce129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import "time"

// Package constants
const (
LogEntriesPort = "10000" // 80, 514, 10000
LogEntriesURL = "data.logentries.com" // "us.data.logs.insight.rapid7.com" "eu.data.logs.insight.rapid7.com"
LogEntriesPort = "10000" // 80, 514, 10000
LogEntriesURL = "us.data.logs.insight.rapid7.com" // "data.logentries.com" "eu.data.logs.insight.rapid7.com"
MaxRetryDelay = 2 * time.Minute
RetryDelay = 100 * time.Millisecond
)

0 comments on commit 92ce129

Please sign in to comment.