Skip to content

Commit ffd8347

Browse files
JV0812jpipkin1
andauthored
Screenshot update for fields page (#5978)
* Screenshot update for fields page * Fix alt text * Fix another alt text --------- Co-authored-by: John Pipkin (Sumo Logic) <jpipkin@sumologic.com>
1 parent 3e30c3b commit ffd8347

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/manage/fields.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,11 @@ Fields can be assigned to a Collector and Source using the **Fields** input ta
8686

8787
1. Click **Save**.
8888

89-
<img src={useBaseUrl('img/fields/edit-collector-fields-name.png')} alt="Edit collector fields name" style={{border: '1px solid gray'}} width="600" />
89+
<img src={useBaseUrl('img/fields/edit-collector-fields-name.png')} alt="Edit collector fields name" style={{border: '1px solid gray'}} width="600" />
9090

9191
In the above example, we have created a new field called `cluster` and set the value to `k8s.dev`. With this configuration, any logs sent to this Collector will now have this key-value pair associated with it.
9292

93-
With this association, you can search for `cluster=k8s.dev` to return your logs.
94-
95-
<img src={useBaseUrl('img/fields/collector-field-search-results.png')} alt="Collector field search results" style={{border: '1px solid gray'}} width="800" />
93+
With this association, you can search for `cluster=k8s.dev` to return your logs. <br/><img src={useBaseUrl('img/fields/collector-field-search-results.png')} alt="Collector field search results" style={{border: '1px solid gray'}} width="800" />
9694

9795
### Using Collector API
9896

139 KB
Loading

0 commit comments

Comments
 (0)