-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathveeam-logs.tmLanguage
208 lines (208 loc) · 6.41 KB
/
veeam-logs.tmLanguage
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>fileTypes</key>
<array>
<string>log</string>
</array>
<key>name</key>
<string>Veeam B&R Logs</string>
<key>patterns</key>
<array>
<dict>
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>string</string>
</dict>
<key>2</key>
<dict>
<key>name</key>
<string>invalid</string>
</dict>
<key>3</key>
<dict>
<key>name</key>
<string>invalid</string>
</dict>
<key>4</key>
<dict>
<key>name</key>
<string>invalid</string>
</dict>
<key>5</key>
<dict>
<key>name</key>
<string>invalid</string>
</dict>
</dict>
<key>match</key>
<string>> (\[\w\w\w\w\]){0,1} {0,5}(Warning|Error)|('Failed')|(Error:) |(Stack:)</string>
</dict>
<dict>
<key>comment</key>
<string>errors</string>
<key>match</key>
<string>WARN\||ERR \||>> \||Cannot create folder|GuestLogin|Failed to enumerate changed areas of the disk using CTK|Cannot use mode hotadd|Cannot mount using this method|Unable to access file|Request timed out|VIX Error|Failed to connect to guest agent|Cannot connect to the host's administrative share</string>
<key>name</key>
<string>invalid</string>
</dict>
<dict>
<key>comment</key>
<string>old versions</string>
<key>match</key>
<string>\[(5|6|7)\.(0|1|5)\.0\.\d\d\d]</string>
<key>name</key>
<string>invalid</string>
</dict>
<dict>
<key>comment</key>
<string>IP address</string>
<key>match</key>
<string>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}</string>
<key>name</key>
<string>string</string>
</dict>
<dict>
<key>comment</key>
<string>timestamp</string>
<key>match</key>
<string>\[\d\d\.\d\d\.\d\d\d\d \d\d(:|\.)\d\d(:|\.)\d\d(\.\d\d\d)?\]</string>
<key>name</key>
<string>constant.character</string>
</dict>
<dict>
<key>begin</key>
<string>"</string>
<key>end</key>
<string>"|$</string>
<key>name</key>
<string>string</string>
<key>patterns</key>
<array>
<dict>
<key>match</key>
<string>.</string>
<key>name</key>
<string>string</string>
</dict>
</array>
</dict>
<dict>
<key>begin</key>
<string> '</string>
<key>end</key>
<string>'|$</string>
<key>name</key>
<string>string</string>
<key>patterns</key>
<array>
<dict>
<key>include</key>
<string>$self</string>
</dict>
<dict>
<key>comment</key>
<string>agent commands</string>
<key>match</key>
<string>(undirEx|undir|viSoapCreds|startServer|openAdditionalDownloadConnections|file2text|text2file|put|prepStorageForWriteEx|sendSignature|delSignature|closeStg|setTrafficCompressionLevel|srcSaveSignature|waitAllDisksClosed|attachVM|detachVM|vddkPrepareForAccess|openDownloadConnections|srcBackupFile|srcAttachVmEx|srcBackupTextSyntFullCopy|srcBackupText|srcBackupDisk|srcText2Tar|shareCreds|setStaRepositoryApartment|version|checkStg|Invoke|isRepositoryServerBusy|vddkEndAccess|stat|srcDetachVm|tar2text|srcReplicateVddkDiskContentIncremental|srcReplicateVddkDiskContent|recvSignature|srcLoadSignature|blocksize|isFileExists|continueBackupSrvFileToTape|continueSessionTapeOnNewMedia|backupSrvFileToTape|getTapeAlerts|checkTapeMedia|startSessionTape|setLogFlushing|backupLocalFileToTape|endSessionTape|breakJobWithReason|breakJob|importVhdDisk|text2tar|patch|backupCfgFileFromBackupFull|backupDiskFromBackupTrad|setTapeMediaBlockSizeToDrive|updateNetworkThrottling|renameFileWithRollback|overbuildIncrement|getTapeMediaId|getTapeHeader|backupSrvSynthesizedStgToTape|compileFIB|executeTapeScript|srcRestore|inventoryTape|dir|backupSrvDirToTape|loadSignature|saveSignature|calcSignature|closeAllStorages|updateRepositoryThrottling|srcBackupDbTransactionLog|replicateVddkDiskDeltaIncremental|restoreDiskCache)</string>
<key>name</key>
<string>storage.type</string>
</dict>
</array>
</dict>
<dict>
<key>match</key>
<string>\\n</string>
<key>name</key>
<string>comment</string>
</dict>
<dict>
<key>comment</key>
<string>strings in square brackets</string>
<key>match</key>
<string>\[[%\.\/$:_ A-Za-z0-9\(\)\-\\']+\]</string>
<key>name</key>
<string>string</string>
</dict>
<dict>
<key>comment</key>
<string>important events</string>
<key>match</key>
<string>Processing object|Task session|Job session|File version|Starting job mode|Host content info|VM information|Using source proxy|Using target proxy|Starting agent|Primary bottleneck|Task capacity|Task totalSize|Detected mode|Starting transformation|Disk:|Removing VM snapshot|Saving summary to backup file|Freezing guest operating system|Creating VM snapshot|by user|Creating storage|Renaming remote|Executing|VSS proxy is needed: VSS is enabled|Testing vss proxy ip|source proxy modes|target proxy modes</string>
<key>name</key>
<string>keyword</string>
</dict>
<dict>
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>keyword</string>
</dict>
<key>2</key>
<dict>
<key>name</key>
<string>string</string>
</dict>
<key>3</key>
<dict>
<key>name</key>
<string>entity.other.attribute-name</string>
</dict>
<key>4</key>
<dict>
<key>name</key>
<string>string</string>
</dict>
</dict>
<key>comment</key>
<string>agent session id</string>
<key>match</key>
<string>(Starting client agent session), id (')(....)(....-....-....-....-............')</string>
</dict>
<dict>
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>storage.type</string>
</dict>
<key>2</key>
<dict>
<key>name</key>
<string>storage.type</string>
</dict>
<key>3</key>
<dict>
<key>name</key>
<string>storage.type</string>
</dict>
<key>4</key>
<dict>
<key>name</key>
<string>storage.type</string>
</dict>
<key>6</key>
<dict>
<key>name</key>
<string>comment</string>
</dict>
</dict>
<key>comment</key>
<string>bottlenecks</string>
<key>match</key>
<string>;(\d{1,3});(\d{1,3});(\d{1,3});\d{1,3};\d{1,3};(\d{1,3})(;\d{18}|\d{0})(|\\n)</string>
</dict>
</array>
<key>scopeName</key>
<string>source.log</string>
<key>uuid</key>
<string>d09bae69-0591-4a8d-89ae-0962c77d82b4</string>
</dict>
</plist>