diff --git a/doc/history.htm b/doc/history.htm index 4bdd525..0dabdd8 100644 --- a/doc/history.htm +++ b/doc/history.htm @@ -22,6 +22,7 @@
  • Some modifications on the "Message in the future" check in order to fix some minor issues.
  • Displaying local time even if the data is stored in utc time is supported now.
  • Time format is configurable now. See config.php.
  • +
  • Manual updated.
  • 2006-02-06

  • Improved "Search only for IP". Filtering for subnets is now possible. E.g. to show all 172.19.*.* addresses, simply enter "172.19." (without the quotes) into search field. diff --git a/doc/index.htm b/doc/index.htm index bf8ef89..5a73978 100644 --- a/doc/index.htm +++ b/doc/index.htm @@ -52,7 +52,8 @@
  • 4.7 Details
  • 4.8 Filter Options
  • 4.9 User Options
  • -
  • 4.10 Refresh
  • +
  • 4.10 Database Options
  • +
  • 4.11 Refresh
  • diff --git a/doc/using.htm b/doc/using.htm index e9ae126..b80cea3 100644 --- a/doc/using.htm +++ b/doc/using.htm @@ -14,8 +14,10 @@ -

    [Doc Home]

    + + +

    4. Using the Web Interface


    + + +

    4.1 General concepts

    phpLogCon is designed to give you fast access to your desired information with a high controllable output/filtering. The whole solution is build for good viewing, fast finding that, what you want and to give you full access to the information.

    [Top] + + +

    4.2 Overall Event Filter

    All processing done by phpLogCon is relative to a user-selected filter. That is, only events that match the applicable filter condition will be shown.

    There are two types of filters in phpLogCon:

    + + +

    General Filters:

    These filters can always be set on the Filer Options page. You can reach them through a link on top of each web page. These settings will be saved in the session. So when the session expired, however the filter settings will be default next time. In User Interface mode they will be saved in database for each user. That provides on each logon or opening phpLogCon gettin your personal filter settings.

    General Filters are:

    + + + +

    SysLogTag Filter Conditions:

    +

    +

    +

    SysLogTag Filters are:

    + + + +

    Quick Filters:

    Quick Filters provide the General Filters and can be set in Events Display. They will override the general filters while staying in Events Display. They provide you quick changes for temporally viewing different and little bit fine filtered events, without changing your general filter settings.

    Quick Filters are:

    [Top] + + +

    4.3 Page Layout

    Every page will follow a standard layout. It has three areas

    [Top] + + +

    4.4 Homepage/Index

    The main work area of the home displays statistical information:

    Of course, all of this in respect to the current filter.

    [Top] + + +

    4.5 Show Events

    Here you can see the events; listed in respect to the current filter settings. Also you can use the quick filter, that allows you to override (not overwrite!) temporally your current filter settings. This provides a quick view on different filtered events, without going to the filter options. You can also choose how much event's should be displayed per page, color and search for an expression and search for a Host or IP.

    [Top] + + +

    4.6 Show SysLogTags

    This page is especially created for watching the different SysLogTags. Here you can see all different SysLogTags, those appear in database with occurrences in database and sample message.

    It brings you two new quick filters to filter and order the SysLogTags for fine-tuning:

    + + +

    Display SysLogTags

    In this drop-down menu you can choose between 'Syslog', that will show you all Syslogs those appear in database with a sample message and 'SysLog corresponding to host', what will show you every SysLogTag that appeared on each Host.

    + + +

    Order by

    You can order the Events ascending or descending by SysLogTag, Occurrences or Hosts, who have send this SysLogTag.

    When you click on the example message, you'll get listed all occurrences of this SysLogTag. They're listed under respect of overall filter settings!

    [Top] + + +

    4.7 Details

    You can reach the details through clicking on an events message. This page will give you full information about the selected event. Also you have direct links to the MonitorWare event reference and google groups to get additional information.

    [Top] + + +

    4.8 Filter Options

    The filter options allow the user to specify filters important for output of the events. Which overall filters are available is listed above under point 4.2. For optimizing the events display you can choose which quick filter should be displayed. Also there are filters for the SysLogTag page. You can choose how they should be order and corresponding to which field, for example occurrences of one Tag.

    If User Interface is enabled and the option "Save filter settings in database and load them while logging in" is checked, all filter settings will be saved in database. Otherwise, they only will stay like this in current session!

    If User Interface is disabled, the settings will only stay like this in the current session. Next time opening phpLogCon, they will be default.

    [Top] + + +

    4.9 User Options

    User options can look in two different versions:

    [Top] -

    4.10 Refresh

    -

    Simply refresh the page. It's the same as hitting F5 in the most of the browsers.

    + + + +

    4.10 Database Options

    +

    Here you can choose the database from a dropdown menu, which phpLogCon should use.

    [Top] + + +

    4.11 Refresh

    +

    Simply refreshes the page. It's the same as hitting F5 in the most of the browsers.

    + [Top] + + +

    [Doc Home] [MonitorWare Web Site]