Skip to content

Commit c023b29

Browse files
author
Yoichi Kawasaki
committed
Initial commit
1 parent 59d02e4 commit c023b29

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ An expected output record for sample input will be like this:
100100

101101
<u>Sample Input (apache access log)</u>
102102
```
103-
125.212.152.166 - - [17/Jan/2016:05:03:25 +0000] "GET /foo/bar/test.html HTTP/1.1" 304 179 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36"
103+
124.211.152.156 - - [10/Dec/2016:05:28:52 +0000] "GET /test/foo.html HTTP/1.1" 200 323 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36"
104104
```
105105

106106
<u>Output Record</u>
@@ -130,7 +130,7 @@ $ rake install:local
130130
$ fluentd -c fluent.conf -vv &
131131
132132
# send test apache requests for testing plugin ( only in the case that input source is apache access log )
133-
$ ab -n 5 -c 2 http://localhost/foo/bar/test.html
133+
$ ab -n 5 -c 2 http://localhost/test/foo.html
134134
```
135135

136136
## Change log

img/Azure-LogAnalytics-Fluentd.png

495 KB
Loading
79.8 KB
Loading

test/helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def method_missing(method, *args)
2323
$log = nulllogger
2424
end
2525

26-
require 'fluent/plugin/out_azure_loganalytics'
26+
require 'fluent/plugin/out_azure-loganalytics'
2727

2828
class Test::Unit::TestCase
2929
end

0 commit comments

Comments
 (0)