File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ var SplunkLogger = require("../index").Logger;
3030 * "https://localhost:8088/services/collector/event/1.0"
3131 */
3232var config = {
33- token : "your-token-here" , // TODO: remove the token
33+ token : "your-token-here" ,
3434 host : "localhost" ,
3535 path : "/services/collector/event/1.0" ,
3636 protocol : "https" ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ var SplunkLogger = require("../index").Logger;
3535 * Here, autoFlush is set to false
3636 */
3737var config = {
38- token : "your-token-here" , // TODO: remove the token
38+ token : "your-token-here" ,
3939 host : "localhost" ,
4040 path : "/services/collector/event/1.0" ,
4141 protocol : "https" ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ var SplunkLogger = require("../index").Logger;
3030 * "https://localhost:8088/services/collector/event/1.0"
3131 */
3232var config = {
33- token : "your-token-here" , // TODO: remove the token
33+ token : "your-token-here" ,
3434 host : "localhost" ,
3535 path : "/services/collector/event/1.0" ,
3636 protocol : "https" ,
You can’t perform that action at this time.
0 commit comments