Skip to content

Commit

Permalink
updated fluent.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Imron Alston committed Mar 31, 2015
1 parent 51d1fe8 commit 0264c4d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,25 +66,25 @@
</source>

## match tag=apache.access and write to file
<match apache.1>
@type scalyr
api_write_token 0Le5BQxEFBZ_od5cA0biuP2lWhIeXIZcNGn4hvB5ftak-
flush_interval 5s
</match>
#<match apache.1>
# @type scalyr
# api_write_token 0Le5BQxEFBZ_od5cA0biuP2lWhIeXIZcNGn4hvB5ftak-
# flush_interval 5s
#</match>

<match apache.2>
@type scalyr
api_write_token 0Le5BQxEFBZ_od5cA0biuP2lWhIeXIZcNGn4hvB5ftak-
</match>

<match apache.3>
@type scalyr
api_write_token 0Le5BQxEFBZ_od5cA0biuP2lWhIeXIZcNGn4hvB5ftak-
session_info {
"session-info": "test"
}
flush_interval 6s
</match>
#<match apache.3>
# @type scalyr
# api_write_token 0Le5BQxEFBZ_od5cA0biuP2lWhIeXIZcNGn4hvB5ftak-
# session_info {
# "session-info": "test"
# }
# flush_interval 6s
#</match>

## match tag=debug.** and dump to console
<match debug.**>
Expand Down

0 comments on commit 0264c4d

Please sign in to comment.