Skip to content

Commit 0f506d9

Browse files
authored
Merge branch 'main' into 404s
2 parents cde4028 + 0e307ad commit 0f506d9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/atlassian-source.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ The Atlassian Organizations API provides resources for managing an Atlassian org
2626

2727
## Setup
2828

29+
:::
30+
You need to have **Atlassian Guard Premium** or **Cloud Enterprise** plan to access user-created activities.
31+
:::
32+
2933
### Vendor configuration
3034

3135
Follow the below steps to generate a Bearer access for user configuration:
@@ -54,6 +58,9 @@ To configure an Atlassian Source:
5458
* ![green check circle.png](/img/reuse/green-check-circle.png) A green circle with a check mark is shown when the field exists in the Fields table schema.
5559
* ![orange exclamation point.png](/img/reuse/orange-exclamation-point.png) An orange triangle with an exclamation point is shown when the field doesn't exist in the Fields table schema. In this case, an option to automatically add the nonexistent fields to the Fields table schema is provided. If a field is sent to Sumo Logic that does not exist in the Fields schema it is ignored, known as dropped.
5660
1. **Organizations**. Click the **+Add** button to enter the Organizations you want to associate. Each Organizations needs a API Key value. This is the value that you generated from the [Atlassian platform](#vendor-configuration).
61+
:::info
62+
The authorization will fail if the API key value used is expired. To re-generate the API key, follow the steps mentioned in [vendor configuration](#vendor-configuration).
63+
:::
5764
1. (Optional) The **Polling Interval** is set for 1 hour by default. You can adjust it based on your needs.
5865
1. (Optional) **Processing Rules for Logs**. Configure any desired filters, such as allowlist, denylist, hash, or mask, as described in [Create a Processing Rule](/docs/send-data/collection/processing-rules/create-processing-rule).
5966
1. When you are finished configuring the Source, click **Save**.

docs/send-data/opentelemetry-collector/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ On systems without systemd, the logs are available in the console output of the
116116
On Windows, the logs are available in event viewer, or they can be listed using PowerShell:
117117

118118
```powershell
119-
Get-EventLog -LogName Application -Newest 100 -Source OtelcolSumo | Select-Object -Property ReplacementStrings
119+
Get-EventLog -LogName Application -Newest 100 -Source OtelcolSumo | Select-Object @{Name='TimeGenerated'; Expression={($_.TimeGenerated).ToString("yyyy-MM-dd HH:mm:ss")}}, ReplacementStrings | Format-Table -Wrap
120120
```
121121

122122
</TabItem>

0 commit comments

Comments
 (0)