mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Added new oracle text to the asktheoracle page ;)
This commit is contained in:
parent
5a311244af
commit
8652f48063
@ -97,7 +97,7 @@ else
|
|||||||
}
|
}
|
||||||
|
|
||||||
$content['ORACLE_HELP_DETAIL'] = GetAndReplaceLangStr( $content['LN_ORACLE_HELP_DETAIL'], $content['oracle_type_readable'], $content['oracle_query'] ) ;
|
$content['ORACLE_HELP_DETAIL'] = GetAndReplaceLangStr( $content['LN_ORACLE_HELP_DETAIL'], $content['oracle_type_readable'], $content['oracle_query'] ) ;
|
||||||
$content['ORACLE_HELP_TEXT'] = GetAndReplaceLangStr( $content['LN_ORACLE_HELP_TEXT'], $content['oracle_type_readable'], $content['oracle_query'] ) ;
|
$content['ORACLE_HELP_TEXT'] = GetAndReplaceLangStr( $content['LN_ORACLE_HELP_TEXT'], $content['oracle_type_readable'], $content['oracle_query'], $content['LN_ORACLE_HELP_TEXT_EXTERNAL'] ) ;
|
||||||
$content['ORACLE_WHOIS'] = GetAndReplaceLangStr( $content['LN_ORACLE_WHOIS'], $content['oracle_type_readable'], $content['oracle_query'] ) ;
|
$content['ORACLE_WHOIS'] = GetAndReplaceLangStr( $content['LN_ORACLE_WHOIS'], $content['oracle_type_readable'], $content['oracle_query'] ) ;
|
||||||
$content['WhoisUrl'] = "http://kb.monitorware.com/kbsearch.php?sa=whois&oid=" . $content['oracle_kb_type'] . "&origin=phplogcon&q=" . urlencode($content['oracle_query']);
|
$content['WhoisUrl'] = "http://kb.monitorware.com/kbsearch.php?sa=whois&oid=" . $content['oracle_kb_type'] . "&origin=phplogcon&q=" . urlencode($content['oracle_query']);
|
||||||
|
|
||||||
|
@ -321,9 +321,14 @@ $content['LN_DETAIL_BACKTOLIST'] = "Back to Listview";
|
|||||||
// asktheoracle site
|
// asktheoracle site
|
||||||
$content['LN_ORACLE_TITLE'] = "Asking the oracle for '%1'";
|
$content['LN_ORACLE_TITLE'] = "Asking the oracle for '%1'";
|
||||||
$content['LN_ORACLE_HELP_FOR'] = "These are the links the oracle got for you";
|
$content['LN_ORACLE_HELP_FOR'] = "These are the links the oracle got for you";
|
||||||
$content['LN_ORACLE_HELP_TEXT'] = "You asked the oracle to find more information about the '%1' value '%2'. <br>
|
$content['LN_ORACLE_HELP_TEXT'] = "<br><h3>You asked the oracle to find more information about the '%1' value '%2'.</h3>
|
||||||
The oracle has come to an answer, and brought up the following link suggestions:
|
<p align=\"left\">This pages enables you do a a search over multiple log sources. %3
|
||||||
|
<br>The overall idea is to make it easy to find information about a specific subject in all places where it may exist.
|
||||||
|
</p>
|
||||||
|
<p align=\"left\">A useful use case may be a hack attempt you see in a web log. Click on the attacker's IP, which brings up this search page here. Now you can both lookup information about the IP range as well as check your other logs (e.g. firewall or mail) if they contain information about the attacker. We hope that this facilitates your analysis process.
|
||||||
|
</p>
|
||||||
";
|
";
|
||||||
|
$content['LN_ORACLE_HELP_TEXT_EXTERNAL'] = "It also enables you to perform canned searches over some external databases";
|
||||||
$content['LN_ORACLE_HELP_DETAIL'] = "Link matrix for the '%1' value '%2'";
|
$content['LN_ORACLE_HELP_DETAIL'] = "Link matrix for the '%1' value '%2'";
|
||||||
$content['LN_ORACLE_SEARCH'] = "Search"; // in '%1' Field";
|
$content['LN_ORACLE_SEARCH'] = "Search"; // in '%1' Field";
|
||||||
$content['LN_ORACLE_SOURCENAME'] = "Source name";
|
$content['LN_ORACLE_SOURCENAME'] = "Source name";
|
||||||
|
@ -325,9 +325,14 @@ $content['LN_CONVERT_ERROR_SOURCEIMPORT'] = "Critical Error while importing the
|
|||||||
// asktheoracle site
|
// asktheoracle site
|
||||||
$content['LN_ORACLE_TITLE'] = "Asking the oracle for '%1'";
|
$content['LN_ORACLE_TITLE'] = "Asking the oracle for '%1'";
|
||||||
$content['LN_ORACLE_HELP_FOR'] = "These are the links the oracle got for you";
|
$content['LN_ORACLE_HELP_FOR'] = "These are the links the oracle got for you";
|
||||||
$content['LN_ORACLE_HELP_TEXT'] = "You asked the oracle to find more information about the '%1' value '%2'. <br>
|
$content['LN_ORACLE_HELP_TEXT'] = "<br><h3>You asked the oracle to find more information about the '%1' value '%2'.</h3>
|
||||||
The oracle has come to an answer, and brought up the following link suggestions:
|
<p align=\"left\">This pages enables you do a a search over multiple log sources. %3
|
||||||
|
<br>The overall idea is to make it easy to find information about a specific subject in all places where it may exist.
|
||||||
|
</p>
|
||||||
|
<p align=\"left\">A useful use case may be a hack attempt you see in a web log. Click on the attacker's IP, which brings up this search page here. Now you can both lookup information about the IP range as well as check your other logs (e.g. firewall or mail) if they contain information about the attacker. We hope that this facilitates your analysis process.
|
||||||
|
</p>
|
||||||
";
|
";
|
||||||
|
$content['LN_ORACLE_HELP_TEXT_EXTERNAL'] = "It also enables you to perform canned searches over some external databases";
|
||||||
$content['LN_ORACLE_HELP_DETAIL'] = "Link matrix for the '%1' value '%2'";
|
$content['LN_ORACLE_HELP_DETAIL'] = "Link matrix for the '%1' value '%2'";
|
||||||
$content['LN_ORACLE_SEARCH'] = "Search"; // in '%1' Field";
|
$content['LN_ORACLE_SEARCH'] = "Search"; // in '%1' Field";
|
||||||
$content['LN_ORACLE_SOURCENAME'] = "Source name";
|
$content['LN_ORACLE_SOURCENAME'] = "Source name";
|
||||||
|
@ -325,9 +325,14 @@ $content['LN_DETAIL_BACKTOLIST'] = "Voltar para a lista";
|
|||||||
// asktheoracle site
|
// asktheoracle site
|
||||||
$content['LN_ORACLE_TITLE'] = "Asking the oracle for '%1'";
|
$content['LN_ORACLE_TITLE'] = "Asking the oracle for '%1'";
|
||||||
$content['LN_ORACLE_HELP_FOR'] = "These are the links the oracle got for you";
|
$content['LN_ORACLE_HELP_FOR'] = "These are the links the oracle got for you";
|
||||||
$content['LN_ORACLE_HELP_TEXT'] = "You asked the oracle to find more information about the '%1' value '%2'. <br>
|
$content['LN_ORACLE_HELP_TEXT'] = "<br><h3>You asked the oracle to find more information about the '%1' value '%2'.</h3>
|
||||||
The oracle has come to an answer, and brought up the following link suggestions:
|
<p align=\"left\">This pages enables you do a a search over multiple log sources. %3
|
||||||
|
<br>The overall idea is to make it easy to find information about a specific subject in all places where it may exist.
|
||||||
|
</p>
|
||||||
|
<p align=\"left\">A useful use case may be a hack attempt you see in a web log. Click on the attacker's IP, which brings up this search page here. Now you can both lookup information about the IP range as well as check your other logs (e.g. firewall or mail) if they contain information about the attacker. We hope that this facilitates your analysis process.
|
||||||
|
</p>
|
||||||
";
|
";
|
||||||
|
$content['LN_ORACLE_HELP_TEXT_EXTERNAL'] = "It also enables you to perform canned searches over some external databases";
|
||||||
$content['LN_ORACLE_HELP_DETAIL'] = "Link matrix for the '%1' value '%2'";
|
$content['LN_ORACLE_HELP_DETAIL'] = "Link matrix for the '%1' value '%2'";
|
||||||
$content['LN_ORACLE_SEARCH'] = "Search"; // in '%1' Field";
|
$content['LN_ORACLE_SEARCH'] = "Search"; // in '%1' Field";
|
||||||
$content['LN_ORACLE_SOURCENAME'] = "Source name";
|
$content['LN_ORACLE_SOURCENAME'] = "Source name";
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3" class="titleSecond"><br><blockquote>{ORACLE_HELP_TEXT}</blockquote><br></td>
|
<td colspan="3" class="titleSecond"><blockquote>{ORACLE_HELP_TEXT}</blockquote><br></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!-- IF helplinksenabled="true" -->
|
<!-- IF helplinksenabled="true" -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user