Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
shmsr committed Aug 29, 2023
1 parent 2c70650 commit bd2be34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions packages/microsoft_sqlserver/_dev/build/docs/README.md
Expand Up @@ -110,13 +110,13 @@ Keep in mind that this feature is set to `false` by default and needs to be manu

### audit

The SQL Server audit dataset provides events from the configured Windows event log channel. All SQL Server audit specific fields are available in the `sqlserver.audit` field group.
The SQL Server audit dataset provides events from the configured Windows event log channel. All SQL Server audit-specific fields are available in the `sqlserver.audit` field group.

{{fields "audit"}}

### log

The Microsoft SQL Server `log` dataset parses error logs created by Microsoft SQL server.
The Microsoft SQL Server `log` dataset parses error logs created by the Microsoft SQL server.

{{event "log"}}

Expand All @@ -126,15 +126,15 @@ The Microsoft SQL Server `log` dataset parses error logs created by Microsoft SQ

### performance

The Microsoft SQL Server `performance` dataset provides metrics from the performance counter table. All `performance` metrics will be available in `sqlserver.metrics` field group.
The Microsoft SQL Server `performance` dataset provides metrics from the performance counter table. All `performance` metrics will be available in the `sqlserver.metrics` field group.

{{event "performance"}}

{{fields "performance"}}

### transaction_log

The Microsoft SQL Server `transaction_log` dataset provides metrics from the log space usage and log stats tables of the system databases. All `transaction_log` metrics will be available in `sqlserver.metrics` field group.
The Microsoft SQL Server `transaction_log` dataset provides metrics from the log space usage and log stats tables of the system databases. All `transaction_log` metrics will be available in the `sqlserver.metrics` field group.

{{event "transaction_log"}}

Expand Down
6 changes: 3 additions & 3 deletions packages/microsoft_sqlserver/docs/README.md
Expand Up @@ -277,7 +277,7 @@ The SQL Server audit dataset provides events from the configured Windows event l

The Microsoft SQL Server `log` dataset parses error logs created by the Microsoft SQL server.

An example event for `log` looks as follows:
An example event for `log` looks as following:

```json
{
Expand Down Expand Up @@ -417,7 +417,7 @@ An example event for `log` looks as follows:

The Microsoft SQL Server `performance` dataset provides metrics from the performance counter table. All `performance` metrics will be available in the `sqlserver.metrics` field group.

An example event for `performance` looks as follows:
An example event for `performance` looks as following:

```json
{
Expand Down Expand Up @@ -591,7 +591,7 @@ An example event for `performance` looks as follows:

The Microsoft SQL Server `transaction_log` dataset provides metrics from the log space usage and log stats tables of the system databases. All `transaction_log` metrics will be available in the `sqlserver.metrics` field group.

An example event for `transaction_log` looks as follows:
An example event for `transaction_log` looks as following:

```json
{
Expand Down

0 comments on commit bd2be34

Please sign in to comment.