forked from logscape/logscape.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deploy-administration.html
138 lines (130 loc) · 9.66 KB
/
deploy-administration.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
<!DOCTYPE html><html lang="en"><head><title> Logscape 2.0 </title><link href="css/bootstrap.min.css" rel="stylesheet"><link href="css/style.css" rel="stylesheet"><link href="css/style.css" rel="stylesheet"><link href="css/font-awesome-4.0.3/css/font-awesome.min.css" rel="stylesheet"><script src="js/jquery-1.11.0.js"></script><script src="js/bootstrap.min.js"></script><script>var breadcrumbs={
"gettingstarted":"Getting Started"
,"searching":"Search"
,"kv":"Data Discovery"
,"offsets":"Using Offsets"
,"geoip":"Geo IP"
,"pattern":"Using Search Patterns"
,"video":"tutorials"
,"overlays":"Overlaying Searches"
,"starthere":""
,"ds":"Data Sources"
,"add":" Add a New Data Source"
,"multitags":" Using Multi-Tags"
,"syslog":" Connect Syslog Clients"
,"tags": " Sources and Tags"
,"intelligent_field_discovery":" Intelligent Field Discovery"
,"types":"Data Types"
,"system_fields":"System Fields"
,"deploy":"Deployment"
,"app":" Logscape Apps"
,"agents": "Agents "
,"architectures_default": " Default Deployment"
,"architectures_failover": "Failover"
,"architectures_indexstores": " Index Stores"
,"architectures_tenured":"Tenured Data"
,"architectures_zones":" Zones"
,"Backup": "Backup"
,"home":" The Home WorkspacE"
,"import":" Restoring from Backup"
,"partial": " Selective Import"
,"arch_zoning":"Distributed Topology"
,"arch_clm":"Centralized Monitoring Topology"
,"arch_indexstores":"Multiple Index Store Topology"
,"rawtcpserver": "Tcp Server"
,"syslogserer":"Syslog Server"
,"centralconfigs":"Centralized Configuration"
,"boot_properties":"Boot Properties"
,"users":"Users"
,"datagroups": "Data Groups"
,"nested": "Nested Groups"
,"ldap":"Active Directory"
};
$(window).load(function(){
function genLink(arr,idx){
if (idx<0) { return "/"; }
var l="/"
for(i=0;i<=idx;i++){
l=l + arr[i] + "-" ;
}
return l.substring(0,l.length-1) + ".html";
}
function renderCrumbs(page){
console.log("rendering breadcrumbs for page:" + page)
if (page.indexOf("-") < 0){
return ""
}
var parts=page.split("-");
var idx=0;
console.log("rendering " + parts);
var html="<a href='"+genLink(parts,-1)+"'> / Home </a>";
for(idx=0;idx<parts.length;idx++){
k=parts[idx];
html=html + "<a href="+ genLink(parts,idx) + ">";
if (breadcrumbs.hasOwnProperty(k)){
html=html + " / " + breadcrumbs[k];
}else{
html=html + " / " + k[0].toUpperCase() + k.substring(1,k.length);
}
console.log(".");
}
console.log("this far!!!");
return html
}
var elems=window.location.href.split('?')[0].split('/');
var currentPage=elems[elems.length-1].split('.')[0]
console.log("crumb>" + renderCrumbs(currentPage));
$('#widget-bc').html(renderCrumbs(currentPage));
});
</script><script>var blogFeed;
function parseRSS(url, callback) {
$.ajax({
url: document.location.protocol + '//ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=10&callback=?&q=' + encodeURIComponent(url),
dataType: 'json',
success: function(data) {
callback(data.responseData.feed);
}});
}
$(window).load(function() {
parseRSS("http://blog.logscape.com/feed",function(feed){
var num = feed.entries.length;
for(i=0;i< num;i++){
var title=feed.entries[i].title;
//var link=feed.entries[i].
link=feed.entries[i].link;
$(".resource-list ul").append("<li><a href='"+link+"'>"+title+"</a> </li>")
blogFeed=feed;
}
});
});
</script><script>$(window).bind("pageshow",function(){
var $form= $("form")[0];
$form.reset();
});
</script><script>function submit_form(){
var q=$("#searchBox").val()
q=encodeURIComponent(q)
var query="https://www.google.com/?gws_rd=cr&q=site:logscape.github.io++"+q+"#q=site:logscape.github.io++"+q
var location = window.location.href;
console.log("back:" + location);
history.pushState({},"",location);
window.location.replace(query);
}</script></head><body><div style="min-height:30px;margin-bottom:5px;" class="container-fluid navbar"><div style="height:5px" class="row"></div><div class="row navbar-inner"><div style="width:10px" class="col-md-1"></div><div class="col-md-11"><form id="cse-search-box" action="" style="position:right;padding-top:5px;padding-bottom:5px" onSubmit="submit_form()"><a href="/"><img src="images/logo.png" style="padding-top:0px,padding-right:15px" width="150"></a><input type="hidden" name="cx" value="partner-pub-2789521296837340:9402765321"><input type="hidden" name="ie" value="UTF-8"><input id="searchBox" type="text" name="q" size="31" style="margin-left:15px"><input id="cseSubmit" type="submit" value=" " class="btn-search"> <a href="http://apps.logscape.com">Apps | </a><a href="http://support.liquidlabs.co.uk">Release 1.3 | </a><a href="http://logscape.activeboard.com/">Forums </a></form></div></div></div><div class="container-fluid"><div class="row"><div class="col-md-2"></div><div class="col-md-5"><div id="widget-bc" padding-left:150px class="breadcrumbs style"> </div></div><!--p
a(href="") >> Home
a(href="") / Searches
a(href="") / Overlaying Searches
--></div><div class="row"><div style="width:10px" class="col-md-1"><p></p></div><div class="col-md-2 nav-padding"><ul class="nav nav-tabs nav-stacked"><li><a href="searching.html">Search</a></li><li></li><!--a(href="workspaces.html") WorkSpaces--><li><a href="ds.html">Data Sources</a></li><li><a href="types.html">Data Types </a></li><li><a href="deploy.html">Deployment</a></li><li><a href="users.html">Users </a></li><li><a href="alerts.html">Alerts </a></li><li><a href="technology.html">Technology</a></li></ul></div><!--.resource-list
ul(style="list-style:none;padding-left:0px")
h4 Blog Feed--><div class="col-md-9 content-area"><div class="container-fluid"><div class="row"> <div class="col-md-9 panel-info"><h3>Logscape Administration</h3><hr class="dark"></div></div><div class="row"><div class="col-md-10"><div class="row"><div class="col-md-4 panel-info"><h4>Configuration Tasks </h4><p>The Manager is the main component of Logscape. This component provides the web dashboard and orchestrates the services running on Forwarders and Indexers. </p><ul><li><a href="deploy-administration-memory.html">Increasing Memory</a></li><li><a href="deploy-administration-role.html">Changing an Agents Role</a></li><li><a>Changing an Agents Zone </a></li><li><a href="deploy-administration-priority.html">Changing an Agents Priority </a></li><li><a href="deploy-administration-centralizedconfig.html">Centralized Deployment </a></li><li><a href="deploy-administration-timezones.html">Changing the Time Zone</a></li><li><a href="deploy-administration-dsoffsets.html">Data Source Offsets </a></li><li><a href="deploy-administration-resourcgroups.html"> Creating Resource Groups </a></li></ul></div><div class="col-md-4 panel-info"><h4>Monitoring Logscpe </h4><p>The Index Store accepts data from Forwarders provides the data for indexing and searching services for the data retrieved from these hosts. Multiple Index Stores can be used in Logscape deployment. </p><ul><li><a href="deploy-administration-monitoringdata.html">Monitoring Data and Events</a></li><li><a href="deploy-administration-monitoringhealth.html">Agent Health </a></li><li><a href="deploy-administration-monitoring-alerts.html">Alerts </a></li><li><a href="deploy-administration-monitoring-system-1.html">System Overview </a></li></ul></div><div class="col-md-4 panel-info"><h4>Managing Apps </h4><p>A Forwarder is a lightweight Logscape copes whose sole responsibility is to ship data on its host to an Index Store or the Manager. </p><ul><li><a href="deploy-administration-appsproperties.html">Modifying The Properties </a></li><li><a href="deploy-administration-appupdating.html">Updating an App</a></li><li><a href="deploy-administration-homeconfig.html">Home Config </a></li><li><a href="deploy-administration-grokitconfig.html">Grokit Config</a></li></ul></div></div></div></div><div class="row"><div class="col-md-10"><div class="row"><div class="col-md-4 panel-info"><h4>Upgrading Logscape </h4><p>The Manager is the main component of Logscape. This component provides the web dashboard and orchestrates the services running on Forwarders and Indexers. </p><ul><li><a href="deploy-administration-validate.html">Validating an Installation</a></li><li><a href="deploy-administration-importexport.html">Import/Export Configuration</a></li><li><a href="deploy-administration-moving.html">Moving Logscape to a new Host </a></li></ul></div><div class="col-md-4 panel-info"><h4>Services </h4><p>The Index Store accepts data from Forwarders provides the data for indexing and searching services for the data retrieved from these hosts. Multiple Index Stores can be used in Logscape deployment. </p><a href="deploy-indexstore.html">How to Install </a><ul><li><a>LogServer </a></li><li><a>Syslog Server</a></li><li><a>Raw Socket Server </a></li><li><a>Dashboard Server</a></li></ul></div><div class="col-md-4 panel-info"><h4>Miscellaneou Topics </h4><p>A Forwarder is a lightweight Logscape copes whose sole responsibility is to ship data on its host to an Index Store or the Manager. </p><ul><li><a>Running as a Service ( Unix-like OSes) </a></li><li><a>High Availability Mode</a></li><li><a>Confgure SMTP </a></li><li><a>SSL </a></li><li><a>Running a SocketServer on an IndexStore </a></li><li><a>What is VScape </a></li></ul></div></div></div></div></div></div></div><div class="row"><hr class="dark"><div class="col-md-3"></div><Logscape>Copyright 2014(c) Registered Trademark </Logscape></div></div><script>$( document ).ready(function() {
$("#cseSubmit").on("click",function(e){
e.preventDefault();
submit_form();
});
$("#searchBox").on("keypress",function(e){
if (e.keyCode == 13) {
e.preventDefault();
submit_form()
}
});
});
</script><script src="js/ga.js"></script></body></html>