# Bluebeam

# Introduction

Open iT supports Bluebeam usage reporting. The following sections will guide you on the required configuration for license manager utility polling and log file parsing.

# Requirements

# Configuring License Manager Utility Polling

Open iT polls the license servers at regular intervals to get the current status of its license use and availability.

For this collection, the data source is through an API. The data collector/preprocessor initiates the license status utility every hour using a 5-minute sample interval, triggering the data collection process. The license status utility requests the current license usage data from the license manager portal. After the license manager portal provides the requested data, the license status utility passes this information to the data collector/preprocessor. The data collector/preprocessor processes the data, preparing it for transmission. Finally, the preprocessed data is sent to the Core Server every night, according to the client's timezone, for further storage, completing the license usage data collection and processing.

License Manager Utility Polling Workflow through API

License Manager Utility Polling Workflow through API

This will produce the following aggregated data types used for historical reporting:

The following sections will guide you in setting up the necessary configuration to collect and send the required data to the server.

# Initializing Poll-based Data Collection

Before configuring data collection, it is necessary to follow the steps below:

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd C:\Program Files\OpeniT\Core\bin
  3. Run the following command to initialize data collection for real-time reporting:

    Command Syntax
    openit_bluebeampoll -c
  4. Enter the Bluebeam account credentials once prompted.

    Example
    openit_bluebeampoll -c
    Enter username to user: jsmith@email.com
    Enter password:
    Parameter Description
    -e, --enable-saving-raw Use this to enable saving of raw files.
    -f <feature_name>, --features <feature_name> Use this to specify the JSON file containing the API response for features. This should be used with the -u parameter.
    -u <usages>, --usages <usages> Use this to specify the JSON file containing the API response for usages. This should be used with the -f parameter.
    -d, --debug Use this to turn on debug logging.
    -t <timeout>, --timeout <timeout> Use this to set a timeout for collection in seconds.
    -h, --help Use this to display help text.

# Configuring Data Collection

These are the required steps to activate and configure collection of Bluebeam usage data.

  1. Go to the Components directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\Components, and back up the licpoll.xml configuration file.

  2. Open a command prompt with Administrator level privileges.

  3. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
     cd $BIN_DIR
    Example
     cd C:\Program Files\OpeniT\Core\bin
  4. Once in the directory, activate the collection of Bluebeam data, run the command:

    Command Syntax
     openit_confinit -c "licpoll.license-types.bluebeam-sample.active=true"
  5. Update the configuration file, run the command:

    Command Syntax
     openit_confbuilder --client

Refer to the Bluebeam Data Collection Configuration table to learn more about Bluebeam configuration in licpoll.xml.

Object Name Accepted Value Description
active Boolean (true or false) Setting this to true activates Bluebeam usage data collection.
type String (i.e., GenericLicense) The license manager type.
interval Timespan (e.g., P30S, P5M, P1H) The span of time between each polling round (it is recommended to set a value no less than P1M).
offset Timespan (e.g., P30S, P5M, P1H) The span of time the aligned poll time decided by interval is shifted.
product-name String (e.g., server;daemon) This object is defined if a vendor license name other than the default GenericLicense=%hosttype% will be used.
status-command FileName (e.g., ${OpeniT.directories.bin}/openit_bluebeampoll.exe) The binary used to obtain status from the license manager.
status-command.arguments String (i.e., -e, f, u, d) The arguments used for the status command.
Bluebeam Data Collection Configuration

# Verifying Data Collection

After configuration, you can verify that the data is collected by following these steps:

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
     cd $BIN_DIR
    Example
     cd C:\Program Files\OpeniT\Core\bin
  3. Run the command:

    Command Syntax
    openit_licpoll -# 1
  4. Verify that the temp directory, which is by default in C:\ProgramData\OpeniT\Data\temp, contains a LicPoll directory containing .data and status-*.log files.

# Configuring Log File Parsing

Open iT collects log files and converts them to Open iT format.

For this collection, the data collector initiates the raw data collector to request license usage history logs from the license manager every 5 minutes, triggering the data collection process. Once the logs are received, the raw data collector passes them to the data collector. The collected data is then sent to a data preprocessor for processing. After preprocessing, the final preprocessed data is stored in the Core Server.

