Skip to content

Commit

Permalink
Update access json design doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mreynolds389 committed Feb 11, 2025
1 parent cffc3b6 commit 06796c2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/389ds/design/accesslog-json-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ Below shows all the possible JSON keys, but only applicable information will be
The **key** is a unique id for each connection which avoids issues with server restarts where the connection id counter gets reset. This allows for accurately tracking individual connections.
Most events will have the expected key/values, while the RESULT operations will be very verbose: ip address, bind dn, etc
All event operations will also include things like the client & server IP addresse,the bind dn, etc.
This is up for debate, but I don't think we need all the client info in every log event. I think it is most useful in just the RESULT event.
Configuration
------------------------
Expand All @@ -157,7 +152,7 @@ You can also customize the "local_time" format using strftime conversion specifi
Examples
-----------------------
#### Add
### Add
```
{
Expand Down Expand Up @@ -438,7 +433,6 @@ Examples
"sn"
]
}

{
"local_time":"2025-02-10T14:29:09.497639220 -0500",
"operation":"RESULT",
Expand Down Expand Up @@ -731,7 +725,7 @@ Examples
}
```
#### Unindexed search
### Unindexed search
```
{
Expand Down

0 comments on commit 06796c2

Please sign in to comment.