-
Notifications
You must be signed in to change notification settings - Fork 1
/
node_logs.xml
63 lines (63 loc) · 2.21 KB
/
node_logs.xml
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
<form>
<label>Client logs</label>
<search id="logs">
<query>
index=tsmlogs (tsmcode=ane* OR tsmcode=ANR0488W) tsmserver=$tsmserver$ node=$NODE_NAME$
| transaction session
</query>
<earliest>$time.earliest$</earliest>
<latest>$time.latest$</latest>
</search>
<fieldset autoRun="True" submitButton="false">
<input type="time" token="time" searchWhenChanged="true">
<label/>
<default>
<earliest>-30d</earliest>
<latest>now</latest>
</default>
</input>
<input type="dropdown" token="tsmserver" searchWhenChanged="True">
<label>TSM server</label>
<search>
<query>| inputlookup nodeinfo | dedup tsmserver</query>
</search>
<fieldForLabel>tsmserver</fieldForLabel>
<fieldForValue>tsmserver</fieldForValue>
</input>
<input type="dropdown" token="NODE_NAME" searchWhenChanged="True">
<label>Node name</label>
<search>
<query>| inputlookup nodeinfo | search tsmserver=$tsmserver$</query>
</search>
<fieldForLabel>NODE_NAME</fieldForLabel>
<fieldForValue>NODE_NAME</fieldForValue>
</input>
<input type="text" token="search" searchWhenChanged="true">
<label>Search</label>
<default></default>
</input>
</fieldset>
<row>
<html src="node_navbar.html"/>
</row>
<row>
<panel>
<title>Client logs</title>
<html>
Please note that this interface <b>may not show the full client logs</b>, you should always review the local client logs on your system. Please consult the <a href="https://information-technology.web.cern.ch/book/cern-backup-and-restore-service-user-guide/troubleshooting" target="_blank">troubleshooting guide</a> for more information about the log files and where you can find them.
</html>
<event>
<search base="logs">
<query>search index=* "$search$"</query>
</search>
<option name="count">10</option>
<option name="list.wrap">1</option>
<option name="maxLines">20</option>
<option name="rowNumbers">0</option>
<option name="table.wrap">1</option>
<option name="type">list</option>
<fields>[]</fields>
</event>
</panel>
</row>
</form>