Home
last modified time | relevance | path

Searched refs:InputLogEvent (Results 1 – 25 of 118) sorted by relevance

12345

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-logs/source/model/
H A DInputLogEvent.cpp21 InputLogEvent::InputLogEvent() : in InputLogEvent() function in Aws::CloudWatchLogs::Model::InputLogEvent
28 InputLogEvent::InputLogEvent(JsonView jsonValue) : in InputLogEvent() function in Aws::CloudWatchLogs::Model::InputLogEvent
36 InputLogEvent& InputLogEvent::operator =(JsonView jsonValue) in operator =()
55 JsonValue InputLogEvent::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-logs/include/aws/logs/model/
H A DInputLogEvent.h32 class AWS_CLOUDWATCHLOGS_API InputLogEvent
35 InputLogEvent();
36 InputLogEvent(Aws::Utils::Json::JsonView jsonValue);
37 InputLogEvent& operator=(Aws::Utils::Json::JsonView jsonValue);
63 inline InputLogEvent& WithTimestamp(long long value) { SetTimestamp(value); return *this;} in WithTimestamp()
94 inline InputLogEvent& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} in WithMessage()
99 …inline InputLogEvent& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return *thi… in WithMessage()
104 inline InputLogEvent& WithMessage(const char* value) { SetMessage(value); return *this;} in WithMessage()
H A DPutLogEventsRequest.h124 inline const Aws::Vector<InputLogEvent>& GetLogEvents() const{ return m_logEvents; } in GetLogEvents()
134 …inline void SetLogEvents(const Aws::Vector<InputLogEvent>& value) { m_logEventsHasBeenSet = true; … in SetLogEvents()
139 …inline void SetLogEvents(Aws::Vector<InputLogEvent>&& value) { m_logEventsHasBeenSet = true; m_log… in SetLogEvents()
144 …inline PutLogEventsRequest& WithLogEvents(const Aws::Vector<InputLogEvent>& value) { SetLogEvents(… in WithLogEvents()
149 …inline PutLogEventsRequest& WithLogEvents(Aws::Vector<InputLogEvent>&& value) { SetLogEvents(std::… in WithLogEvents()
154 …inline PutLogEventsRequest& AddLogEvents(const InputLogEvent& value) { m_logEventsHasBeenSet = tru… in AddLogEvents()
159 …inline PutLogEventsRequest& AddLogEvents(InputLogEvent&& value) { m_logEventsHasBeenSet = true; m_… in AddLogEvents()
258 Aws::Vector<InputLogEvent> m_logEvents;
/dports/sysutils/istio/istio-1.6.7/mixer/adapter/cloudwatch/
H A DlogHandler_test.go98 logEntryData []*cloudwatchlogs.InputLogEvent
105 []*cloudwatchlogs.InputLogEvent{
114 []*cloudwatchlogs.InputLogEvent{},
121 []*cloudwatchlogs.InputLogEvent{
130 []*cloudwatchlogs.InputLogEvent{
172 logEntryData []*cloudwatchlogs.InputLogEvent
259 expectedLogEntryData []*cloudwatchlogs.InputLogEvent
266 []*cloudwatchlogs.InputLogEvent{},
282 []*cloudwatchlogs.InputLogEvent{
303 []*cloudwatchlogs.InputLogEvent{
[all …]
H A DlogHandler.go42 func (h *handler) generateLogEntryData(insts []*logentry.Instance) []*cloudwatchlogs.InputLogEvent {
43 logentryData := make([]*cloudwatchlogs.InputLogEvent, 0, len(insts))
55 logEvent := cloudwatchlogs.InputLogEvent{
93 func (h *handler) sendLogEntriesToCloudWatch(logentryData []*cloudwatchlogs.InputLogEvent) (int, er… argument
117 func (h *handler) putLogEntryData(logentryData []*cloudwatchlogs.InputLogEvent, nextSequenceToken s… argument
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-logs-integration-tests/
H A DCloudWatchLogsTests.cpp90 InputLogEvent e1; in TEST_F()
92 InputLogEvent e2; in TEST_F()
101 InputLogEvent e3; in TEST_F()
103 InputLogEvent e4; in TEST_F()
/dports/sysutils/vector/vector-0.10.0/src/sinks/aws_cloudwatch_logs/
H A Drequest.rs9 DescribeLogStreamsRequest, DescribeLogStreamsResponse, InputLogEvent, PutLogEventsError,
18 events: Vec<Vec<InputLogEvent>>,
45 mut events: Vec<Vec<InputLogEvent>>, in new() argument
199 log_events: Vec<InputLogEvent>, in put_logs() argument
H A Dmod.rs25 DescribeLogGroupsRequest, DescribeLogStreamsError, InputLogEvent, PutLogEventsError,
116 Buffer<Timeout<CloudwatchLogsSvc>, Vec<InputLogEvent>>,
120 Vec<InputLogEvent>,
220 impl Service<PartitionInnerBuffer<Vec<InputLogEvent>, CloudwatchKey>>
233 req: PartitionInnerBuffer<Vec<InputLogEvent>, CloudwatchKey>, in call() argument
296 pub fn process_events(&self, events: Vec<InputLogEvent>) -> Vec<Vec<InputLogEvent>> { in process_events() argument
351 impl Service<Vec<InputLogEvent>> for CloudwatchLogsSvc {
378 fn call(&mut self, req: Vec<InputLogEvent>) -> Self::Future { in call()
401 impl Length for InputLogEvent { implementation
416 ) -> Result<InputLogEvent, CloudwatchLogsError> { in encode_log() argument
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rusoto_logs-0.44.0/examples/
H A Dput_log_events.rs10 CloudWatchLogs, CloudWatchLogsClient, DescribeLogStreamsRequest, InputLogEvent,
22 let input_log_event = InputLogEvent { in main()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/daemon/logger/awslogs/
H A Dcloudwatchlogs.go70 inputLogEvent *cloudwatchlogs.InputLogEvent
272 inputLogEvent: &cloudwatchlogs.InputLogEvent{
328 func (l *logStream) putLogEvents(events []*cloudwatchlogs.InputLogEvent, sequenceToken *string) (*s…
398 func unwrapEvents(events []wrappedEvent) []*cloudwatchlogs.InputLogEvent {
399 cwEvents := []*cloudwatchlogs.InputLogEvent{}
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/daemon/logger/awslogs/
H A Dcloudwatchlogs.go83 inputLogEvent *cloudwatchlogs.InputLogEvent
471 inputLogEvent: &cloudwatchlogs.InputLogEvent{
526 func (l *logStream) putLogEvents(events []*cloudwatchlogs.InputLogEvent, sequenceToken *string) (*s…
611 func unwrapEvents(events []wrappedEvent) []*cloudwatchlogs.InputLogEvent {
612 cwEvents := make([]*cloudwatchlogs.InputLogEvent, len(events))
H A Dcloudwatchlogs_test.go209 inputLogEvent: &cloudwatchlogs.InputLogEvent{
254 inputLogEvent: &cloudwatchlogs.InputLogEvent{
288 inputLogEvent: &cloudwatchlogs.InputLogEvent{
351 inputLogEvent: &cloudwatchlogs.InputLogEvent{
939 expectedEvents := []*cloudwatchlogs.InputLogEvent{}
950 expectedEvents = append(expectedEvents, &cloudwatchlogs.InputLogEvent{
1064 events[i].inputLogEvent = &cloudwatchlogs.InputLogEvent{
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/daemon/logger/awslogs/
H A Dcloudwatchlogs.go83 inputLogEvent *cloudwatchlogs.InputLogEvent
471 inputLogEvent: &cloudwatchlogs.InputLogEvent{
526 func (l *logStream) putLogEvents(events []*cloudwatchlogs.InputLogEvent, sequenceToken *string) (*s…
611 func unwrapEvents(events []wrappedEvent) []*cloudwatchlogs.InputLogEvent {
612 cwEvents := make([]*cloudwatchlogs.InputLogEvent, len(events))
H A Dcloudwatchlogs_test.go209 inputLogEvent: &cloudwatchlogs.InputLogEvent{
254 inputLogEvent: &cloudwatchlogs.InputLogEvent{
288 inputLogEvent: &cloudwatchlogs.InputLogEvent{
351 inputLogEvent: &cloudwatchlogs.InputLogEvent{
939 expectedEvents := []*cloudwatchlogs.InputLogEvent{}
950 expectedEvents = append(expectedEvents, &cloudwatchlogs.InputLogEvent{
1064 events[i].inputLogEvent = &cloudwatchlogs.InputLogEvent{
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/daemon/logger/awslogs/
H A Dcloudwatchlogs.go87 inputLogEvent *cloudwatchlogs.InputLogEvent
538 inputLogEvent: &cloudwatchlogs.InputLogEvent{
595 func (l *logStream) putLogEvents(events []*cloudwatchlogs.InputLogEvent, sequenceToken *string) (*s…
681 func unwrapEvents(events []wrappedEvent) []*cloudwatchlogs.InputLogEvent {
682 cwEvents := make([]*cloudwatchlogs.InputLogEvent, len(events))
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/daemon/logger/awslogs/
H A Dcloudwatchlogs.go86 inputLogEvent *cloudwatchlogs.InputLogEvent
529 inputLogEvent: &cloudwatchlogs.InputLogEvent{
586 func (l *logStream) putLogEvents(events []*cloudwatchlogs.InputLogEvent, sequenceToken *string) (*s…
671 func unwrapEvents(events []wrappedEvent) []*cloudwatchlogs.InputLogEvent {
672 cwEvents := make([]*cloudwatchlogs.InputLogEvent, len(events))
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/daemon/logger/awslogs/
H A Dcloudwatchlogs.go92 inputLogEvent *cloudwatchlogs.InputLogEvent
545 inputLogEvent: &cloudwatchlogs.InputLogEvent{
633 func (l *logStream) putLogEvents(events []*cloudwatchlogs.InputLogEvent, sequenceToken *string) (*s…
719 func unwrapEvents(events []wrappedEvent) []*cloudwatchlogs.InputLogEvent {
720 cwEvents := make([]*cloudwatchlogs.InputLogEvent, len(events))
/dports/devel/p5-Paws/Paws-0.14/lib/Paws/CloudWatchLogs/
H A DInputLogEvent.pm1 package Paws::CloudWatchLogs::InputLogEvent {
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/daemon/logger/awslogs/
H A Dcloudwatchlogs.go107 inputLogEvent *cloudwatchlogs.InputLogEvent
606 inputLogEvent: &cloudwatchlogs.InputLogEvent{
694 func (l *logStream) putLogEvents(events []*cloudwatchlogs.InputLogEvent, sequenceToken *string) (*s…
792 func unwrapEvents(events []wrappedEvent) []*cloudwatchlogs.InputLogEvent {
793 cwEvents := make([]*cloudwatchlogs.InputLogEvent, len(events))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/daemon/logger/awslogs/
H A Dcloudwatchlogs.go107 inputLogEvent *cloudwatchlogs.InputLogEvent
606 inputLogEvent: &cloudwatchlogs.InputLogEvent{
694 func (l *logStream) putLogEvents(events []*cloudwatchlogs.InputLogEvent, sequenceToken *string) (*s…
792 func unwrapEvents(events []wrappedEvent) []*cloudwatchlogs.InputLogEvent {
793 cwEvents := make([]*cloudwatchlogs.InputLogEvent, len(events))
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/daemon/logger/awslogs/
H A Dcloudwatchlogs.go107 inputLogEvent *cloudwatchlogs.InputLogEvent
608 inputLogEvent: &cloudwatchlogs.InputLogEvent{
696 func (l *logStream) putLogEvents(events []*cloudwatchlogs.InputLogEvent, sequenceToken *string) (*s…
794 func unwrapEvents(events []wrappedEvent) []*cloudwatchlogs.InputLogEvent {
795 cwEvents := make([]*cloudwatchlogs.InputLogEvent, len(events))
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/daemon/logger/awslogs/
H A Dcloudwatchlogs.go107 inputLogEvent *cloudwatchlogs.InputLogEvent
608 inputLogEvent: &cloudwatchlogs.InputLogEvent{
696 func (l *logStream) putLogEvents(events []*cloudwatchlogs.InputLogEvent, sequenceToken *string) (*s…
794 func unwrapEvents(events []wrappedEvent) []*cloudwatchlogs.InputLogEvent {
795 cwEvents := make([]*cloudwatchlogs.InputLogEvent, len(events))
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/daemon/logger/awslogs/
H A Dcloudwatchlogs.go107 inputLogEvent *cloudwatchlogs.InputLogEvent
608 inputLogEvent: &cloudwatchlogs.InputLogEvent{
696 func (l *logStream) putLogEvents(events []*cloudwatchlogs.InputLogEvent, sequenceToken *string) (*s…
794 func unwrapEvents(events []wrappedEvent) []*cloudwatchlogs.InputLogEvent {
795 cwEvents := make([]*cloudwatchlogs.InputLogEvent, len(events))
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/daemon/logger/awslogs/
H A Dcloudwatchlogs.go107 inputLogEvent *cloudwatchlogs.InputLogEvent
607 inputLogEvent: &cloudwatchlogs.InputLogEvent{
695 func (l *logStream) putLogEvents(events []*cloudwatchlogs.InputLogEvent, sequenceToken *string) (*s…
793 func unwrapEvents(events []wrappedEvent) []*cloudwatchlogs.InputLogEvent {
794 cwEvents := make([]*cloudwatchlogs.InputLogEvent, len(events))
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/cloudwatchlogs/types/
H A Dtypes.go109 type InputLogEvent struct { struct

12345