Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachtimusPrime committed Jan 5, 2017
1 parent bc74d93 commit 3e273ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func main() {
Token: "{your-token}",
Source: "{your-source}",
SourceType: "{your-sourcetype}",
Index: "{your-index}",
}

// Send a log event
Expand Down
2 changes: 1 addition & 1 deletion splunk/splunk.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"errors"
)

// event represents the log event object that is sent to Splunk when *HTTPCollector.Log is called.
// Event represents the log event object that is sent to Splunk when *HTTPCollector.Log is called.
type Event struct {
Time int64 `json:"time" binding:"required"` // epoch time in seconds
Host string `json:"host" binding:"required"` // hostname
Expand Down

0 comments on commit 3e273ad

Please sign in to comment.