Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
pugnascotia committed Jan 26, 2021
1 parent e9a734a commit 7fd090d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@

/**
* Pattern converter to format the cluster_id variable into JSON fields <code>cluster.id</code>.
* <p>
* This is used in `EcsJsonLayout`, which does not use {@link NodeAndClusterIdConverter}.
*/
@Plugin(category = PatternConverter.CATEGORY, name = "ClusterIdConverter")
@ConverterKeys({"cluster_id"})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@

/**
* Pattern converter to format the node_id variable into JSON fields <code>node.id</code> .
* <p>
* This is used in `EcsJsonLayout`, which does not use {@link NodeAndClusterIdConverter}.
*/
@Plugin(category = PatternConverter.CATEGORY, name = "NodeIdConverter")
@ConverterKeys({"node_id"})
Expand Down

0 comments on commit 7fd090d

Please sign in to comment.