Skip to content

Commit

Permalink
Update logstash.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-maharshi authored Apr 12, 2017
1 parent 96fc39e commit 51b38cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor/logstash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
rename => ["column1", "DATE", "column2", "TIME", "column11", "CPU", "column25", "RAM", "column54", "NET_RX_KB", "column55", "NET_TX_KB", "column64", "DSK_RD_KB", "column65", "DSK_WT_KB"]
convert => {
"CPU" => "integer"
"RAM" => "integer"
"RAM" => "integer"
"NET_RX_KB" => "integer"
"NET_TX_KB" => "integer"
"DSK_RD_KB" => "integer"
Expand Down

0 comments on commit 51b38cf

Please sign in to comment.