Skip to content

Commit

Permalink
Merge pull request #2 from NickBorgers/patch-1
Browse files Browse the repository at this point in the history
Remove defaults which cause bad security behavior
  • Loading branch information
objt-ev authored Nov 27, 2022
2 parents f406569 + 508f786 commit c79b3b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions log-elk-logger.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
defaults: {
name: { value: "" },
url: {value:"http://localhost:9200"},
username: { value: "" },
password: { value: "" },
filename: { value: "log-elk.log", required: true },
maxsize: { value: 1, required: true, validate: function(v) { return v >= 1 } },
maxfiles: { value: 2, required: true, validate: function(v) { return v >= 1 } },
Expand Down Expand Up @@ -107,4 +105,4 @@

<script type="text/x-red" data-help-name="log-elk-logger">
<p>The configuration for the log-elk logger</p>
</script>
</script>

0 comments on commit c79b3b9

Please sign in to comment.