mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Re-adding the needed call to FinishedRotation in the ES writer plugin.
This commit is contained in:
parent
728888ad45
commit
6e5382da54
1 changed files with 4 additions and 4 deletions
|
@ -296,10 +296,10 @@ bool ElasticSearch::DoRotate(string rotated_path, double open, double close, boo
|
||||||
//HTTPSend(curl_handle);
|
//HTTPSend(curl_handle);
|
||||||
}
|
}
|
||||||
|
|
||||||
//if ( ! FinishedRotation(current_index, prev_index, open, close, terminating) )
|
if ( ! FinishedRotation(current_index, prev_index, open, close, terminating) )
|
||||||
// {
|
{
|
||||||
// Error(Fmt("error rotating %s to %s", prev_index.c_str(), current_index.c_str()));
|
Error(Fmt("error rotating %s to %s", prev_index.c_str(), current_index.c_str()));
|
||||||
// }
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue