Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion OptTutorial/1-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In this workshop, we will use the [OpenTelemetry Demo](https://github.com/open-t

To accomplish this we will:

- Create a OpenTelemetry Log, Metric and Trace [Shared Sources](/telemetry-pipelines/shared-sources) in Mezmo
- Create an OpenTelemetry Log, Metric and Trace [Shared Sources](/telemetry-pipelines/shared-sources) in Mezmo
- [Configure OpenTelemetry collector](https://github.com/braxtonj/opentelemetry-demo/mezmo-otel-config-extras.yml) with Mezmo Shared Source credentials
- Explore the OpenTelemetry Logs via [Data Profiling](/telemetry-pipelines/data-profiling)
- Send log data to [Mezmo Log Analysis](/docs)
Expand Down
2 changes: 1 addition & 1 deletion OptTutorial/3-configure-build-demo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Run `git clone https://github.com/open-telemetry/opentelemetry-demo` into a fold

## Step 2: Configure `src/otel-collector/otelcol-config-extras.yml` with Shared Source Credentials

Grab the URL and saved Access Keys from your Log, Metric and Trace Shared Sources (don't worry, if you didn't save the key you can always create a new one). Modify[ src/otel-collector/otelcol-config-extras.yml](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/otel-collector/otelcol-config-extras.yml) with the proper credentials and save. Note that Log, Metrics and Traces will each have their own unique URL and Access Keys.
Grab the URL and saved Access Keys from your Log, Metric and Trace Shared Sources (don't worry, if you didn't save the key you can always create a new one). Modify [src/otel-collector/otelcol-config-extras.yml](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/otel-collector/otelcol-config-extras.yml) with the proper credentials and save. Note that Log, Metrics and Traces will each have their own unique URL and Access Keys.

#### Example OpenTelemetry Extras Configuration YAML

Expand Down
2 changes: 1 addition & 1 deletion docs/add-enterprise-admins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: "Add Enterprise Admins"

You can easily add administrators to your Enterprise on the **General** page. These admins will be able to view the Enterprise Dashboard, manage child organizations, and configure sign-in options.

> When you add a admins for your enterprise, they do not gain any admin privileges for the child organizations in your enterprise. You must be directly added to the organization as an admin to gain additional organization admin capabilities.
> When you add an admin for your enterprise, they do not gain any admin privileges for the child organizations in your enterprise. You must be directly added to the organization as an admin to gain additional organization admin capabilities.

1. Log in to [the Mezmo Web App](http://app.mezmo.com/).
2. Select your organization at the bottom of the left-hand navigation.
Expand Down
2 changes: 1 addition & 1 deletion docs/akamai-cloud-monitor-logs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can find information for each of your datasets in these log entries:
| | |
| ---- | ---- |
| **Base Log Line Data** | `meta.*` |
| **Geographic Data** | `geo.*' |
| **Geographic Data** | `geo.*` |
| **HTTP 1.0** | `http.*` |
| **Message Exchange Data** | `http.*` |
| **Network Data 1.0** | `network.*` |
Expand Down
4 changes: 1 addition & 3 deletions docs/data-restoration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ Mezmo's Log Data Restoration feature provides a way to re-ingest, or restore, ar
- On [AWS S3](/docs/export-logs-to-external-storage), object ownership needs to be set to [object writer](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-ownership-new-bucket.html#:~:text=Object%20writer%20(default))
- The Mezmo system requires **read** access to the stored logs
- By default, each restoration task will be ingested for the same period of time as your normal logs
- Data Restoration is included in [
the Pro, and Enterprise plans
](https://www.mezmo.com/pricing)
- Data Restoration is included in [the Pro, and Enterprise plans](https://www.mezmo.com/pricing)

## Create a New Log Data Restoration Task

Expand Down
2 changes: 1 addition & 1 deletion docs/visualize-log-data-with-graphs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Boards

### Filtering

You can filter your board by entering an query into **Filter this board**. Filter the board using [search](/docs/search-and-filter).
You can filter your board by entering a query into **Filter this board**. Filter the board using [search](/docs/search-and-filter).

### Date and Time

Expand Down
2 changes: 1 addition & 1 deletion guide-to-pipeline-architecture/1--introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In this workshop, we will be exploring telemetry data produced with the [OpenTel

To accomplish this we will:

1. Create a OpenTelemetry Log, Metric, and Trace [Shared Source](/telemetry-pipelines/shared-sources) in Mezmo.
1. Create an OpenTelemetry Log, Metric, and Trace [Shared Source](/telemetry-pipelines/shared-sources) in Mezmo.
2. [Configure OpenTelemetry collector](https://github.com/mezmo/opentelemetry-demo/mezmo-otel-config-extras.yml) with Mezmo Shared Source credentials.
3. Explore the OpenTelemetry Logs via [Data Profiling](/telemetry-pipelines/data-profiling)
4. Send log data to [Mezmo Log Analysis](/docs)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: "July 22nd, 2020 - LogDNA Web Version 2.26.0"

## Enhancements
- Improved error handling when histogram fails to load.
- Improved when an timeout happens during a search, existing search results will still show in the log viewer.
- Improved when a timeout happens during a search, existing search results will still show in the log viewer.

## Changelog Categories
* Added (new features)
Expand Down
4 changes: 2 additions & 2 deletions telemetry-pipelines/js-script-processor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ String operations supported follow the standard Javascript conventions.
| + | Concatenates two strings together |
| .endsWith(substring) | Checks whether a string ends with `substring.` |
| .startsWith(substring) | Checks whether a string starts with `substring.` |
| .at() | Retrieve an character at the specific index from a string (more readable) |
| .charAt() | Retrieve an character at the specific index from a string |
| .at() | Retrieve a character at the specific index from a string (more readable) |
| .charAt() | Retrieve a character at the specific index from a string |
| .indexOf() | Return the first index of a value in a string |
| .lastIndexOf() | Return the last index of a value in a string |
| .length | Returns the number of characters in a string\n\n\n\n_Note that to avoid collisions with a field name of_ `.length`_the function checks to ensure that field does not exist first. If it does, it will return the value of the field, not the computed length._ |
Expand Down