Log Management Flat File Policy

Flat File log messages are a common log message format that can be collected, stored, and normalized similarly to Windows event log messages and syslog messages. A Flat File policy allows you to collect Flat Files for Alert Logic to review.

Alert Logic also allows you to create other types of Log Management policies. These policies dictate how Alert Logic collects log messages, and allows you to reuse this common configuration for several log sources of the same type. To learn more about other log management policies, see the link below:

Configure Flat File collection policies

To access the Log Management policies page, click CONFIGURATION, click Log Management, and then click Policies in the left navigation panel.

You must create a Flat File collection policy before you can create a Flat File collection source. For more information, see Configure Flat File log sources.

After you create the Flat File collection source, the collection source executes the Flat File collection policy.

If you update, archive, or delete any collection or policies, you could break interconnected configurations.

Configurations for Flat File collection policy

No industry standard exists to structure Flat File log messages. As a result, log formats vary by computer device. Alert Logic supports gzip, bzip2, and zip compressed logs. When you define a log rotation schema, you instruct Alert Logic how to identify:

  • The active log file into which new log messages are written.
  • Rotated log files into which no new log messages are written.
  • The order in which rotated log files are collected (such as which files have the oldest or most recent messages).

The following is a list of supported Flat File rotation format examples:

    • YYYYMMDD (IIS Native Method):
      • The currently active log file is <name>.log. For example: ex.log
      • Periodically, a new active file is created and the old active file is renamed to reflect the date: <name>YYYYMMDD.log. For example: ex20091230.log
      • Alert Logic collects from each file in order, based on the date in each file name.
    • YYYYMMDD (append method):
      • The currently active log file is given the form: <name>.YYYYMMDD
      • Periodically, a new log file is created and becomes the active log file.
      • Alert Logic collects from each file in order, based on the date in each file name.
    • Epoch Timestamp
      • The currently active log file is given the form: <name>.<timestamp>
      • Periodically, a new log file is created and becomes the active log file.
      • Alert Logic collects from each file in order, based on the timestamp in each file name.
    • Incrementing Integer Method (logrotate)
      • The currently active log file is <name>
      • Periodically, the active log file is renamed to <name>.1, <name>.2 to <name>.3, and so forth.
      • Alert Logic collects from each file in order, based on the numeric suffix.
    • Other similar formats are also supported, and is based on the date in each file name according to the pattern provided:
      • YYMM
      • MM-DD-YY
      • MM_DD_YYYY
      • DD_MM_YY
      • YYMMDD
      • MM.DD.YYYY
      • DD-MM-YY
      • DD-MM-YYYY
      • YYMMDDhh
      • MM.DD.YY
      • DD.MM.YYYY
      • DD_MM_YYYY
      • MM-DD-YYYY
      • MM_DD_YY
      • DD.MM.YY
      • YYYY-MM-DD
      • YY-MM-DD

Define the rotation scheme

The rotation scheme is the order that the date appears within the log message. For example, Flat Files may contain variable data like dates in MM.DD.YYYY (month, day, year) or DD.MM.YYYY (day, month, year) format.

For Linux users, the Alert Logic console automatically detects standard Linux log rotation formats and also provides other common formats for selection during setup.

Choose a single or multi-line log

By default, Alert Logic assumes that each message is contained on a single line. When a single message spans multiple lines, you must:

  • Define a fixed number of lines per log message, or
  • Use a known pattern that matches the beginning, middle, or end of each log message. This pattern can be a simple Perl Compatible Regular Expression (PCRE).

Pick the desired time stamp method.

Choose one of the following options to configure the time stamp for each Flat File:

  • Choose the local time zone and settings of the log source.
  • Choose one of several predefined rules.
  • Create a custom time format.

Create a Flat File collection policy

The collection policy determines which Flat File log messages to collect, how to separate log messages within a Flat File, and how to read the time of each log message. Also, the collection policy can specify when Alert Logic collects messages from associated log sources.

