Skip to content

Commit 35386fe

Browse files
relastleHiroki-Konishi
authored andcommitted
Add: cf(cloud foundry) rules
1 parent 2d776f5 commit 35386fe

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

resources/cf_pmy_rules.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"regexpLeft": "^cf logs ",
4+
"cmdGroups": [
5+
{
6+
"tag": "",
7+
"stmt": "cf apps | tail -n +5",
8+
"after": "awk '{print $1}'"
9+
}
10+
],
11+
"bufferLeft": "[]",
12+
"bufferRight": "[]"
13+
}
14+
]

0 commit comments

Comments
 (0)