-
Notifications
You must be signed in to change notification settings - Fork 1
/
cloud-aws-logs.html
160 lines (142 loc) · 5.09 KB
/
cloud-aws-logs.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Logscape Cloud Support </title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style-app.css" rel="stylesheet">
<link href="css/cloud-app.css" rel="stylesheet">
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/angular-1.2.9/angular.min.js"></script>
<script src="js/angular-1.2.9/angular-animate.min.js"></script>
<script src="js/angular-1.2.9/angular-route.min.js"></script>
<script src="js/app/controllers.js"> </script>
</head>
<body>
<div style="width:100%;height:85px;background-color:#333;">
<!--div
a(href="/") Documentation
a(href="") Forums |
a(href="") Getting Started |
a(href="") Logscape |
-->
<div style="padding-left:100px;padding-top:20px"><img src="images/logscapecloud.png" style="height:45px"></div>
</div>
<div style="width:100%;height:40px;background-color:#EEE;box-shadow: 0 0 2px #999;">
<div style="padding-left:70px;padding-top:10px"><a href="/">Support | </a><a href="http://logscape.activeboard.com/">Forums | </a><a href="/apps.html">Apps | </a><a href="http://www.logscape.com">Logscape.com </a></div>
</div>
<div style="margin-left:25px" class="row">
<div style="margin-left:10px" class="col-md-2 nav-padding">
<hr>
<ul class="menu nav nav-tabs nav-stacked">
<li><a href="cloud.html">Introduction</a>
<ul class="menu nav nav-tabs nav-stacked active open">
<!--lia(href="cloud-welcome.html") Welcome to Logscape
-->
<li><a href="cloud-full-stack-monitoring.html">Full Stack Monitoring</a></li>
<li><a href="cloud-getting-started.html">Getting Started </a></li>
</ul>
</li>
<p>Stream Your Data </p>
<li><a href="cloud-syslog.html">▶ Syslog</a>
<!--div
ul.nav.nav-tabs.nav-stacked
li
a(href="cloud-syslog-ng.html") Syslog-NG
li
a(href="") System Logs
li
a(href="") Application Logs
-->
</li>
<li><a href="cloud-nxlog.html">Nxlog </a></li>
<li><a href="cloud-collector.html">▶ Collector </a></li>
<p>System Data </p>
<li><a href="cloud-collector-unix.html">▶ Unix Server</a></li>
<!--li a(href="cloud-system-unix.html") Unix System Logs
-->
<!--li a(href="cloud-system-unix-audit.html") Unix Audit Logs
-->
<li><a href="cloud-collector-windows.html">▶ Windows Server </a></li>
<!--li a(href="cloud-system-windows.html") Windows Event Logs
-->
<!--mdli
a(href="cloud-system-windows-audit.html") Windows Audit Logs
-->
<p>Application Data</p>
<li> <a href="cloud-java-logs.html">Java Logs </a></li>
<!--li a(href="cloud-dotnet-logs.html") DotNet Logs
-->
<!--li
a(href="cloud-aws-logs.html") Amazon AWS
-->
<!--lia(href="cloud-iis-logs.html") IIS Logs
-->
<!--p Web Data-->
<li><a href="cloud-apache-logs.html">Apache Logs</a></li>
<li><a href="cloud-nginx-logs.html">Nginx Logs</a></li>
<li><a href="cloud-web-logs.html">Web Logs</a></li>
<p>Network Devices</p>
<li><a href="cloud-juniper-logs.html">Juniper</a></li>
<li> <a href="cloud-cisco-logs.html">Cisco ASA </a></li>
<!--p Logscape Configuration-->
<!--lia(href="cloud-alerts.html") Alerts
-->
<!--lia(href="cloud-workspaces.html") Creating a workspace
-->
<!--li
a(href="cloud-sub-user.html") Create a new team member
-->
</ul>
</div>
<div class="col-md-9 apps">
</div>
</div>
</body>
</html>
<!--
.container
//
.navbar.navbar-fixed-top
.navbar-inner
.nav-collapse.collapse
ul.nav
li.active Main Support Site
li Explore Logscape Apps
li
a(href="") Download
h3 Logscape Apps
a(href="index.html") Getting Started |
a(href="http://support.liquidlabs.co.uk") Older Versions 1.3x Docs
.container-fluid
br
br
br
br
br
.row
.col-md-11(style="padding-left:100px")
block content
script(src="js/ga.js")
-->
<!--
//
.row
.col-md-2.nav-padding
br
ul
li
a(href="https://github.com/logscape/windowsapp#windowsapp-10") WindowsApp
li
a(href="https://github.com/logscape/unixapp#unixapp-10") UnixApp
li
a(href="https://github.com/logscape/coherenceapp#oraclecoherenceapp-10") Oracle Coherence App
li
a(href="https://github.com/logscape/javaapp#javaapp-10") JavaApp
li
a(href="https://github.com/logscape/vmwareapp#vmwareapp-10") VMWareApp
li
a(href="https://github.com/logscape/ciscoapp#ciscoapp-10") Cisco Devices
.col-md-10
block content
-->