Sqlite

Good morning. Help to "read" the data of a sqlite?

input {
sqlite {
path => "/media/elcaos/Backup/ComplementosUbuntu/Backup/Cloud/Cloud.sqlite"
type => cloud
}
}

output {
# Send the information to
elasticsearch {
hosts =>["localhost:9200"]
index=> "cloud"
}
# Convenient for logging purposes
stdout {
}
}

image

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.