To create a Flat File collection policy:

  1. Access the Log Management Policies page and click the Flat File tab.
  2. Click the add icon ().
  3. In Flat File Policy Name, type a descriptive name.
  4. In Source File Path, type the path information.
  5. To use an agent for collection, specify the local file system path to the log files. Otherwise, specify the network share path to the log files.

  6. In File Name or Pattern, type the file name or date pattern of the flat file log messages. Alert Logic can only collect Flat File log messages that match the pattern.
  7. htaccess.* is a file name with a pattern. The * represents the time stamp of the flat file log. Alert Logic accepts a variety of date formats.

  8. From File Name Rotation Scheme, select a file name rotation scheme. The format must match the format of your Flat File log messages. Alert Logic recommends you specify the rotation scheme format of your Flat File log messages. For more information about rotation scheme, see Configurations for Flat File collection policy.
  9. The default Auto-Detect identifies many rotation schemes. If you are unsure of the format, or if you do not find the specific format from the drop-down menu, select Auto-Detect.

  10. In Multi-line Handling, select a multi-line handling option:
    • If all of your flat file log messages contain a single line, keep the selection: File contains single line log messages.
    • If all of your flat file log messages do not contain a single line, select File contains log messages with multiple lines. Also, select and enter a configuration:
      • If the lengths of your log messages are consistent, keep the selection Each log message spans a fixed number of lines, and then specify the number of lines.
      • If the lengths of your log messages are not consistent:
        1. Select Each log message follows a known pattern.
        2. Select the appropriate Pattern application.
        3. Type the Pattern for the log message.
        4. If your pattern is a Perl Compatible Regular Expression (PCRE), select Regular expression.
  11. Pattern application options:

    • At the beginning of message: A line that matches the specified pattern marks the beginning of a new message; non-matching lines are grouped into the prior message.
    • In the middle of message: A line that does not match the specified pattern marks the middle of a new message; matching lines are grouped into the prior message.
    • At the end of message: A line that matches the specified pattern marks the end of a message; non-matching lines prior to that are grouped into this message.
  12. In Timestamp Rule, select a timestamp rule option:
    • To use the timestamp from the collector, keep the selection Set message time as collect time.
    • To use an existing timestamp, select Parse file name using a pre-defined timestamp format, and then choose a format from Select a format.
    • To use a custom timestamp, select Parse file name using a custom timestamp format, and then enter a format for the date string in the expanded configuration area. In the Format of date string field, type a format for the date string, and follow the on-screen instructions.
  13. In Host Credential, select or create a credential:

    If you use the Alert Logic agent for log collection, do not select or create host credentials.

    • To use an existing credential, keep the default selection: Use an existing credential, and then from Choose a credential, select a credential.
    • To create a new credential, select Create a new credential, and then enter new credentials. In the corresponding configuration fields, type a Credential Name, Host Username, and Host Password. In the Retype Password field, retype the host password.
  14. In Collection Schedule, select or create a collection schedule:
    • To select a collection schedule, keep the default selection: Use an existing schedule, and then from Choose a schedule, select a schedule.
    • To create a new collection schedule:
      1. Select Create a new schedule.
      2. Enter and select the schedule options.
      3. Type a Schedule Name.
      4. Select a Schedule Time Zone.
      5. Select Blackout to enable blackout periods, or add or remove extra blackout periods.
  15. Click SAVE.

Update a Flat File collection policy

To update a Flat File collection policy:

  1. Access the Log Management Policies page and click the Flat File tab.
  2. In the list of Flat File collection policies, click the pencil icon () for the collection policy to edit.
  3. Make the necessary updates. For more information, see Create a Flat File collection policy.
  4. Click SAVE.

Delete a Flat File collection policy

To delete a Flat File collection policy:

  1. Access the Log Management Policies page and click the Flat File tab.
  2. Click the trash icon () for the Flat File collection policy to delete.
  3. Click DELETE.