Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
NOT need to set @timestamp to string
Browse files Browse the repository at this point in the history
  • Loading branch information
childe committed Apr 13, 2017
1 parent 6d5c451 commit 51b158b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ protected void emit(final Map event) {
private void addActionList(Map event, String _index, String _indexType) {
Map indexAction = new HashMap() {
};
event.put("@timestamp", event.get("@timestamp").toString());
Map indexMap = new HashMap() {
{
put("_index", _index);
Expand Down

0 comments on commit 51b158b

Please sign in to comment.