Log File Parsing Workflow with Raw Collector

Log File Parsing Workflow with Raw Collector

This will produce the following aggregated data types used for historical reporting:

Record Log Data:

Event Log Data:

The following sections will guide you in setting up the necessary configuration to collect and send the required data to the server.

# Initializing Historical Data Collection

Before configuring data collection, it is necessary to follow the steps below:

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd C:\Program Files\OpeniT\Core\bin
  3. Run the following command to initialize data collection for historical reporting:

    Command Syntax
    openit_bluebeamhistory -c
  4. Enter the Bluebeam account credentials once prompted.

    Example
    openit_bluebeamhistory -c
    Enter username to user: jsmith@email.com
    Enter password:

# Activating Log Data Collection

These are the required steps to activate collection of Bluebeam license log data.

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
     cd $BIN_DIR
    Example
     cd C:\Program Files\OpeniT\Core\bin
  3. Once in the directory, activate the collection of Bluebeam log data, run the command:

    Command Syntax
     openit_oconfinit -u "collect_license_bluebeam-logs.root.scheduler.jobs.collect_bluebeam_data.general.active=true"

The collection runs every midnight by default. To configure the intervals, locate the instances attribute under collect_bluebeam_licenselogs, preprocess_bluebeam_licenselogs-events, or transfer_bluebeam_licenselogs in the same file and configure the attributes.

Refer to the Bluebeam Log Job Scheduler Instances Configuration table to learn the attributes used to configure Bluebeam data collection and transfer.

Attribute Name Accepted Value Description
max-instances Uint (e.g., 5, 8, 9) The number of instances allowed to run at the same time.
max-handling String (end-oldest, end-all-old, or end-new) The action done upon reaching the maximum number of instances:
  • end-oldest - Specify this option to stop/kill the oldest instance and start a new one.
  • end-all-old - Specify this option to stop/kill all running instances before starting the new one.
  • end-new - Specify this option to prevent a new instance from starting.
end-timeout Timespan (e.g., P30S, P5M, P1H) The maximum waiting time before terminating a running instance.
quarantine Timespan (e.g., P30S, P5M, P1H) The waiting time before starting a new instance after a previous one.
Bluebeam Log Job Scheduler Instances Configuration

# Deactivating Record Log Data Collection

Turning on log data collection automatically aggregates record and event log data. If you want to collect event log data only, follow these steps.

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
     cd $BIN_DIR
    Example
     cd C:\Program Files\OpeniT\Core\bin
  3. Once in the directory, deactivate the collection of record log data, run the command:

    Command Syntax
     openit_oconfinit -u "collect_license_bluebeam-logs.root.scheduler.jobs.preprocess_bluebeam_licenselogs-records.general.active=false"
  4. Change the handling of event logs, run the command:

    Command Syntax
     openit_oconfinit -u "collect_license_bluebeam-logs.root.scheduler.jobs.preprocess_bluebeam_licenselogs-events.operations.arguments=--srcdir \"${OpeniT.directories.temp}/LogFileCollector\" --srcpattern *bluebeam-license*.data --srcfilehandling rename --trgdir \"${OpeniT.directories.temp}/LogParserBluebeam\" --module license --datatype event --resolution PT1H --matchobjects \"${OpeniT.directories.conf}/matchobjects-event-bluebeam.oconf\" --type event --disable-statlogging --output-time utc"
  5. Change the data transfer schedule, run the command:

    Command Syntax
     openit_oconfinit -u "collect_license_bluebeam-logs.root.scheduler.jobs.transfer_bluebeam_licenselogs.scheduling.start-triggers.trigger#1.job-name=preprocess_bluebeam_licenselogs-events"

# Verifying Log Data Collection

After configuration, you can verify that the data is collected and sent to the server by following these steps:

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
     cd $BIN_DIR
    Example
     cd C:\Program Files\OpeniT\Core\bin
  3. Run the command:

    Command Syntax
     openit_executor -r collect_license_bluebeam-logs
  4. Verify that there are archiver*.in files created in the server in the archiver directory, which is by default in C:\ProgramData\OpeniT\Data\incoming\archiver.

# Next Steps?

   Renaming Vendor License    Renaming Features    Create and Add Report    License Monitor

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close