mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
tweaking, json_batch transfer to hive
This commit is contained in:
parent
202246a3cd
commit
fb49a77180
2 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,7 @@ for i in $myYMLS;
|
|||
do
|
||||
myITEMS+="$i $(echo $i | cut -d "." -f1 | tr [:lower:] [:upper:]) "
|
||||
done
|
||||
myEDITION=$(dialog --backtitle "$myBACKTITLE" --menu "Select T-Pot Edition" 17 50 5 $myITEMS 3>&1 1>&2 2>&3 3>&-)
|
||||
myEDITION=$(dialog --backtitle "$myBACKTITLE" --menu "Select T-Pot Edition" 17 50 10 $myITEMS 3>&1 1>&2 2>&3 3>&-)
|
||||
if [ "$myEDITION" == "" ];
|
||||
then
|
||||
echo "Have a nice day!"
|
||||
|
|
1
docker/elk/logstash/dist/http_output.conf
vendored
1
docker/elk/logstash/dist/http_output.conf
vendored
|
@ -743,6 +743,7 @@ output {
|
|||
http_compression => true
|
||||
id => "${MY_HOSTNAME}"
|
||||
codec => "json"
|
||||
format => "json_batch"
|
||||
url => "http://127.0.0.1:64305"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue